Holds a batch of lists of tracked objects.
Definition at line 375 of file sources/includes/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... | |
| NvDsReidTensorBatch * | pReidTensorBatch |
| The whole batch’s reid tensor to fill by low level tracker. More... | |
| NvMOTTrackedObjList * _NvMOTTrackedObjBatch::list |
Holds a pointer to an array of object lists.
Definition at line 378 of file sources/includes/nvdstracker.h.
| uint32_t _NvMOTTrackedObjBatch::numAllocated |
Holds the number of blocks allocated for the list.
Definition at line 380 of file sources/includes/nvdstracker.h.
| uint32_t _NvMOTTrackedObjBatch::numFilled |
Holds the number of filled blocks in the list.
Definition at line 382 of file sources/includes/nvdstracker.h.
| NvDsReidTensorBatch * _NvMOTTrackedObjBatch::pReidTensorBatch |
The whole batch’s reid tensor to fill by low level tracker.
Definition at line 384 of file sources/includes/nvdstracker.h.