#include <objects-in-frame.h>
Public Member Functions | |
object_in_frame (size_t id, std::string const &name, rs2::rect bbox_color, rs2::rect bbox_depth, float depth) | |
Public Attributes | |
size_t | id |
float | mean_depth |
std::string | name |
rs2::rect | normalized_color_bbox |
rs2::rect | normalized_depth_bbox |
Definition at line 10 of file objects-in-frame.h.
|
inline |
Definition at line 17 of file objects-in-frame.h.
size_t object_in_frame::id |
Definition at line 15 of file objects-in-frame.h.
float object_in_frame::mean_depth |
Definition at line 14 of file objects-in-frame.h.
std::string object_in_frame::name |
Definition at line 13 of file objects-in-frame.h.
rs2::rect object_in_frame::normalized_color_bbox |
Definition at line 12 of file objects-in-frame.h.
rs2::rect object_in_frame::normalized_depth_bbox |
Definition at line 12 of file objects-in-frame.h.