SearchResultLayer Property

CVB.Net Documentation
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.

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

public int Layer { get; }

Property Value

Type: Int32
See Also

Reference