NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds unclipped bounding box coordinates of the object.
Definition at line 69 of file nvll_osd_struct.h.
Data Fields | |
float | left |
Holds the box's left coordinate in pixels. More... | |
float | top |
Holds the box's top coordinate in pixels. More... | |
float | width |
Holds the box's width in pixels. More... | |
float | height |
Holds the box's height in pixels. More... | |
float _NvBbox_Coords::height |
Holds the box's height in pixels.
Definition at line 78 of file nvll_osd_struct.h.
float _NvBbox_Coords::left |
Holds the box's left coordinate in pixels.
Definition at line 70 of file nvll_osd_struct.h.
float _NvBbox_Coords::top |
Holds the box's top coordinate in pixels.
Definition at line 73 of file nvll_osd_struct.h.
float _NvBbox_Coords::width |
Holds the box's width in pixels.
Definition at line 76 of file nvll_osd_struct.h.