NVIDIA DeepStream SDK API Reference6.0 Release |
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... | |
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.