SearchResult Structure

CVB.Net Documentation
A single ShapeFinder2 search result.

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

public struct SearchResult : IPosition, 
	IQualified, IScaled, IRotated

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
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
See Also

Reference