Gets or sets the method to use when generating candidate lines. If you
select Exhaustive
mode, a candidate line will be generated for every possible pair of edge
points. If you select RANSAC
mode, a candidate line will be generated from a smaller number of
randomly chosen point pairs.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 87.0.0.0
Syntax
Property Value
Type: CogLineMaxFittingModeConstantsThe point pair sampling method.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The supplied value is not a member of CogLineMaxFittingModeConstants |
Remarks
See Also