Enumeration of modes for fitting lines to edge points.
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.22.2.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