ClassifierFactoryTranslationRange Property

CVB.Net Documentation
Gets/Sets the limit of the range of translation to be used for automatic temporary instance generation during the learning phase. Translations may range from -TranslationRange to +TranslationRange during the learning phase. Note that the actual number of translations generated during the learning phase depends on the setting of the SamplesPerImage property. TranslationRange is measured in pixels. If the translation range set through this property is bigger than what the SIL provided for learning allows, the maximum allowable translation will be used during learning.

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

public Point2D TranslationRange { get; set; }

Property Value

Type: Point2D
Exceptions

ExceptionCondition
ArgumentExceptionwhen trying to set a value less than 0 SampleImageList
See Also

Reference