SearchResult Structure

CVB.Net Documentation
Search result obtained with a ShapeFinder (1) classifier.

Namespace:  Stemmer.Cvb.ShapeFinder
Assembly:  Stemmer.Cvb.ShapeFinder (in Stemmer.Cvb.ShapeFinder.dll) Version: 14.0.0.0
Syntax

public struct SearchResult : IPosition, 
	IQualified

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
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldStatic memberEmpty
The element that identifies a situation where nothing was found.
Top
See Also

Reference