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. | |
| ExpectedLineSegments | 16 | Include a clone of the expected line segments 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 |
See Also