|
SaDVIO
|
#include <ASensor.h>


Public Attributes | |
| Eigen::Matrix3d | K |
| std::string | proj_model |
| int | width |
| int | height |
| bool | undistort |
| Eigen::Vector4d | d |
| cv::Mat | undist_map_x |
| cv::Mat | undist_map_y |
| double | rmax |
| double | alpha |
| double | xi |
Public Attributes inherited from isae::sensor_config | |
| std::string | sensor_type |
| std::string | ros_topic |
| Eigen::Affine3d | T_s_f |
Camera configuration.
This struct contains the intrinsic parameters of the camera, its projection model, its width and height, and parameters for distortion and fisheye models.
| double isae::cam_config::alpha |
| Eigen::Vector4d isae::cam_config::d |
| int isae::cam_config::height |
| Eigen::Matrix3d isae::cam_config::K |
| std::string isae::cam_config::proj_model |
| double isae::cam_config::rmax |
| cv::Mat isae::cam_config::undist_map_x |
| cv::Mat isae::cam_config::undist_map_y |
| bool isae::cam_config::undistort |
| int isae::cam_config::width |
| double isae::cam_config::xi |
1.8.17