|
libfreenect2 0.4
Open source driver for the Kinect for Windows v2 (K4W2) sensor
|
Options for locating a coherent foreground depth sample near a color point. More...
#include <libfreenect2/vision.h>
Public Member Functions | |
| DepthSearchOptions () | |
Public Attributes | |
| int | primary_radius |
| First search radius in color pixels. | |
| int | fallback_radius |
| Expanded search radius in color pixels. | |
| float | cluster_span_mm |
| Maximum depth span of a coherent cluster. | |
Options for locating a coherent foreground depth sample near a color point.
| DepthSearchOptions | ( | ) |
| int primary_radius |
First search radius in color pixels.
| int fallback_radius |
Expanded search radius in color pixels.
| float cluster_span_mm |
Maximum depth span of a coherent cluster.