Gets or sets the maximum allowable angle between a line and an inlier of
the line. Edge points must meet this constraint to become inliers of the
line.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 80.0.0.0
Syntax
Property Value
Type: DoubleThe bilateral angle in radians.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when you assign a value less than zero or greater than PI/2. |
Remarks
See Also