NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds the box parameters of the box to be overlayed.

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

NvOSD_ColorParams _NvOSD_RectParams::bg_color

Holds the box's background color.

Definition at line 165 of file nvll_osd_struct.h.

NvOSD_ColorParams _NvOSD_RectParams::border_color

Holds the box's border color.

Definition at line 157 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::border_width

Holds the box's border width in pixels.

Definition at line 155 of file nvll_osd_struct.h.

int _NvOSD_RectParams::color_id

Definition at line 168 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::has_bg_color

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

Definition at line 160 of file nvll_osd_struct.h.

int _NvOSD_RectParams::has_color_info

Definition at line 167 of file nvll_osd_struct.h.

float _NvOSD_RectParams::height

Holds the box's height in pixels.

Definition at line 153 of file nvll_osd_struct.h.

float _NvOSD_RectParams::left

Holds the box's left coordinate in pixels.

Definition at line 145 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::reserved

Holds a field reserved for future use.

Definition at line 163 of file nvll_osd_struct.h.

float _NvOSD_RectParams::top

Holds the box's top coordinate in pixels.

Definition at line 148 of file nvll_osd_struct.h.

float _NvOSD_RectParams::width

Holds the box's width in pixels.

Definition at line 151 of file nvll_osd_struct.h.


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