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

#include <extrinsics.h>

Collaboration diagram for calib::pipeline::StereoPairConfig:

Public Attributes

std::string pair_id
 
std::string reference_sensor
 
std::string target_sensor
 
std::vector< StereoViewSelectionviews
 
ExtrinsicOptions options
 

Detailed Description

Definition at line 22 of file extrinsics.h.

Member Data Documentation

◆ options

ExtrinsicOptions calib::pipeline::StereoPairConfig::options

Definition at line 27 of file extrinsics.h.

◆ pair_id

std::string calib::pipeline::StereoPairConfig::pair_id

Definition at line 23 of file extrinsics.h.

◆ reference_sensor

std::string calib::pipeline::StereoPairConfig::reference_sensor

Definition at line 24 of file extrinsics.h.

◆ target_sensor

std::string calib::pipeline::StereoPairConfig::target_sensor

Definition at line 25 of file extrinsics.h.

◆ views

std::vector<StereoViewSelection> calib::pipeline::StereoPairConfig::views

Definition at line 26 of file extrinsics.h.


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