#include <unit-tests-post-processing.h>
Public Member Functions | |
void | reset () |
Public Attributes | |
std::vector< std::vector< uint8_t > > | _input_frames |
std::vector< std::vector< uint8_t > > | _output_frames |
float | depth_units = 0.001f |
int | downsample_scale = 1 |
float | focal_length = 0.f |
size_t | frames_sequence_size = 1 |
int | holes_filling_mode = 0 |
bool | holes_filter = false |
std::vector< std::string > | input_frame_names |
uint32_t | input_res_x = 0 |
uint32_t | input_res_y = 0 |
std::string | name = "" |
std::vector< std::string > | output_frame_names |
uint32_t | output_res_x = 0 |
uint32_t | output_res_y = 0 |
float | spatial_alpha = 0.f |
uint8_t | spatial_delta = 0 |
bool | spatial_filter = false |
int | spatial_iterations |
float | stereo_baseline_mm = 0.f |
float | temporal_alpha = 0.f |
uint8_t | temporal_delta = 0 |
bool | temporal_filter = false |
uint8_t | temporal_persistence = 0 |
Definition at line 14 of file unit-tests-post-processing.h.
Definition at line 44 of file unit-tests-post-processing.h.
std::vector<std::vector<uint8_t> > ppf_test_config::_input_frames |
Definition at line 41 of file unit-tests-post-processing.h.
std::vector<std::vector<uint8_t> > ppf_test_config::_output_frames |
Definition at line 42 of file unit-tests-post-processing.h.
float ppf_test_config::depth_units = 0.001f |
Definition at line 28 of file unit-tests-post-processing.h.
int ppf_test_config::downsample_scale = 1 |
Definition at line 27 of file unit-tests-post-processing.h.
float ppf_test_config::focal_length = 0.f |
Definition at line 30 of file unit-tests-post-processing.h.
size_t ppf_test_config::frames_sequence_size = 1 |
Definition at line 36 of file unit-tests-post-processing.h.
int ppf_test_config::holes_filling_mode = 0 |
Definition at line 26 of file unit-tests-post-processing.h.
bool ppf_test_config::holes_filter = false |
Definition at line 25 of file unit-tests-post-processing.h.
std::vector<std::string> ppf_test_config::input_frame_names |
Definition at line 38 of file unit-tests-post-processing.h.
uint32_t ppf_test_config::input_res_x = 0 |
Definition at line 31 of file unit-tests-post-processing.h.
uint32_t ppf_test_config::input_res_y = 0 |
Definition at line 32 of file unit-tests-post-processing.h.
std::string ppf_test_config::name = "" |
Definition at line 16 of file unit-tests-post-processing.h.
std::vector<std::string> ppf_test_config::output_frame_names |
Definition at line 39 of file unit-tests-post-processing.h.
uint32_t ppf_test_config::output_res_x = 0 |
Definition at line 33 of file unit-tests-post-processing.h.
uint32_t ppf_test_config::output_res_y = 0 |
Definition at line 34 of file unit-tests-post-processing.h.
float ppf_test_config::spatial_alpha = 0.f |
Definition at line 18 of file unit-tests-post-processing.h.
uint8_t ppf_test_config::spatial_delta = 0 |
Definition at line 19 of file unit-tests-post-processing.h.
bool ppf_test_config::spatial_filter = false |
Definition at line 17 of file unit-tests-post-processing.h.
int ppf_test_config::spatial_iterations |
Definition at line 20 of file unit-tests-post-processing.h.
float ppf_test_config::stereo_baseline_mm = 0.f |
Definition at line 29 of file unit-tests-post-processing.h.
float ppf_test_config::temporal_alpha = 0.f |
Definition at line 22 of file unit-tests-post-processing.h.
uint8_t ppf_test_config::temporal_delta = 0 |
Definition at line 23 of file unit-tests-post-processing.h.
bool ppf_test_config::temporal_filter = false |
Definition at line 21 of file unit-tests-post-processing.h.
uint8_t ppf_test_config::temporal_persistence = 0 |
Definition at line 24 of file unit-tests-post-processing.h.