SmartLineLastRunRecordConstants EnumerationCognex VisionPro 9.22 SR1

Enumeration of result data that can be included in the LastRunRecord.

Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.22.2.0
Syntax

[FlagsAttribute]
public enum SmartLineLastRunRecordConstants
Members

  Member nameValueDescription
None0

Do not include any of the non-diagnostic data in the LastRunRecord.

FoundLines1

Include the found lines in the LastRunRecord.

FoundLineSegments2

Include the found line segments in the LastRunRecord.

Inliers4

Include the inlier edge points in the LastRunRecord.

ProcessedInputImage8

Include the processed input image in the LastRunRecord.

All4294967295

Include all of the non-diagnostic data in the LastRunRecord.

See Also