NVIDIA DeepStream SDK API Reference

6.3 Release
_NvOSD_CircleParams Struct Reference

Detailed Description

Holds circle parameters to be overlayed.

Definition at line 223 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

◆ bg_color

NvOSD_ColorParams _NvOSD_CircleParams::bg_color

Definition at line 236 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 230 of file nvll_osd_struct.h.

◆ has_bg_color

unsigned int _NvOSD_CircleParams::has_bg_color

Definition at line 233 of file nvll_osd_struct.h.

◆ radius

unsigned int _NvOSD_CircleParams::radius

Holds the radius of circle in pixels.

Definition at line 228 of file nvll_osd_struct.h.

◆ reserved

unsigned int _NvOSD_CircleParams::reserved

Reserved for future use; currently for internal use only.

Definition at line 238 of file nvll_osd_struct.h.

◆ xc

unsigned int _NvOSD_CircleParams::xc

Holds the start horizontal coordinate in pixels.

Definition at line 224 of file nvll_osd_struct.h.

◆ yc

unsigned int _NvOSD_CircleParams::yc

Holds the start vertical coordinate in pixels.

Definition at line 226 of file nvll_osd_struct.h.


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