C API of the KIPR Link depth sensor interface. More...
Go to the source code of this file.
Typedefs | |
typedef enum SortMethod_ | SortMethod |
Enumerations | |
enum | SortMethod_ { SORT_NEAREST = 0, SORT_CENTER, SORT_FARTHEST } |
Variables | |
static const int | INVALID_DEPTH = INT32_MAX |
C API of the KIPR Link depth sensor interface.
typedef enum SortMethod_ SortMethod |
enum SortMethod_ |
VF EXPORT_SYM SortMethod get_depth_scanline_sorting_method | ( | ) |
VF EXPORT_SYM void set_depth_scanline_sorting_method | ( | SortMethod | method | ) |
|
static |