NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

Holds the box parameters of the line to be overlayed.

Definition at line 164 of file nvll_osd_struct.h.

Collaboration diagram for _NvOSD_LineParams:

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

unsigned int _NvOSD_LineParams::line_width

Holds border_width of the box in pixels.

Definition at line 173 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::x1

Holds left coordinate of the box in pixels.

Definition at line 165 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::x2

Holds width of the box in pixels.

Definition at line 169 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::y1

Holds top coordinate of the box in pixels.

Definition at line 167 of file nvll_osd_struct.h.

unsigned int _NvOSD_LineParams::y2

Holds height of the box in pixels.

Definition at line 171 of file nvll_osd_struct.h.


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