|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|
Per-observation specification consumed by the hand-eye pipeline stage. More...
#include <handeye.h>

Public Attributes | |
| std::string | view_id |
| Eigen::Isometry3d | base_se3_gripper {Eigen::Isometry3d::Identity()} |
| std::unordered_map< std::string, std::string > | images |
Per-observation specification consumed by the hand-eye pipeline stage.
Each entry binds a robot pose (base_se3_gripper) to captured image detections. The images map must contain filenames present in the planar detection dataset for every sensor participating in the calibration rig.
| Eigen::Isometry3d calib::pipeline::HandEyeObservationConfig::base_se3_gripper {Eigen::Isometry3d::Identity()} |
| std::unordered_map<std::string, std::string> calib::pipeline::HandEyeObservationConfig::images |
| std::string calib::pipeline::HandEyeObservationConfig::view_id |