LineMaxResultBase RMSError Property Cognex VisionPro 9.22 SR1

Gets the residual error in fitting the Inliers to the line segment.

Namespace: Cognex.Vision.LineMax.Implementation
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.22.2.0
Syntax

public abstract double RMSError { get; }

Return 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