CogHandEyeCalibrationResult GetOverallResidualsRaw2D Method Cognex VisionPro
Get the overall residuals in Raw2D, in computing the hand-eye calibration for this camera using all UncorrectedHome2DFromStage2D poses.

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

public void GetOverallResidualsRaw2D(
	out double max,
	out double rms
)

Parameters

max
Type: System Double 
The maximum Raw2D residual.
rms
Type: System Double 
The RMS Raw2D residual.
See Also