CogBlobCurrentRecordConstants EnumerationCognex VisionPro
Enumeration of data that can be provided in the Tool's CurrentRecord.

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

[FlagsAttribute]
public enum CogBlobCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord.
InputImage1 Include the input image in the CurrentRecord.
Region2 Include the (interactive) region to be used for blob analysis in the CurrentRecord.
Histogram4 Include a histogram of the input image in the CurrentRecord. The histogram also provides a graphical representation of the segmentation parameters.
InputImageMask8 Include a graphic representing the input image mask in the CurrentRecord.
SubtractionImage16 Include the subtraction image in the CurrentRecord. This record is only included if the segmentation mode is SubtractionImage.
All-1 Include all possible records in the CurrentRecord.
Remarks

Use these constants with CurrentRecordEnable to specify the tool records that the CogBlob Tool generates when you call CreateCurrentRecord .

See About Record Keys for a list of the record keys that the tool uses.

See Also