Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| InputImageByReference | 1 | Include a reference to the input image in the LastRunRecord. | |
| InputImageDeepCopy | 4 | Include a deep copy of the input image in the LastRunRecord. | |
| ExpectedCircularArc | 16 | Include a clone of the expected CircularArc in the LastRunRecord. | |
| TransformedRegionPixels | 32 | Include an image in each caliper region record which contains the transformed pixels from within its caliper region. | |
| All | -1 |
Remarks
Use these constants with LastRunRecordDiagEnable to specify the diagnostic tool records that the CogFindCircle Tool generates when you call CreateLastRunRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also