#include "../algo-common.h"
#include "../../../src/algo/depth-to-rgb-calibration/optimizer.h"
#include "scene-data.h"
#include "../../../src/algo/depth-to-rgb-calibration/k-to-dsm.h"
#include "../../../src/algo/depth-to-rgb-calibration/utils.h"
#include "../../../src/algo/depth-to-rgb-calibration/uvmap.h"
#include "../../../src/algo/thermal-loop/l500-thermal-loop.h"
#include "ac-logger.h"
#include "../../profiler.h"
Go to the source code of this file.
Functions | |
void | init_algo (algo::optimizer &cal, std::string const &dir, std::string const &yuy, std::string const &yuy_prev, std::string const &yuy_last_successful, std::string const &ir, std::string const &z, camera_params const &camera, memory_profiler *profiler=nullptr) |
Variables | |
ac_logger | LOG_TO_STDOUT |
void init_algo | ( | algo::optimizer & | cal, |
std::string const & | dir, | ||
std::string const & | yuy, | ||
std::string const & | yuy_prev, | ||
std::string const & | yuy_last_successful, | ||
std::string const & | ir, | ||
std::string const & | z, | ||
camera_params const & | camera, | ||
memory_profiler * | profiler = nullptr |
||
) |
Definition at line 31 of file d2rgb-common.h.
ac_logger LOG_TO_STDOUT |
Definition at line 17 of file d2rgb-common.h.