NVIDIA DeepStream SDK API Reference

7.0 Release
_NvOSD_MaskParams Struct Reference

Detailed Description

Holds the mask parameters of the segment to be overlayed.

Definition at line 170 of file nvll_osd_struct.h.

Data Fields

float * data
 
unsigned int size
 Mask buffer. More...
 
float threshold
 Size of mask buffer in bytes. More...
 
unsigned int width
 Threshold for binarization. More...
 
unsigned int height
 Mask width. More...
 

Field Documentation

◆ data

float* _NvOSD_MaskParams::data

Definition at line 171 of file nvll_osd_struct.h.

◆ height

unsigned int _NvOSD_MaskParams::height

Mask width.

Definition at line 175 of file nvll_osd_struct.h.

◆ size

unsigned int _NvOSD_MaskParams::size

Mask buffer.

Definition at line 172 of file nvll_osd_struct.h.

◆ threshold

float _NvOSD_MaskParams::threshold

Size of mask buffer in bytes.

Definition at line 173 of file nvll_osd_struct.h.

◆ width

unsigned int _NvOSD_MaskParams::width

Threshold for binarization.

Definition at line 174 of file nvll_osd_struct.h.


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