Enumeration of Diagnostic data that can be provided in the
Tool's LastRunRecord.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.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. | |
| SegmentedImage | 16 | Include a viewable version of the segmented image in the LastRunRecord. The SaveSegmentedImage property of the run parameters must also be true in order to include this record. | |
| SegmentedImageBeforeMorphology | 32 | Include a viewable version of the segmented image, before morphology, in the LastRunRecord. The SaveSegmentedImageBeforeMorphology property of the run parameters must also be true in order to include this record. | |
| SegmentedImageBeforeMasking | 64 | Include a viewable version of the segmented image, before morphology and masking, in the LastRunRecord. The SaveSegmentedImageBeforeMasking property of the run parameters must also be true in order to include this record. | |
| SubtractionImageByReference | 256 | Include the subtraction image in the LastRunRecord. This record is only included if the segmentation mode is SubtractionImage. | |
| Histogram | 512 | Include a histogram of the input image in the LastRunRecord. The histogram also provides a graphical representation of the segmentation parameters used for the blob analysis. | |
| Region | 1024 | Include the region used for blob analysis in the LastRunRecord. | |
| InputImageMask | 4096 | Include a graphic representing the input image mask 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 CogBlob Tool generates when you call CreateLastRunRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also