NVIDIA DeepStream SDK API Reference

8.0 Release
_NvOSD_RectParams Struct Reference

Detailed Description

Holds the box parameters of the box to be overlayed.

Definition at line 140 of file sources/includes/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
 
float rotation_angle
 Holds the box's rotation angle in degrees in case of OBB. More...
 

Field Documentation

◆ bg_color

NvOSD_ColorParams _NvOSD_RectParams::bg_color

Holds the box's background color.

Definition at line 161 of file sources/includes/nvll_osd_struct.h.

◆ border_color

NvOSD_ColorParams _NvOSD_RectParams::border_color

Holds the box's border color.

Definition at line 153 of file sources/includes/nvll_osd_struct.h.

◆ border_width

unsigned int _NvOSD_RectParams::border_width

Holds the box's border width in pixels.

Definition at line 151 of file sources/includes/nvll_osd_struct.h.

◆ color_id

int _NvOSD_RectParams::color_id

Definition at line 164 of file sources/includes/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 156 of file sources/includes/nvll_osd_struct.h.

◆ has_color_info

int _NvOSD_RectParams::has_color_info

Definition at line 163 of file sources/includes/nvll_osd_struct.h.

◆ height

float _NvOSD_RectParams::height

◆ left

float _NvOSD_RectParams::left

◆ reserved

unsigned int _NvOSD_RectParams::reserved

Holds a field reserved for future use.

Definition at line 159 of file sources/includes/nvll_osd_struct.h.

◆ rotation_angle

float _NvOSD_RectParams::rotation_angle

Holds the box's rotation angle in degrees in case of OBB.

Definition at line 166 of file sources/includes/nvll_osd_struct.h.

◆ top

float _NvOSD_RectParams::top

◆ width

float _NvOSD_RectParams::width

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