NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds the box parameters of the box to be overlayed.
Definition at line 143 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... | |
unsigned int | border_width |
Holds the box's border width in pixels. More... | |
NvOSD_ColorParams | border_color |
Holds the box's border color. More... | |
unsigned int | has_bg_color |
Holds a Boolean; true if the box has a background color. More... | |
unsigned int | reserved |
Holds a field reserved for future use. More... | |
NvOSD_ColorParams | bg_color |
Holds the box's background color. More... | |
int | has_color_info |
int | color_id |
NvOSD_ColorParams _NvOSD_RectParams::bg_color |
Holds the box's background color.
Definition at line 164 of file nvll_osd_struct.h.
NvOSD_ColorParams _NvOSD_RectParams::border_color |
Holds the box's border color.
Definition at line 156 of file nvll_osd_struct.h.
unsigned int _NvOSD_RectParams::border_width |
Holds the box's border width in pixels.
Definition at line 154 of file nvll_osd_struct.h.
int _NvOSD_RectParams::color_id |
Definition at line 167 of file nvll_osd_struct.h.
unsigned int _NvOSD_RectParams::has_bg_color |
Holds a Boolean; true if the box has a background color.
Definition at line 159 of file nvll_osd_struct.h.
int _NvOSD_RectParams::has_color_info |
Definition at line 166 of file nvll_osd_struct.h.
float _NvOSD_RectParams::height |
Holds the box's height in pixels.
Definition at line 152 of file nvll_osd_struct.h.
float _NvOSD_RectParams::left |
Holds the box's left coordinate in pixels.
Definition at line 144 of file nvll_osd_struct.h.
unsigned int _NvOSD_RectParams::reserved |
Holds a field reserved for future use.
Definition at line 162 of file nvll_osd_struct.h.
float _NvOSD_RectParams::top |
Holds the box's top coordinate in pixels.
Definition at line 147 of file nvll_osd_struct.h.
float _NvOSD_RectParams::width |
Holds the box's width in pixels.
Definition at line 150 of file nvll_osd_struct.h.