#include <spatial-filter.h>
|
void | update_configuration (const rs2::frame &f) |
|
rs2::frame | prepare_target_frame (const rs2::frame &f, const rs2::frame_source &source) |
|
template<typename T > |
void | dxf_smooth (void *frame_data, float alpha, float delta, int iterations) |
|
void | recursive_filter_horizontal_fp (void *image_data, float alpha, float deltaZ) |
|
void | recursive_filter_vertical_fp (void *image_data, float alpha, float deltaZ) |
|
template<typename T > |
void | recursive_filter_horizontal (void *image_data, float alpha, float deltaZ) |
|
template<typename T > |
void | recursive_filter_vertical (void *image_data, float alpha, float deltaZ) |
|
template<typename T > |
void | intertial_holes_fill (T *image_data) |
|
§ spatial_filter()
librealsense::spatial_filter::spatial_filter |
( |
| ) |
|
§ dxf_smooth()
template<typename T >
void librealsense::spatial_filter::dxf_smooth |
( |
void * |
frame_data, |
|
|
float |
alpha, |
|
|
float |
delta, |
|
|
int |
iterations |
|
) |
| |
|
inlineprotected |
§ intertial_holes_fill()
template<typename T >
void librealsense::spatial_filter::intertial_holes_fill |
( |
T * |
image_data | ) |
|
|
inlineprotected |
§ prepare_target_frame()
§ recursive_filter_horizontal()
template<typename T >
void librealsense::spatial_filter::recursive_filter_horizontal |
( |
void * |
image_data, |
|
|
float |
alpha, |
|
|
float |
deltaZ |
|
) |
| |
|
inlineprotected |
§ recursive_filter_horizontal_fp()
void librealsense::spatial_filter::recursive_filter_horizontal_fp |
( |
void * |
image_data, |
|
|
float |
alpha, |
|
|
float |
deltaZ |
|
) |
| |
|
protected |
§ recursive_filter_vertical()
template<typename T >
void librealsense::spatial_filter::recursive_filter_vertical |
( |
void * |
image_data, |
|
|
float |
alpha, |
|
|
float |
deltaZ |
|
) |
| |
|
inlineprotected |
§ recursive_filter_vertical_fp()
void librealsense::spatial_filter::recursive_filter_vertical_fp |
( |
void * |
image_data, |
|
|
float |
alpha, |
|
|
float |
deltaZ |
|
) |
| |
|
protected |
§ update_configuration()
void librealsense::spatial_filter::update_configuration |
( |
const rs2::frame & |
f | ) |
|
|
protected |
The documentation for this class was generated from the following file: