CogCalibCheckerboardLastRunRecordDiagConstants EnumerationCognex VisionPro
Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax

[FlagsAttribute]
public enum CogCalibCheckerboardLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0Do not include any diagnostic data in the LastRunRecord.
InputImageByReference1Include a reference to the input image in the LastRunRecord.
UncalibratedAxes16Include the coordinate axes that represent uncalibrated space in the LastRunRecord.
CalibratedAxes32Include the coordinate axes that represent calibrated space in the LastRunRecord.
OutputImageMask64Include the output image mask (for nonlinear warping) in the LastRunRecord.
All-1Include all diagnostic data in the LastRunRecord.
Remarks

Use these constants with LastRunRecordDiagEnable to specify the diagnostic tool records that the CogCalibCheckerboard Tool generates when you call CreateLastRunRecord .

See About Record Keys for a list of the record keys that the tool uses.

See Also