CogBlobLabelConstants EnumerationCognex VisionPro
Enumeration of blob grey scale label constants. The Label property of CogBlobResult returns a value which indicate that the feature is either a blob or a hole when performing grey scale connectivity.

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

public enum CogBlobLabelConstants
Members

  Member nameValueDescription
Hole0 If performing grey scale connectivity, Label is Hole if the result represents a hole.
Blob1 If performing grey scale connectivity, Label is Blob if the result represents a blob.
Remarks

Enumeration of the blob grey scale connectivity label constants. A feature's Label indicates whether the feature is a blob or a hole.
See Also