Enumeration of result data that can be included in the LastRunRecord.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| FoundLines | 1 | Include the found lines in the LastRunRecord. | |
| FoundLineSegments | 2 | Include the found line segments in the LastRunRecord. | |
| Inliers | 4 | Include the inlier edge points in the LastRunRecord. | |
| All | -1 | Include all of the non-diagnostic data in the LastRunRecord. |
See Also