CogBlobResult Label Property Cognex VisionPro
The connectivity label. For grey scale connectivity, the label will be 1 for blobs and 0 for holes. For labeled connectivity, this is the blob's label.

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

public CogBlobLabelConstants Label { get; }

Property Value

Type: CogBlobLabelConstants
Exceptions

ExceptionCondition
InvalidOperationException If no result data is available.
See Also