Half of the angle search range in radians.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleThe AngleHalfRange value. The default value is 0.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if set to a value less than 0.0 or greater than PI/4 |
Remarks
The line angle search range is centered on the xRotation of affine rectangle used as the ROI for the segmenter. In other words, the full search range is xRotation - AngleHalfRange, xRotation + AngleHalfRange].
Increasing AngleHalfRange increases the segmenter's run time.
Setting AngleHalfRange to 0 effectively disables angle search.
Stage: Refine line
See Also