#include <depth-to-rgb-calibration.h>
|
| depth_to_rgb_calibration (algo::depth_to_rgb_calibration::optimizer::settings const &settings, rs2::frame depth, rs2::frame ir, rs2::frame yuy, rs2::frame prev_yuy, std::vector< algo::depth_to_rgb_calibration::yuy_t > const &last_yuy_data, algo::depth_to_rgb_calibration::algo_calibration_info const &cal_info, algo::depth_to_rgb_calibration::algo_calibration_registers const &cal_regs, rs2_intrinsics const &yuy_intrinsics, algo::thermal_loop::thermal_calibration_table_interface const &, std::function< void()> should_continue=nullptr) |
|
rs2_dsm_params const & | get_dsm_params () const |
|
rs2_extrinsics const & | get_extrinsics () const |
|
stream_profile_interface * | get_from_profile () const |
|
std::vector< algo::depth_to_rgb_calibration::yuy_t > & | get_last_successful_frame_data () |
|
rs2_intrinsics const & | get_raw_intrinsics () const |
|
rs2_intrinsics const & | get_thermal_intrinsics () const |
|
stream_profile_interface * | get_to_profile () const |
|
rs2_calibration_status | optimize (std::function< void(rs2_calibration_status)> call_back=nullptr) |
|
void | write_data_to (std::string const &dir) |
|
Definition at line 19 of file depth-to-rgb-calibration.h.
depth_to_rgb_calibration::depth_to_rgb_calibration |
( |
algo::depth_to_rgb_calibration::optimizer::settings const & |
settings, |
|
|
rs2::frame |
depth, |
|
|
rs2::frame |
ir, |
|
|
rs2::frame |
yuy, |
|
|
rs2::frame |
prev_yuy, |
|
|
std::vector< algo::depth_to_rgb_calibration::yuy_t > const & |
last_yuy_data, |
|
|
algo::depth_to_rgb_calibration::algo_calibration_info const & |
cal_info, |
|
|
algo::depth_to_rgb_calibration::algo_calibration_registers const & |
cal_regs, |
|
|
rs2_intrinsics const & |
yuy_intrinsics, |
|
|
algo::thermal_loop::thermal_calibration_table_interface const & |
, |
|
|
std::function< void()> |
should_continue = nullptr |
|
) |
| |
void depth_to_rgb_calibration::debug_calibration |
( |
char const * |
prefix | ) |
|
|
private |
rs2_dsm_params const& librealsense::depth_to_rgb_calibration::get_dsm_params |
( |
| ) |
const |
|
inline |
rs2_extrinsics const& librealsense::depth_to_rgb_calibration::get_extrinsics |
( |
| ) |
const |
|
inline |
rs2_intrinsics const& librealsense::depth_to_rgb_calibration::get_raw_intrinsics |
( |
| ) |
const |
|
inline |
rs2_intrinsics const& librealsense::depth_to_rgb_calibration::get_thermal_intrinsics |
( |
| ) |
const |
|
inline |
std::function<void()> librealsense::depth_to_rgb_calibration::_should_continue |
|
private |
The documentation for this class was generated from the following files: