CogFindLineResults RMSError Property Cognex VisionPro
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.Caliper
Assembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax

public double RMSError { get; }

Property Value

Type: Double
Exceptions

ExceptionCondition
CogFindShapeNotFoundException

Not enough caliper edges were found to fit a shape.

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