Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
Loading...
Searching...
No Matches
calib::pipeline::detail::BundleSensorSetup Struct Referencefinal

#include <bundle_utils.h>

Collaboration diagram for calib::pipeline::detail::BundleSensorSetup:

Public Attributes

std::vector< PinholeCamera< BrownConradyd > > cameras
 
std::unordered_map< std::string, std::size_t > sensor_to_index
 
std::vector< std::string > missing_sensors
 

Detailed Description

Definition at line 14 of file bundle_utils.h.

Member Data Documentation

◆ cameras

std::vector<PinholeCamera<BrownConradyd> > calib::pipeline::detail::BundleSensorSetup::cameras

Definition at line 15 of file bundle_utils.h.

◆ missing_sensors

std::vector<std::string> calib::pipeline::detail::BundleSensorSetup::missing_sensors

Definition at line 17 of file bundle_utils.h.

◆ sensor_to_index

std::unordered_map<std::string, std::size_t> calib::pipeline::detail::BundleSensorSetup::sensor_to_index

Definition at line 16 of file bundle_utils.h.


The documentation for this struct was generated from the following file: