#include "../include/librealsense2/hpp/rs_sensor.hpp"
#include "../include/librealsense2/hpp/rs_processing.hpp"
#include "option.h"
#include "environment.h"
#include "context.h"
#include "software-device.h"
#include "proc/synthetic-stream.h"
#include "proc/hole-filling-filter.h"
Go to the source code of this file.
Namespaces | |
librealsense | |
Variables | |
const uint8_t | librealsense::hole_fill_def = hf_farest_from_around |
const uint8_t | librealsense::hole_fill_max = hf_max_value - 1 |
const uint8_t | librealsense::hole_fill_min = hf_fill_from_left |
const uint8_t | librealsense::hole_fill_step = 1 |