NVIDIA DeepStream SDK API Reference

6.4 Release
_NvOSD_LineParams Struct Reference

Detailed Description

Holds the box parameters of a line to be overlayed.

Definition at line 180 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

◆ line_color

NvOSD_ColorParams _NvOSD_LineParams::line_color

Holds the box's border color.

Definition at line 193 of file nvll_osd_struct.h.

◆ line_width

unsigned int _NvOSD_LineParams::line_width

Holds the box's border width in pixels.

Definition at line 191 of file nvll_osd_struct.h.

◆ x1

unsigned int _NvOSD_LineParams::x1

Holds the box's left coordinate in pixels.

Definition at line 181 of file nvll_osd_struct.h.

◆ x2

unsigned int _NvOSD_LineParams::x2

Holds the box's width in pixels.

Definition at line 187 of file nvll_osd_struct.h.

◆ y1

unsigned int _NvOSD_LineParams::y1

Holds the box's top coordinate in pixels.

Definition at line 184 of file nvll_osd_struct.h.

◆ y2

unsigned int _NvOSD_LineParams::y2

Holds the box's height in pixels.

Definition at line 189 of file nvll_osd_struct.h.


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