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