ICogHandEyeCalibrationResult GetHome2DFromCamera2D Method Cognex VisionPro 9.8
Returns a CogTransform2DLinear which maps Camera2D to Home2D. If the calibration result is for a moving camera, the specified uncorrectedHome2DFromStage2D is used for computing the returned CogTransform2DRigid. Otherwise, the input uncorrectedHome2DFromStage2D is ignored.

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

CogTransform2DLinear GetHome2DFromCamera2D(
	CogTransform2DRigid uncorrectedHome2DFromStage2D
)

Parameters

uncorrectedHome2DFromStage2D
Type: Cognex.VisionPro CogTransform2DRigid
The corresponding motion stage pose. If the calibration result is not for a moving camera then this argument is ignored.

Return Value

Type: CogTransform2DLinear
Exceptions

ExceptionCondition
ArgumentNullException If the calibration result is for a moving camera but the uncorrectedHome2DFromStage2D argument is null.
InvalidOperationException If the calibration result haven't been calibrated.
See Also