The method used to segment an input image into pixels
that make up the blob(s) and pixels that are part of the background.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 73.0.0.0
Syntax
Property Value
Type: CogBlobSegmentationModeConstantsThe default is HardDynamicThreshold
Events
| Event Type | Reason |
|---|---|
| [Cognex.VisionPro.ICogChangedEvent.Changed] | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| [System.ArgumentException] | The supplied value is not a member of CogBlobSegmentationParams |
Remarks
See Also