|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|
Bundle-adjustment rig configuration extending the hand-eye observations. More...
#include <handeye.h>

Public Attributes | |
| std::string | rig_id |
| std::vector< std::string > | sensors |
| std::vector< HandEyeObservationConfig > | observations |
| BundleOptions | options |
| double | min_angle_deg {1.0} |
| std::optional< Eigen::Isometry3d > | initial_target |
Bundle-adjustment rig configuration extending the hand-eye observations.
| std::optional<Eigen::Isometry3d> calib::pipeline::BundleRigConfig::initial_target |
| double calib::pipeline::BundleRigConfig::min_angle_deg {1.0} |
| std::vector<HandEyeObservationConfig> calib::pipeline::BundleRigConfig::observations |
| BundleOptions calib::pipeline::BundleRigConfig::options |
| std::vector<std::string> calib::pipeline::BundleRigConfig::sensors |