CogBlob ComputeBlobRLE Property Cognex VisionPro
If false then improve blob processing speed by not saving the run lengths of regions. This will make blob boundaries, blob perimeters, and blob images unavailable.

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

public bool ComputeBlobRLE { get; set; }

Property Value

Type: Boolean
Whether or not run lengths of regions should be saved 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