NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds the box parameters of a line to be overlayed.
Definition at line 184 of file nvll_osd_struct.h.
Data Fields | |
unsigned int | x1 |
Holds the box's left coordinate in pixels. More... | |
unsigned int | y1 |
Holds the box's top coordinate in pixels. More... | |
unsigned int | x2 |
Holds the box's width in pixels. More... | |
unsigned int | y2 |
Holds the box's height in pixels. More... | |
unsigned int | line_width |
Holds the box's border width in pixels. More... | |
NvOSD_ColorParams | line_color |
Holds the box's border color. More... | |
NvOSD_ColorParams _NvOSD_LineParams::line_color |
Holds the box's border color.
Definition at line 197 of file nvll_osd_struct.h.
unsigned int _NvOSD_LineParams::line_width |
Holds the box's border width in pixels.
Definition at line 195 of file nvll_osd_struct.h.
unsigned int _NvOSD_LineParams::x1 |
Holds the box's left coordinate in pixels.
Definition at line 185 of file nvll_osd_struct.h.
unsigned int _NvOSD_LineParams::x2 |
Holds the box's width in pixels.
Definition at line 191 of file nvll_osd_struct.h.
unsigned int _NvOSD_LineParams::y1 |
Holds the box's top coordinate in pixels.
Definition at line 188 of file nvll_osd_struct.h.
unsigned int _NvOSD_LineParams::y2 |
Holds the box's height in pixels.
Definition at line 193 of file nvll_osd_struct.h.