3#include <Eigen/Geometry>
6#include <unordered_map>
16 std::unordered_map<std::string, const PlanarImageDetections*>
image_lookup;
23 -> std::unordered_map<std::string, SensorDetectionsIndex>;
31 const std::string& rig_id);
PlanarDetections detections
const HandEyeRigConfig * find_handeye_rig(const HandEyePipelineConfig &cfg, const std::string &rig_id)
auto make_planar_view(const PlanarImageDetections &detections) -> PlanarView
auto average_isometries(const std::vector< Eigen::Isometry3d > &poses) -> Eigen::Isometry3d
auto find_camera_config(const IntrinsicCalibrationConfig &cfg, const std::string &camera_id) -> const CameraConfig *
auto build_sensor_index(const std::vector< PlanarDetections > &detections) -> std::unordered_map< std::string, SensorDetectionsIndex >
std::vector< PlanarObservation > PlanarView
Pipeline configuration helpers for hand-eye and bundle adjustment stages.
Hand-eye rig definition used to configure the calibration stage.
std::unordered_map< std::string, const PlanarImageDetections * > image_lookup
const PlanarDetections * detections