ClassifierFactoryRotationRange Property

CVB.Net Documentation
Range of rotations that the classifier should be able to cover. Bigger ranges will cause higher processing time.

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

public ValueRange<Angle> RotationRange { get; set; }

Property Value

Type: ValueRangeAngle
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the rotation range to be set exceeds the one defined in RotationRangeMax
See Also

Reference