CogBlobConnectivityCleanupConstants EnumerationCognex VisionPro
Enumeration of blob connectivity cleanup types.

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

public enum CogBlobConnectivityCleanupConstants
Members

  Member nameValueDescription
None0 No connectivity cleanup is performed.
Prune1 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.
Fill2 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

Enumeration of blob connectivity cleanup types.
See Also