NVIDIA DeepStream SDK API Reference

4.0.2 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 135 of file nvll_osd_struct.h.

Collaboration diagram for _NvOSD_RectParams:

Data Fields

unsigned int left
 Holds left coordinate of the box in pixels. More...
 
unsigned int top
 Holds top coordinate of the box in pixels. More...
 
unsigned int width
 Holds width of the box in pixels. More...
 
unsigned int height
 Holds height of the box in pixels. More...
 
unsigned int border_width
 Holds border_width of the box in pixels. More...
 
NvOSD_ColorParams border_color
 Holds color params of the border of the box. More...
 
unsigned int has_bg_color
 Holds boolean value indicating whether box has background color. More...
 
unsigned int reserved
 Reserved field for future usage. More...
 
NvOSD_ColorParams bg_color
 Holds background color of the box. More...
 
int has_color_info
 
int color_id
 

Field Documentation

NvOSD_ColorParams _NvOSD_RectParams::bg_color

Holds background color of the box.

Definition at line 155 of file nvll_osd_struct.h.

NvOSD_ColorParams _NvOSD_RectParams::border_color

Holds color params of the border of the box.

Definition at line 146 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::border_width

Holds border_width of the box in pixels.

Definition at line 144 of file nvll_osd_struct.h.

int _NvOSD_RectParams::color_id

Definition at line 158 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::has_bg_color

Holds boolean value indicating whether box has background color.

Definition at line 149 of file nvll_osd_struct.h.

int _NvOSD_RectParams::has_color_info

Definition at line 157 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::height

Holds height of the box in pixels.

Definition at line 142 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::left

Holds left coordinate of the box in pixels.

Definition at line 136 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::reserved

Reserved field for future usage.

For internal purpose only

Definition at line 152 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::top

Holds top coordinate of the box in pixels.

Definition at line 138 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::width

Holds width of the box in pixels.

Definition at line 140 of file nvll_osd_struct.h.


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