LineMaxResultBase RMSError Property Cognex VisionPro 9.21

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.21.0.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