Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.PatInspectAssembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any non-diagnostic records in the LastRunRecord. | |
| MatchImages | 2 | Include all match image(s) that were created during the last invocation of run in the LastRunRecord. | |
| DifferenceImagesAsGraphic | 4 | Include 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). | |
| DifferenceImagesRawAsGraphic | 32 | Include 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). | |
| DifferenceImages | 8 | Include all thresholded difference image(s) that were created during the last invocation of run in the LastRunRecord. | |
| DifferenceImagesRaw | 16 | Include all unthresholded (raw) difference image(s) that were created during the last invocation of run in the LastRunRecord. | |
| ClippedMask | 64 | Include a graphic representing the clipped mask on all of the result images in the LastRunRecord. | |
| All | -1 | Include 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