SearchResult Properties

CVB.Net Documentation

The SearchResult type exposes the following members.

Properties

  NameDescription
Public propertyLayer
Accumulator layer of the classifier with which the best match was achieved. The interpretation of the layer index depends on the way the classifier was generated. For example it is possible to concatenate several classifiers into one using the Append(Classifier) function to generate one classifier that can identify a number of objects simultaneously; in this case the layer index corresponds to the object that has been found. If you used the method CreateRotationInvariant(Classifier, Angle, Angle, Int32, Int32) then the layer number can be translated into a rotation state.
Public propertyPosition
Result location (X) 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. Corresponds to the number of features that have been found to match.
Public propertyX
Result location (X) in the image.
Public propertyY
Result location (Y) in the image.
Top
See Also

Reference