NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds the mask parameters of the segment to be overlayed.

Definition at line 173 of file nvll_osd_struct.h.

Data Fields

float * data
 
unsigned int size
 Mask data. More...
 
float threshold
 Mask size. More...
 
unsigned int width
 Threshold for binarization. More...
 
unsigned int height
 Mask width. More...
 

Field Documentation

float* _NvOSD_MaskParams::data

Definition at line 174 of file nvll_osd_struct.h.

unsigned int _NvOSD_MaskParams::height

Mask width.

Definition at line 178 of file nvll_osd_struct.h.

unsigned int _NvOSD_MaskParams::size

Mask data.

Definition at line 175 of file nvll_osd_struct.h.

float _NvOSD_MaskParams::threshold

Mask size.

Definition at line 176 of file nvll_osd_struct.h.

unsigned int _NvOSD_MaskParams::width

Threshold for binarization.

Definition at line 177 of file nvll_osd_struct.h.


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