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.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 65.1.0.0
Syntax
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: CogTransform2DLinearExceptions
| Exception | Condition |
|---|---|
| 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