NVIDIA DeepStream SDK API Reference

9.1 Release
_NvOSD_MaskParams Struct Reference

Detailed Description

Holds the mask parameters of the segment to be overlayed.

Definition at line 177 of file sources/includes/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 178 of file sources/includes/nvll_osd_struct.h.

◆ height

unsigned int _NvOSD_MaskParams::height

Mask width.

Definition at line 182 of file sources/includes/nvll_osd_struct.h.

◆ size

unsigned int _NvOSD_MaskParams::size

Mask buffer.

Definition at line 179 of file sources/includes/nvll_osd_struct.h.

◆ threshold

float _NvOSD_MaskParams::threshold

Size of mask buffer in bytes.

Definition at line 180 of file sources/includes/nvll_osd_struct.h.

◆ width

unsigned int _NvOSD_MaskParams::width

Threshold for binarization.

Definition at line 181 of file sources/includes/nvll_osd_struct.h.


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