CVB.Net 14.0
SearchResult Struct Reference

A single ShapeFinder2 search result. More...

Inherits IPosition, IQualified, IScaled, and IRotated.

Properties

PrecisionMode PrecisionMode [get]
 PrecisionMode that was used for generating this result (may be useful for the interpretation of the result quality).
 
Point2Dd Position [get]
 Result location in the image.
 
double X [get]
 Result location in the image.
 
double Y [get]
 Result location in the image.
 
Angle Rotation [get]
 Rotation angle of the result (offset by the rotation offset that was specified when creating the classifier).
 
double Scale [get]
 Scale of the result relative the originally trained object (multiplied with the initial scale that was specified when creating the classifier).
 
double Quality [get]
 Quality measure of the result. If the PrecisionMode was NoCorrelation then the result quality equals the number of model features that have been found in the image. Otherwise the quality is the correlation result from either the coarse or the fine features, depending on the PrecisionMode setting.
 
- Properties inherited from IPosition
double X [get]
 X coordinate of the position.
 
double Y [get]
 Y coordinate of the position.
 
- Properties inherited from IQualified
double Quality [get]
 Name of the object.
 
- Properties inherited from IScaled
double Scale [get]
 Name of the object.
 
- Properties inherited from IRotated
Angle Rotation [get]
 Name of the object.
 

Detailed Description

A single ShapeFinder2 search result.