CogHandEyeCalibrationResult GetRaw2DFromHome2D Method Cognex VisionPro
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.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 65.1.0.0
Syntax

public virtual ICogTransform2D GetRaw2DFromHome2D(
	CogTransform2DRigid uncorrectedHome2DFromStage2D
)

Parameters

uncorrectedHome2DFromStage2D
Type: Cognex.VisionPro CogTransform2DRigid
The UncorrectedHome2DFromStage2D. If MovingCamera is false then this argument is ignored.

Return Value

Type: ICogTransform2D

Implements

ICogHandEyeCalibrationResult GetRaw2DFromHome2D(CogTransform2DRigid)
Exceptions

ExceptionCondition
ArgumentNullException If MovingCamera is true and the uncorrectedHome2DFromStage2D argument is null.
See Also