CogBlob ComputeTopology Property Cognex VisionPro
If false then improve blob processing speed by not computing the parent - child relationships between regions.

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

public bool ComputeTopology { get; set; }

Property Value

Type: Boolean
Whether or not parent - child relationships should be computed during blob processing. Default is True.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

See Also