NVIDIA DeepStream SDK API Reference

7.0 Release
_NvOSD_CircleParams Struct Reference

Detailed Description

Holds circle parameters to be overlayed.

Definition at line 224 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 circle_width
 Holds the circle's border width in pixels. More...
 
unsigned int reserved
 Reserved for future use; currently for internal use only. More...
 

Field Documentation

◆ bg_color

NvOSD_ColorParams _NvOSD_CircleParams::bg_color

Definition at line 237 of file nvll_osd_struct.h.

◆ circle_color

NvOSD_ColorParams _NvOSD_CircleParams::circle_color

Holds the color parameters of the arrow box.

Definition at line 231 of file nvll_osd_struct.h.

◆ circle_width

unsigned int _NvOSD_CircleParams::circle_width

Holds the circle's border width in pixels.

Definition at line 239 of file nvll_osd_struct.h.

◆ has_bg_color

unsigned int _NvOSD_CircleParams::has_bg_color

Definition at line 234 of file nvll_osd_struct.h.

◆ radius

unsigned int _NvOSD_CircleParams::radius

Holds the radius of circle in pixels.

Definition at line 229 of file nvll_osd_struct.h.

◆ reserved

unsigned int _NvOSD_CircleParams::reserved

Reserved for future use; currently for internal use only.

Definition at line 241 of file nvll_osd_struct.h.

◆ xc

unsigned int _NvOSD_CircleParams::xc

Holds the start horizontal coordinate in pixels.

Definition at line 225 of file nvll_osd_struct.h.

◆ yc

unsigned int _NvOSD_CircleParams::yc

Holds the start vertical coordinate in pixels.

Definition at line 227 of file nvll_osd_struct.h.


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