CogLineMaxResult RMSError Property Cognex VisionPro 9.8
Gets the residual error in fitting the Inliers to the line segment.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 75.1.0.0
Syntax

public double RMSError { get; }

Property Value

Type: Double
The RMS distance.
Remarks

Use this value to assess how tightly, or loosely, the Inliers align collinearly with the line segment.
See Also