NVIDIA DeepStream SDK API Reference

6.4 Release
_NvOSD_RectParams Struct Reference

Detailed Description

Holds the box parameters of the box to be overlayed.

Definition at line 139 of file nvll_osd_struct.h.

Collaboration diagram for _NvOSD_RectParams:

Data Fields

float left
 Holds the box's left coordinate in pixels. More...
 
float top
 Holds the box's top coordinate in pixels. More...
 
float width
 Holds the box's width in pixels. More...
 
float height
 Holds the box's height in pixels. More...
 
unsigned int border_width
 Holds the box's border width in pixels. More...
 
NvOSD_ColorParams border_color
 Holds the box's border color. More...
 
unsigned int has_bg_color
 Holds a Boolean; true if the box has a background color. More...
 
unsigned int reserved
 Holds a field reserved for future use. More...
 
NvOSD_ColorParams bg_color
 Holds the box's background color. More...
 
int has_color_info
 
int color_id
 

Field Documentation

◆ bg_color

NvOSD_ColorParams _NvOSD_RectParams::bg_color

Holds the box's background color.

Definition at line 160 of file nvll_osd_struct.h.

◆ border_color

NvOSD_ColorParams _NvOSD_RectParams::border_color

Holds the box's border color.

Definition at line 152 of file nvll_osd_struct.h.

◆ border_width

unsigned int _NvOSD_RectParams::border_width

Holds the box's border width in pixels.

Definition at line 150 of file nvll_osd_struct.h.

◆ color_id

int _NvOSD_RectParams::color_id

Definition at line 163 of file nvll_osd_struct.h.

◆ has_bg_color

unsigned int _NvOSD_RectParams::has_bg_color

Holds a Boolean; true if the box has a background color.

Definition at line 155 of file nvll_osd_struct.h.

◆ has_color_info

int _NvOSD_RectParams::has_color_info

Definition at line 162 of file nvll_osd_struct.h.

◆ height

float _NvOSD_RectParams::height

Holds the box's height in pixels.

Definition at line 148 of file nvll_osd_struct.h.

◆ left

float _NvOSD_RectParams::left

Holds the box's left coordinate in pixels.

Definition at line 140 of file nvll_osd_struct.h.

◆ reserved

unsigned int _NvOSD_RectParams::reserved

Holds a field reserved for future use.

Definition at line 158 of file nvll_osd_struct.h.

◆ top

float _NvOSD_RectParams::top

Holds the box's top coordinate in pixels.

Definition at line 143 of file nvll_osd_struct.h.

◆ width

float _NvOSD_RectParams::width

Holds the box's width in pixels.

Definition at line 146 of file nvll_osd_struct.h.


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