|
ekf_cal
0.4.0
A Kalman filter-based sensor calibration package
|
Camera intrinsics data structure. More...
#include <types.hpp>
Public Member Functions | |
| cv::Mat | ToCameraMatrix () const |
| Generate camera matrix from intrinsics. More... | |
| cv::Mat | ToDistortionVector () const |
| Generate distortion vector from intrinsics. More... | |
Public Attributes | |
| double | f_x {0.01} |
| X focal length [px]. More... | |
| double | f_y {0.01} |
| Y focal length [px]. | |
| double | k_1 {0.0} |
| Radial coefficient 1. | |
| double | k_2 {0.0} |
| Radial coefficient 2. | |
| double | p_1 {0.0} |
| Tangential coefficient 1. | |
| double | p_2 {0.0} |
| Tangential coefficient 1. | |
| double | width {1920} |
| Image width [px]. | |
| double | height {1080} |
| Image height [px]. | |
| double | pixel_size {5.0e-6} |
| Pixel size [mm]. | |
Camera intrinsics data structure.
| cv::Mat Intrinsics::ToCameraMatrix | ( | ) | const |
Generate camera matrix from intrinsics.
| cv::Mat Intrinsics::ToDistortionVector | ( | ) | const |
Generate distortion vector from intrinsics.
| double Intrinsics::f_x {0.01} |
X focal length [px].