Go to the source code of this file.
Classes | |
struct | scene_stats |
Functions | |
void | compare_preprocessing_data (std::string const &scene_dir, algo::z_frame_data const &depth_data, algo::ir_frame_data const &ir_data, algo::yuy2_frame_data const &yuy_data, scene_metadata const &md) |
void | compare_scene (std::string const &scene_dir, bool debug_mode=true, scene_stats *stats=nullptr) |
void | compare_vertices_to_los_data (std::string const &scene_dir, size_t num_of_vertices, size_t cycle, std::string const &time, algo::convert_norm_vertices_to_los_data const &data) |
void compare_preprocessing_data | ( | std::string const & | scene_dir, |
algo::z_frame_data const & | depth_data, | ||
algo::ir_frame_data const & | ir_data, | ||
algo::yuy2_frame_data const & | yuy_data, | ||
scene_metadata const & | md | ||
) |
Definition at line 93 of file compare-scene.h.
void compare_scene | ( | std::string const & | scene_dir, |
bool | debug_mode = true , |
||
scene_stats * | stats = nullptr |
||
) |
Definition at line 529 of file compare-scene.h.
void compare_vertices_to_los_data | ( | std::string const & | scene_dir, |
size_t | num_of_vertices, | ||
size_t | cycle, | ||
std::string const & | time, | ||
algo::convert_norm_vertices_to_los_data const & | data | ||
) |
Definition at line 15 of file compare-scene.h.