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

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

[FlagsAttribute]
public enum CogPatInspectLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0Do not include any diagnostic records in the LastRunRecord.
InputImageByReference1Include a reference to the input image in the LastRunRecord.
InputImageDeepCopy4Include a deep copy of the input image in the LastRunRecord.
Region16Include a graphic for the inspection region on the last run input image and all all of the result images in the LastRunRecord.
Pose32Include a graphic for the pose on the last run input image and all all of the result images in the LastRunRecord.
Mask64Include a graphic representing the pattern's mask on all of the result images in the LastRunRecord.
TrainImageDeepCopy4096Include a deep copy of the entire train image in the LastRunRecord.
PatternOrigin8192Include a graphic for the pattern origin to be displayed on the last run train image.
TrainRegion16384Include a clone of the train region to be displayed on the last run train image.
TrainImageMask32768Include a graphic representing the train image mask to be displayed over the last run train image.
TrainedPatternImage65536Include the trained pattern image in the LastRunRecord.
TrainedThresholdImage131072Include the trained threshold image in the LastRunRecord.
TrainedPatternOrigin1048576Include a non-interactive graphic representing the pattern origin on both the last run trained pattern image and the last run trained threshold image.
TrainedPatternRegion2097152Include a non-interactive graphic representing the train region on both the last run trained pattern image and the last run trained threshold image.
TrainedPatternImageMask4194304Include a graphic representing the trained image mask on the last run trained pattern image and the last run trained threshold image.
All-1Include all diagnostic records in the LastRunRecord.
Remarks

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

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

See Also