CogHandEyeCalibrationResult GetOverallResidualsHome2D Method Cognex VisionPro
Get the overall residuals in Home2D, 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 GetOverallResidualsHome2D(
	out double max,
	out double rms
)

Parameters

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