Holds the segmentaiton mask of an object.
Definition at line 202 of file nvdstracker.h.
Data Fields | |
float * | data |
Holds the segmentation mask. More... | |
uint32_t | width |
Width of the segmentation mask. More... | |
uint32_t | height |
Height of the segmentation mask. More... | |
uint32_t | allocatedSize |
Allocated size. More... | |
uint32_t _NvMOTMask::allocatedSize |
Allocated size.
Definition at line 211 of file nvdstracker.h.
float* _NvMOTMask::data |
Holds the segmentation mask.
Size is width*height, in row major. Element range is from 0 to 1.
Definition at line 205 of file nvdstracker.h.
uint32_t _NvMOTMask::height |
Height of the segmentation mask.
Definition at line 209 of file nvdstracker.h.
uint32_t _NvMOTMask::width |
Width of the segmentation mask.
Definition at line 207 of file nvdstracker.h.