ClassifierFactoryRotationRange Property

CVB.Net Documentation
Gets/Sets the limit of the range of rotation to be used for automatic temporary instance generation during the learning phase. Rotations may range from -RotationRange to +RotationRange during the learning phase. Note that the actual number of rotations generated during the learning phase depends on the setting of the SamplesPerImage property. RotationRange is measured in degrees. If the rotation range set through this property is bigger than what the SIL provided for learning allows, the maximum allowable rotation 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 int RotationRange { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentExceptionwhen trying to set a value less than 0 or bigger than 180. SampleImageList
See Also

Reference