#include <rs_processing.hpp>
◆ spatial_filter() [1/3]
rs2::spatial_filter::spatial_filter |
( |
| ) |
|
|
inline |
Create spatial filter Spatial filter smooths the image by calculating frame with alpha and delta settings alpha defines the weight of the current pixel for smoothing, and is bounded within [25..100]%, delta defines the depth gradient below which the smoothing will occur as number of depth levels For more information, check the spatial-filter.cpp
◆ spatial_filter() [2/3]
rs2::spatial_filter::spatial_filter |
( |
float |
smooth_alpha, |
|
|
float |
smooth_delta, |
|
|
float |
magnitude, |
|
|
float |
hole_fill |
|
) |
| |
|
inline |
Create spatial filter Spatial filter smooths the image by calculating frame with alpha and delta settings
- Parameters
-
[in] | smooth_alpha | - defines the weight of the current pixel for smoothing is bounded within [25..100]% |
[in] | smooth_delta | - defines the depth gradient below which the smoothing will occur as number of depth levels |
[in] | magnitude | - number of filter iterations. |
[in] | hole_fill | - an in-place heuristic symmetric hole-filling mode applied horizontally during the filter passes. Intended to rectify minor artefacts with minimal performance impact |
◆ spatial_filter() [3/3]
rs2::spatial_filter::spatial_filter |
( |
filter |
f | ) |
|
|
inline |
◆ context
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/librealsense-2.54.2/include/librealsense2/hpp/rs_processing.hpp