You are here: Start » AVL.NET » Invoke.CalibrateEyeInHand
Computes Hand-Eye calibration matrices.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void CalibrateEyeInHand ( List<Avl.Matrix> inRotationGripperToBase, List<Avl.Matrix> inTranslationGripperToBase, List<Avl.Matrix> inRotationTargetToCam, List<Avl.Matrix> inTranslationTargetToCam, Avl.HandEyeCalibrationMethod inCalibrationMethod, Avl.Matrix outRotationCamToGripper, Avl.Matrix outTranslationCamToGripper )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRotationGripperToBase | System.Collections.Generic.List<Avl.Matrix> | Rotation part extracted from the homogeneous matrix that transforms a point expressed in the gripper frame to the robot base frame. | ||
![]()  | inTranslationGripperToBase | System.Collections.Generic.List<Avl.Matrix> | Translation part extracted from the homogeneous matrix that transforms a point expressed in the gripper frame to the robot base frame. | ||
![]()  | inRotationTargetToCam | System.Collections.Generic.List<Avl.Matrix> | Rotation part extracted from the homogeneous matrix that transforms a point expressed in the target frame to the camera frame. | ||
![]()  | inTranslationTargetToCam | System.Collections.Generic.List<Avl.Matrix> | Translation part extracted from the homogeneous matrix that transforms a point expressed in the target frame to the camera frame. | ||
![]()  | inCalibrationMethod | Avl.HandEyeCalibrationMethod | Calibration method. | ||
![]()  | outRotationCamToGripper | Avl.Matrix | Estimated rotation part extracted from the homogeneous matrix that transforms a point expressed in the camera frame to the gripper frame. | ||
![]()  | outTranslationCamToGripper | Avl.Matrix | Estimated translation part extracted from the homogeneous matrix that transforms a point expressed in the camera frame to the gripper frame. | 


