|
OrbbecSDK 2.8.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
Configuration parameters for the LUT noise removal filter. More...
#include <ObTypes.h>
Public Attributes | |
| uint16_t | max_lut [16] |
| LUT max size of noise pixels (4x4 LUT, 16 entries total). | |
| uint16_t | min_diff |
| Difference threshold between neighbor pixels. | |
| uint32_t | width |
| Depth map width the above parameters correspond to. | |
| uint32_t | height |
| Depth map height the above parameters correspond to. | |
Configuration parameters for the LUT noise removal filter.
| uint16_t OBLutNoiseRemovalFilterParams::max_lut[16] |
LUT max size of noise pixels (4x4 LUT, 16 entries total).
Definition at line 1228 of file ObTypes.h.
Referenced by ob::LutNoiseRemovalFilter::getFilterParams().
| uint16_t OBLutNoiseRemovalFilterParams::min_diff |
Difference threshold between neighbor pixels.
Definition at line 1229 of file ObTypes.h.
Referenced by ob::LutNoiseRemovalFilter::getFilterParams().
| uint32_t OBLutNoiseRemovalFilterParams::width |
Depth map width the above parameters correspond to.
Definition at line 1230 of file ObTypes.h.
Referenced by ob::LutNoiseRemovalFilter::getFilterParams().
| uint32_t OBLutNoiseRemovalFilterParams::height |
Depth map height the above parameters correspond to.
Definition at line 1231 of file ObTypes.h.
Referenced by ob::LutNoiseRemovalFilter::getFilterParams().