CogFixtureNPointToNPointResult RMSError Property Cognex VisionPro
Returns the root mean squared error between the set of unfixtured points and the mapped raw fixtured points, expressed in unfixtured space. It is computed by taking the square root of the mean of the squares of the individual errors.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax

public double RMSError { get; }

Property Value

Type: Double
Remarks

Returns the root mean squared error between the set of unfixtured points and the mapped raw fixtured points, expressed in unfixtured space. Points are mapped using the UnfixturedFromRawFixtured transform.

Default Value: 0

See Also