CogBlobLastRunRecordDiagConstants EnumerationCognex VisionPro
Enumeration of Diagnostic data that can be provided in the Tool's LastRunRecord.

Namespace: Cognex.VisionPro.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax

[FlagsAttribute]
public enum CogBlobLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0 Do not include any of the diagnostic data in the LastRunRecord.
InputImageByReference1 Include a reference to the input image in the LastRunRecord.
InputImageDeepCopy4 Include a deep copy of the input image in the LastRunRecord.
SegmentedImage16 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.
SegmentedImageBeforeMorphology32 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.
SegmentedImageBeforeMasking64 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.
SubtractionImageByReference256 Include the subtraction image in the LastRunRecord. This record is only included if the segmentation mode is SubtractionImage.
Histogram512 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.
Region1024 Include the region used for blob analysis in the LastRunRecord.
InputImageMask4096 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