Enumeration of Diagnostic data that can be provided in the Tool's LastRunRecord.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 80.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the diagnostic data in the LastRunRecord. | |
| InputImagesByReference | 1 | Include references to the input images in the LastRunRecord. | |
| InputImagesDeepCopy | 4 | Include deep copies of the input images in the LastRunRecord. | |
| TransformedRegionImages | 32 | Generate records containing the pixels within the Region of the corresponding input image. | |
| Regions | 256 | Include the regions used for image processing in the LastRunRecord. | |
| ImageAlignmentPoints | 512 | Include alignment axes (if enabled) in the LastRunRecord. | |
| OverlapMasks | 1024 | Include overlap masking on either the last run input images or last run region transformed images. If no region was specified, then the overlap will be displayed on the corresponding input image. | |
| All | -1 | Include all of the diagnostic data in the LastRunRecord. |
Remarks
Use these constants with LastRunRecordDiagEnable to specify the diagnostic tool records that the CogIPTwoImageAdd Tool generates when you call CreateLastRunRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also