Enumeration that indicates blob polarity when using either
soft or hard thresholding for image segmentation.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| DarkBlobs | 0 | Polarity indicating that image should be segmented for dark blobs on a light background. | |
| LightBlobs | 1 | Polarity indicating that image should be segmented for light blobs on a dark background. |
See Also