licornea_tools
|
#include "common.h"
#include "json.h"
#include "../../lib/intrinsics.h"
#include <vector>
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
struct | tlz::camera |
Namespaces | |
tlz | |
Typedefs | |
using | tlz::camera_array = std::vector< camera > |
Functions | |
camera_array | tlz::decode_cameras (const json &j_cams) |
void | tlz::export_cameras_file (const camera_array &cameras, const std::string &filename) |
camera_array | tlz::cameras_arg () |
intrinsics | tlz::to_undistorted_intrinsics (const camera &cam, int width, int height) |
std::map< std::string, camera > | tlz::cameras_map (const std::vector< camera > &) |
void | tlz::export_cameras_file (const std::string &filename, const std::map< std::string, camera > &map) |