|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|
Motion pair structure for hand-eye calibration. More...
#include <handeye.h>
Public Attributes | |
| Eigen::Matrix3d | rot_a |
| Eigen::Matrix3d | rot_b |
| Rotation matrices for motions A and B. | |
| Eigen::Vector3d | tra_a |
| Eigen::Vector3d | tra_b |
| Translation vectors for motions A and B. | |
Motion pair structure for hand-eye calibration.
Represents a pair of corresponding motions between two coordinate frames:
Used in solving the AX=XB hand-eye calibration problem.
| Eigen::Matrix3d calib::MotionPair::rot_b |
| Eigen::Vector3d calib::MotionPair::tra_b |