NVIDIA DeepStream SDK API Reference

6.4 Release
_NvBbox_Coords Struct Reference

Detailed Description

Holds unclipped bounding box coordinates of the object.

Definition at line 65 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

◆ height

float _NvBbox_Coords::height

Holds the box's height in pixels.

Definition at line 74 of file nvll_osd_struct.h.

◆ left

float _NvBbox_Coords::left

Holds the box's left coordinate in pixels.

Definition at line 66 of file nvll_osd_struct.h.

◆ top

float _NvBbox_Coords::top

Holds the box's top coordinate in pixels.

Definition at line 69 of file nvll_osd_struct.h.

◆ width

float _NvBbox_Coords::width

Holds the box's width in pixels.

Definition at line 72 of file nvll_osd_struct.h.


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