ClassifierFineFeatures Property

CVB.Net Documentation
Features the classifier uses on the finely granular level.

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

public ReadOnlyCollection<Point2D> FineFeatures { get; }

Property Value

Type: ReadOnlyCollectionPoint2D
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the classifier has already been disposed
See Also

Reference