NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds circle parameters to be overlayed.
Definition at line 227 of file nvll_osd_struct.h.
Data Fields | |
unsigned int | xc |
Holds the start horizontal coordinate in pixels. More... | |
unsigned int | yc |
Holds the start vertical coordinate in pixels. More... | |
unsigned int | radius |
Holds the radius of circle in pixels. More... | |
NvOSD_ColorParams | circle_color |
Holds the color parameters of the arrow box. More... | |
unsigned int | has_bg_color |
NvOSD_ColorParams | bg_color |
unsigned int | reserved |
Reserved for future use; currently for internal use only. More... | |
NvOSD_ColorParams _NvOSD_CircleParams::bg_color |
Definition at line 240 of file nvll_osd_struct.h.
NvOSD_ColorParams _NvOSD_CircleParams::circle_color |
Holds the color parameters of the arrow box.
Definition at line 234 of file nvll_osd_struct.h.
unsigned int _NvOSD_CircleParams::has_bg_color |
Definition at line 237 of file nvll_osd_struct.h.
unsigned int _NvOSD_CircleParams::radius |
Holds the radius of circle in pixels.
Definition at line 232 of file nvll_osd_struct.h.
unsigned int _NvOSD_CircleParams::reserved |
Reserved for future use; currently for internal use only.
Definition at line 242 of file nvll_osd_struct.h.
unsigned int _NvOSD_CircleParams::xc |
Holds the start horizontal coordinate in pixels.
Definition at line 228 of file nvll_osd_struct.h.
unsigned int _NvOSD_CircleParams::yc |
Holds the start vertical coordinate in pixels.
Definition at line 230 of file nvll_osd_struct.h.