CogPatInspectLastRunRecordConstants EnumerationCognex VisionPro
Enumeration of non-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 CogPatInspectLastRunRecordConstants
Members

  Member nameValueDescription
None0Do not include any non-diagnostic records in the LastRunRecord.
MatchImages2Include all match image(s) that were created during the last invocation of run in the LastRunRecord.
DifferenceImagesAsGraphic4Include a graphic representing the thresholded difference images to be displayed over the match image(s). Each graphic pixel will be color coded to indicate the magnitude(M) of the grey scale difference, cyan(M=1) to red (M>=20).
DifferenceImagesRawAsGraphic32Include a graphic representing the unthresholded (raw) difference images to be displayed over the match image(s). Each graphic pixel will be color coded to indicate the magnitude(M) of the grey scale difference, cyan(M=1) to red (M>=20).
DifferenceImages8Include all thresholded difference image(s) that were created during the last invocation of run in the LastRunRecord.
DifferenceImagesRaw16Include all unthresholded (raw) difference image(s) that were created during the last invocation of run in the LastRunRecord.
ClippedMask64Include a graphic representing the clipped mask on all of the result images in the LastRunRecord.
All-1Include all non-diagnostic records in the LastRunRecord.
Remarks

Use these constants with LastRunRecordEnable to specify the 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