Enumeration of modes for fitting lines to edge points.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Exhaustive | 0 | All edge point combinations are evaluated for line fitting. | |
| RANSAC | 1 | Random Sample Consensus is used to select edge point combinations evaluated for line fitting. |
See Also