|
libfreenect2 0.4
Open source driver for the Kinect for Windows v2 (K4W2) sensor
|
Configuration of depth processing. More...
#include <libfreenect2/libfreenect2.hpp>
Public Member Functions | |
| Config () | |
| Default is 0.5, 4.5, true, true. | |
Public Attributes | |
| float | MinDepth |
| Clip at this minimum distance (meter). | |
| float | MaxDepth |
| Clip at this maximum distance (meter). | |
| bool | EnableBilateralFilter |
| Remove some "flying pixels". | |
| bool | EnableEdgeAwareFilter |
| Remove pixels on edges because ToF cameras produce noisy edges. | |
Configuration of depth processing.
| Config | ( | ) |
Default is 0.5, 4.5, true, true.
| float MinDepth |
Clip at this minimum distance (meter).
| float MaxDepth |
Clip at this maximum distance (meter).
| bool EnableBilateralFilter |
Remove some "flying pixels".
| bool EnableEdgeAwareFilter |
Remove pixels on edges because ToF cameras produce noisy edges.