Implement the abstract method in ICogHandEyeCalibrationResult.
Return a copy of the Raw2DFromHome2D transform for the specified
UncorrectedHome2DFromStage2D. When MovingCamera is false, the
uncorrectedHome2DFromStage2D argument 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 UncorrectedHome2DFromStage2D. If MovingCamera is false then this argument is ignored.
Return Value
Type: ICogTransform2DImplements
ICogHandEyeCalibrationResult GetRaw2DFromHome2D(CogTransform2DRigid)Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If MovingCamera is true and the uncorrectedHome2DFromStage2D argument is null. |
See Also