![]() |
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <camera/camera_params.h>#include <config_reader/config_reader.h>#include <Eigen/Dense>#include <gflags/gflags.h>#include <glog/logging.h>#include <opencv2/highgui/highgui.hpp>#include <opencv2/core/core.hpp>#include <opencv2/core/eigen.hpp>#include <opencv2/calib3d/calib3d.hpp>#include <opencv2/imgproc/imgproc.hpp>#include <fstream>#include <iostream>
Namespaces | |
| camera | |
Macros | |
| #define | DEFINE_CONVERSION(TYPEA, TYPEB) |
| #define | DEFINE_INTRINSIC(TYPE) |
Functions | |
| camera::DEFINE_CONVERSION (RAW, DISTORTED) | |
| camera::DEFINE_CONVERSION (DISTORTED, RAW) | |
| camera::DEFINE_CONVERSION (UNDISTORTED_C, DISTORTED_C) | |
| camera::DEFINE_CONVERSION (DISTORTED_C, UNDISTORTED_C) | |
| camera::DEFINE_CONVERSION (UNDISTORTED, UNDISTORTED_C) | |
| camera::DEFINE_CONVERSION (UNDISTORTED_C, UNDISTORTED) | |
| camera::DEFINE_CONVERSION (DISTORTED, UNDISTORTED) | |
| camera::DEFINE_CONVERSION (UNDISTORTED, DISTORTED) | |
| camera::DEFINE_CONVERSION (DISTORTED, UNDISTORTED_C) | |
| camera::DEFINE_CONVERSION (UNDISTORTED_C, DISTORTED) | |
| camera::DEFINE_INTRINSIC (RAW) | |
| camera::DEFINE_INTRINSIC (DISTORTED) | |
| camera::DEFINE_INTRINSIC (DISTORTED_C) | |
| camera::DEFINE_INTRINSIC (UNDISTORTED) | |
| camera::DEFINE_INTRINSIC (UNDISTORTED_C) | |
| #define DEFINE_CONVERSION | ( | TYPEA, | |
| TYPEB | |||
| ) |
| #define DEFINE_INTRINSIC | ( | TYPE | ) |