ClassifierFactoryMaxCoarseLayerScale Property

CVB.Net Documentation
Maximum exponent of the scale factor between the coarse layer (used for feature search) and the image. The scale factor is determined by 2^scale, e.g. for MaxCoarseLayerScale = 3, the scale factor is 2^3 = 8. When set to -1 (default) the coarse layer scale will be determined automatically by ShapeFinder2 depending on the image size and number features that were extracted.

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

public int MaxCoarseLayerScale { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the scale is less than -1
See Also

Reference