Holds the mask parameters of the segment to be overlayed.
Definition at line 169 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... | |
float* _NvOSD_MaskParams::data |
Definition at line 170 of file nvll_osd_struct.h.
unsigned int _NvOSD_MaskParams::height |
Mask width.
Definition at line 174 of file nvll_osd_struct.h.
unsigned int _NvOSD_MaskParams::size |
Mask buffer.
Definition at line 171 of file nvll_osd_struct.h.
float _NvOSD_MaskParams::threshold |
Size of mask buffer in bytes.
Definition at line 172 of file nvll_osd_struct.h.
unsigned int _NvOSD_MaskParams::width |
Threshold for binarization.
Definition at line 173 of file nvll_osd_struct.h.