Gets or sets the maximum allowable distance 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: 75.1.0.0
Syntax
Property Value
Type: DoubleThe distance measured in the SelectedSpaceName of the input image.
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. |
Remarks
See Also