CogBlobSegmentationParams Mode Property Cognex VisionPro 9.10
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.Blob
Assembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 79.0.0.0
Syntax

public CogBlobSegmentationModeConstants Mode { get; set; }

Property Value

Type: CogBlobSegmentationModeConstants
The default is HardDynamicThreshold
Events

Event TypeReason
[Cognex.VisionPro.ICogChangedEvent.Changed]

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
[System.ArgumentException] The supplied value is not a member of CogBlobSegmentationParams
Remarks

The method used to segment an input image into pixels that make up
See Also