CogBlobConnectivityModeConstants EnumerationCognex VisionPro
Enumeration of connectivity modes.

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

public enum CogBlobConnectivityModeConstants
Members

  Member nameValueDescription
GreyScale0 Connected object pixels are grouped and analyzed as individual features (blobs and holes). Blobs are 8-connected. Holes are 4-connected.
Labeled1 All pixels with the same label value, as produced during the image segmentation step, are connected into individual features. There is no notion of object or background pixels. All features are 6-connected.
WholeImageGreyScale2 All of the object pixels in the image are analyzed as a single blob, regardless of whether or how they are connected to each other. No connectivity is performed. All the blob statistics and measures are computed using every object pixel in the image. The boundary, perimeter, and acircularity measures are not available when using this mode.
See Also