CogBlob ConnectivityMode Property Cognex VisionPro
Determines the connectivity to be used when analyzing blobs.

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

public CogBlobConnectivityModeConstants ConnectivityMode { get; set; }

Property Value

Type: CogBlobConnectivityModeConstants
The default is GreyScale.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of CogBlobConnectivityModeConstants
Remarks

A value from CogBlobConnectivityModeConstants that determines what connectivity mode is used to connect object pixels into blobs.
See Also