Gets the residual error in fitting the Inliers to the line segment.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 69.0.0.0
public double RMSError { get; }public double RMSError { get; }Public ReadOnly Property RMSError As Double
Get
Public ReadOnly Property RMSError As Double
Get
public:
property double RMSError {
double get ();
}public:
property double RMSError {
double get ();
}Property Value
Type:
Double
The RMS distance.
Use this value to assess how tightly, or loosely, the
Inliers
align collinearly with the line segment.