NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds a batch of lists of tracked objects.
Definition at line 323 of file nvdstracker.h.
Data Fields | |
NvMOTTrackedObjList * | list |
Holds a pointer to an array of object lists. More... | |
uint32_t | numAllocated |
Holds the number of blocks allocated for the list. More... | |
uint32_t | numFilled |
Holds the number of filled blocks in the list. More... | |
NvMOTTrackedObjList* _NvMOTTrackedObjBatch::list |
Holds a pointer to an array of object lists.
Definition at line 326 of file nvdstracker.h.
uint32_t _NvMOTTrackedObjBatch::numAllocated |
Holds the number of blocks allocated for the list.
Definition at line 328 of file nvdstracker.h.
uint32_t _NvMOTTrackedObjBatch::numFilled |
Holds the number of filled blocks in the list.
Definition at line 330 of file nvdstracker.h.