CogBlob ComputeInertia Property Cognex VisionPro
If false then improve blob processing speed by not computing the inertia, principal inertia, angle, and elongation.

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

public bool ComputeInertia { get; set; }

Property Value

Type: Boolean
Whether or not inertia, principal inertia, angle, and elongation 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