SmartLineLastRunRecordDiagConstants EnumerationCognex VisionPro 9.23

Enumeration of diagnostic 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.24.0.0
Syntax

[FlagsAttribute]
public enum SmartLineLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0

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

InputImageByReference1

Include a reference to the input image in the LastRunRecord.

InputImageDeepCopy2

Include a deep copy of the input image in the LastRunRecord.

Region4

Include a copy of the region in the LastRunRecord.

InputImageMask8

Include a copy of the input image mask in the LastRunRecord.

ConsideredOutliers16

Include the considered outlier edge points in the LastRunRecord. This graphic shows all edge points assessed during line fitting, but ultimately not used.

UnconsideredOutliers32

Include the unconsidered outlier edge points in the LastRunRecord. This graphic shows all edge points ruled out prior to line fitting.

All4294967295

Include all of the diagnostic data in the LastRunRecord.

See Also