1 #ifndef MF_VSRS_CAMERA_ARRAY_H_
2 #define MF_VSRS_CAMERA_ARRAY_H_
5 #include "../geometry/depth_projection_parameters.h"
6 #include "../camera/projection_camera.h"
7 #include "../ndarray/ndcoord.h"
20 std::map<std::string, projection_camera> cameras_;
21 bool fourth_extrinsic_row_ =
false;
28 bool has(
const std::string&)
const;
Parameters of Z to depth projection.
Definition: depth_projection_parameters.h:12
bool has(const std::string &) const
Definition: vsrs_camera_array.cc:60
vsrs_camera_array(const std::string &filename, const depth_projection_parameters &, const ndsize< 2 > &, bool fourth_extrinsic_row=false)
Definition: vsrs_camera_array.cc:40
Vector of n-dimensional coordinates.
Definition: ndcoord.h:18
Reader of camera array format used by VSRS.
Definition: vsrs_camera_array.h:18
Pin-hole camera with projection to a planar image space.
Definition: projection_camera.h:13
const projection_camera & operator[](const std::string &) const
Definition: vsrs_camera_array.cc:65