|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|
Single observation used for hand-eye calibration. More...
#include <bundle.h>

Public Attributes | |
| PlanarView | view |
| Planar target observations. | |
| Eigen::Isometry3d | b_se3_g |
| Pose of the gripper in the base frame. | |
| size_t | camera_index = 0 |
| Which camera acquired this view. | |
Single observation used for hand-eye calibration.
Each observation corresponds to a planar target view acquired by one of the cameras when the robot end-effector is in a known pose relative to the base frame.
| Eigen::Isometry3d calib::BundleObservation::b_se3_g |
| size_t calib::BundleObservation::camera_index = 0 |
| PlanarView calib::BundleObservation::view |