1 #ifndef LICORNEA_CAMERA_H_ 2 #define LICORNEA_CAMERA_H_ 6 #include "../../lib/intrinsics.h" 34 std::map<std::string, camera>
cameras_map(
const std::vector<camera>&);
35 void export_cameras_file(
const std::string& filename,
const std::map<std::string, camera>&);
void export_cameras_file(const camera_array &cameras, const std::string &filename)
camera_array decode_cameras(const json &j_cams)
std::map< std::string, camera > cameras_map(const camera_array &arr)
mat44 extrinsic_inv() const
camera_array cameras_arg()
cv::Matx< real, 3, 3 > mat33
void set_extrinsic(const mat44 &)
intrinsics to_undistorted_intrinsics(const camera &cam, int width, int height)
std::vector< camera > camera_array
cv::Matx< real, 4, 4 > mat44