ClassifierFactoryProfileSize Property

CVB.Net Documentation
Profile size gives the number of profile points to be used for correlation around each feature. With the default value of 1, only the feature locations will be used for the optional correlation steps during a ShapeFinder2 search. When set to values > 1 a number of additional points on a line perpendicular to the edge through the feature will be used. Only odd values are valid here. The spacing of the additional points is controlled by the ProfileDelta property.

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

public int ProfileSize { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the ProfileSize is less than 1
ArgumentExceptionIf the ProfileSize is not an odd number
See Also

Reference