ClassifierObjectNumLayers Property

CVB.Net Documentation
Number of layers in the classifier (and in the accumulator generated by the search function). In ShapeFinder classifiers layers may be associated with specific classes or rotation information. In ShapeFinder2 the layer count is a purely informational value.

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

public int NumLayers { get; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the classifier has already been disposed
See Also

Reference