SearchResult Properties

CVB.Net Documentation

The SearchResult type exposes the following members.

Properties

  NameDescription
Public propertyPosition
Result location in the image.
Public propertyPrecisionMode
PrecisionMode that was used for generating this result (may be useful for the interpretation of the result quality).
Public propertyQuality
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.
Public propertyRotation
Rotation angle of the result (offset by the rotation offset that was specified when creating the classifier).
Public propertyScale
Scale of the result relative the originally trained object (multiplied with the initial scale that was specified when creating the classifier).
Public propertyX
Result location in the image.
Public propertyY
Result location in the image.
Top
See Also

Reference