![]() |
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds the box parameters of the line to be overlayed.
Definition at line 164 of file nvll_osd_struct.h.
Data Fields | |
unsigned int | x1 |
Holds left coordinate of the box in pixels. More... | |
unsigned int | y1 |
Holds top coordinate of the box in pixels. More... | |
unsigned int | x2 |
Holds width of the box in pixels. More... | |
unsigned int | y2 |
Holds height of the box in pixels. More... | |
unsigned int | line_width |
Holds border_width of the box in pixels. More... | |
NvOSD_ColorParams | line_color |
Holds color params of the border of the box. More... | |
NvOSD_ColorParams _NvOSD_LineParams::line_color |
Holds color params of the border of the box.
Definition at line 175 of file nvll_osd_struct.h.
unsigned int _NvOSD_LineParams::line_width |
Holds border_width of the box in pixels.
Definition at line 173 of file nvll_osd_struct.h.
unsigned int _NvOSD_LineParams::x1 |
Holds left coordinate of the box in pixels.
Definition at line 165 of file nvll_osd_struct.h.
unsigned int _NvOSD_LineParams::x2 |
Holds width of the box in pixels.
Definition at line 169 of file nvll_osd_struct.h.
unsigned int _NvOSD_LineParams::y1 |
Holds top coordinate of the box in pixels.
Definition at line 167 of file nvll_osd_struct.h.
unsigned int _NvOSD_LineParams::y2 |
Holds height of the box in pixels.
Definition at line 171 of file nvll_osd_struct.h.