NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds the box parameters of a line to be overlayed.

Definition at line 174 of file nvll_osd_struct.h.

Collaboration diagram for _NvOSD_LineParams:

Data Fields

unsigned int x1
 Holds the box's left coordinate in pixels. More...
 
unsigned int y1
 Holds the box's top coordinate in pixels. More...
 
unsigned int x2
 Holds the box's width in pixels. More...
 
unsigned int y2
 Holds the box's height in pixels. More...
 
unsigned int line_width
 Holds the box's border width in pixels. More...
 
NvOSD_ColorParams line_color
 Holds the box's border color. More...
 

Field Documentation

NvOSD_ColorParams _NvOSD_LineParams::line_color

Holds the box's border color.

Definition at line 187 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::line_width

Holds the box's border width in pixels.

Definition at line 185 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::x1

Holds the box's left coordinate in pixels.

Definition at line 175 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::x2

Holds the box's width in pixels.

Definition at line 181 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::y1

Holds the box's top coordinate in pixels.

Definition at line 178 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::y2

Holds the box's height in pixels.

Definition at line 183 of file nvll_osd_struct.h.


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