NVIDIA DeepStream SDK API Reference

4.0 Release

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

Detailed Description

Holds the box parameters of the box to be overlayed.

Definition at line 134 of file nvll_osd_struct.h.

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

NvOSD_ColorParams _NvOSD_RectParams::border_color

Holds color params of the border of the box.

Definition at line 145 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::border_width

Holds border_width of the box in pixels.

Definition at line 143 of file nvll_osd_struct.h.

int _NvOSD_RectParams::color_id

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

int _NvOSD_RectParams::has_color_info

Definition at line 156 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::height

Holds height of the box in pixels.

Definition at line 141 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::left

Holds left coordinate of the box in pixels.

Definition at line 135 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::reserved

Reserved field for future usage.

For internal purpose only

Definition at line 151 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::top

Holds top coordinate of the box in pixels.

Definition at line 137 of file nvll_osd_struct.h.

unsigned int _NvOSD_RectParams::width

Holds width of the box in pixels.

Definition at line 139 of file nvll_osd_struct.h.


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