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.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleRemarks
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