NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvOSD_CircleParams Struct Reference

Detailed Description

Holds circle parameters to be overlayed.

Definition at line 217 of file nvll_osd_struct.h.

Collaboration diagram for _NvOSD_CircleParams:

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...
 

Field Documentation

NvOSD_ColorParams _NvOSD_CircleParams::bg_color

Definition at line 230 of file nvll_osd_struct.h.

NvOSD_ColorParams _NvOSD_CircleParams::circle_color

Holds the color parameters of the arrow box.

Definition at line 224 of file nvll_osd_struct.h.

unsigned int _NvOSD_CircleParams::has_bg_color

Definition at line 227 of file nvll_osd_struct.h.

unsigned int _NvOSD_CircleParams::radius

Holds the radius of circle in pixels.

Definition at line 222 of file nvll_osd_struct.h.

unsigned int _NvOSD_CircleParams::reserved

Reserved for future use; currently for internal use only.

Definition at line 232 of file nvll_osd_struct.h.

unsigned int _NvOSD_CircleParams::xc

Holds the start horizontal coordinate in pixels.

Definition at line 218 of file nvll_osd_struct.h.

unsigned int _NvOSD_CircleParams::yc

Holds the start vertical coordinate in pixels.

Definition at line 220 of file nvll_osd_struct.h.


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