NVIDIA DeepStream SDK API Reference

4.0 Release

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

Detailed Description

Holds the box parameters of the line to be overlayed.

Definition at line 163 of file nvll_osd_struct.h.

Data Fields

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

Field Documentation

NvOSD_ColorParams _NvOSD_LineParams::line_color

Holds color params of the border of the box.

Definition at line 174 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::line_width

Holds border_width of the box in pixels.

Definition at line 172 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::x1

Holds left coordinate of the box in pixels.

Definition at line 164 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::x2

Holds width of the box in pixels.

Definition at line 168 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::y1

Holds top coordinate of the box in pixels.

Definition at line 166 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::y2

Holds height of the box in pixels.

Definition at line 170 of file nvll_osd_struct.h.


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