NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvBbox_Coords Struct Reference

Detailed Description

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...
 

Field Documentation

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.


The documentation for this struct was generated from the following file: