Enumeration of flags used for creating LineMax result graphics.
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.24.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Draw no result graphics. | |
| FoundLine | 1 | Draw the line for this result. | |
| FoundLineSegment | 2 | Draw the line segment for this result. | |
| Inliers | 4 | Draw the inliers for this result. | |
| TipText | 8 | Turn on tip text for result graphics. | |
| All | 4294967295 | Draw all result graphics. |
See Also