Enumeration of blob connectivity cleanup types.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No connectivity cleanup is performed. | |
| Prune | 1 | Features below a specified size threshold are discarded and will not appear in the results. Calculations of measures will not consider pixels belonging to the pruned feature as part of the feature that surrounds the pruned feature. | |
| Fill | 2 | Features below a specified size threshold are filled in with the segmentation value of the surrounding feature. Calculations of measures will consider the pruned feature as part of the feature that surrounds the pruned feature. |
Remarks
See Also