CogBlobResult AcircularityRms Property Cognex VisionPro
The acircularity of this blob as defined by the normalized RMS deviation of the boundary point radius values from r0, where r0 is the square root of the blob's area divided by Π. This measure is not available when using whole-image connectivity.

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

public double AcircularityRms { get; }

Property Value

Type: Double
Exceptions

ExceptionCondition
CogBlobInvalidMeasureException The connectivity mode is WholeImageGreyScale.
InvalidOperationException If no result data is available.
See Also