Gets the residual error in fitting the Inliers to the line segment.
Namespace: Cognex.Vision.LineMax.ImplementationAssembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.1.1
public abstract double RMSError { get; }public abstract double RMSError { get; }Public MustOverride ReadOnly Property RMSError As Double
Get
Public MustOverride ReadOnly Property RMSError As Double
Get
public:
virtual property double RMSError {
double get () abstract;
}public:
virtual property double RMSError {
double get () abstract;
}Return Value
Type:
DoubleThe RMS distance.
Use this value to assess how tightly, or loosely, the Inliers align collinearly with the line segment.