Enumeration of
connectivity modes.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| GreyScale | 0 | Connected object pixels are grouped and analyzed as individual features (blobs and holes). Blobs are 8-connected. Holes are 4-connected. | |
| Labeled | 1 | 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. | |
| WholeImageGreyScale | 2 | 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