CogFitLineResult RMSError Property Cognex VisionPro 9.8
Root mean square error for the fitting operation. It is computed by taking the square root of the mean of the squares of the individual errors.

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

public double RMSError { get; }

Property Value

Type: Double
Remarks

Root mean square error for the fitting operation. It is computed by taking the square root of the mean of the squares of the individual errors.

See Also