Banuba SDK
|
Results from depth camera. More...
#include <depth_map.hpp>
Public Member Functions | |
depth_map (std::vector< uint8_t > depth_data_, int32_t depth_map_width_, int32_t depth_map_height_) | |
Public Attributes | |
std::vector< uint8_t > | depth_data |
int32_t | depth_map_width |
int32_t | depth_map_height |
Results from depth camera.
Definition at line 17 of file depth_map.hpp.
|
inline |
Definition at line 22 of file depth_map.hpp.
std::vector<uint8_t> bnb::interfaces::depth_map::depth_data |
Definition at line 18 of file depth_map.hpp.
int32_t bnb::interfaces::depth_map::depth_map_height |
Definition at line 20 of file depth_map.hpp.
int32_t bnb::interfaces::depth_map::depth_map_width |
Definition at line 19 of file depth_map.hpp.