Properties | List of all members
SearchResult Class Reference

Search result as returned by ShapeFinder. More...

Inherits object.

Properties

 position = property
 cvb.Point2D: Result location in the image. More...
 
 precision_mode = property
 int: PrecisionMode that was used for generating this result (see cvb.shapefinder2.PrecisionMode). More...
 
 quality = property
 float: Quality measure of the result. More...
 
 rotation = property
 cvb.Angle: Rotation angle of the result. More...
 
 x = property
 float: X-position at which the object has been found. More...
 
 y = property
 float: Y-position at which the object has been found. More...
 

Detailed Description

Search result as returned by ShapeFinder.

Instantiates a SearchResult object.

Property Documentation

◆ position

position = property
static

cvb.Point2D: Result location in the image.

◆ precision_mode

precision_mode = property
static

int: PrecisionMode that was used for generating this result (see cvb.shapefinder2.PrecisionMode).

◆ quality

quality = property
static

float: Quality measure of the result.

◆ rotation

rotation = property
static

cvb.Angle: Rotation angle of the result.

◆ x

x = property
static

float: X-position at which the object has been found.

◆ y

y = property
static

float: Y-position at which the object has been found.