Public Member Functions | |
| operator algo::calib () const | |
Public Attributes | |
| double | __fx |
| double | __fy |
| double | __ppx |
| double | __ppy |
| double | coeffs [5] |
| int | height |
| algo::k_matrix | k_mat |
| rs2_distortion | model |
| algo::matrix_3x3 | rot |
| algo::translation | trans |
| int | width |
Definition at line 36 of file test-reproduction.cpp.
|
inline |
Definition at line 46 of file test-reproduction.cpp.
| double old_algo_calib::__fx |
Definition at line 40 of file test-reproduction.cpp.
| double old_algo_calib::__fy |
Definition at line 40 of file test-reproduction.cpp.
| double old_algo_calib::__ppx |
Definition at line 40 of file test-reproduction.cpp.
| double old_algo_calib::__ppy |
Definition at line 40 of file test-reproduction.cpp.
| double old_algo_calib::coeffs[5] |
Definition at line 44 of file test-reproduction.cpp.
| int old_algo_calib::height |
Definition at line 42 of file test-reproduction.cpp.
| algo::k_matrix old_algo_calib::k_mat |
Definition at line 41 of file test-reproduction.cpp.
| rs2_distortion old_algo_calib::model |
Definition at line 43 of file test-reproduction.cpp.
| algo::matrix_3x3 old_algo_calib::rot |
Definition at line 38 of file test-reproduction.cpp.
| algo::translation old_algo_calib::trans |
Definition at line 39 of file test-reproduction.cpp.
| int old_algo_calib::width |
Definition at line 42 of file test-reproduction.cpp.