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: 87.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the diagnostic data in the LastRunRecord. | |
| 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. | |
| IntermediateImages | 16 | Include the intermediate images from multiple operations in the LastRunRecord. | |
| TransformedRegionImage | 32 | Generate a record containing the pixels within the Region of the InputImage. | |
| Region | 256 | Include the region used for image processing in the LastRunRecord. | |
| 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 CogIPOneImage Tool generates when you call CreateLastRunRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also