|
|
NVIDIA DeepStream SDK API Reference4.0 Release |
Batch of lists of tracked objects.
Definition at line 224 of file nvdstracker.h.
Data Fields | |
| NvMOTTrackedObjList * | list |
| Pointer to array of obj lists. More... | |
| uint32_t | numAllocated |
| Number of blocks allocated for the list. More... | |
| uint32_t | numFilled |
| Number of filled blocks in the list. More... | |
| NvMOTTrackedObjList* _NvMOTTrackedObjBatch::list |
Pointer to array of obj lists.
Definition at line 226 of file nvdstracker.h.
| uint32_t _NvMOTTrackedObjBatch::numAllocated |
Number of blocks allocated for the list.
Definition at line 227 of file nvdstracker.h.
| uint32_t _NvMOTTrackedObjBatch::numFilled |
Number of filled blocks in the list.
Definition at line 228 of file nvdstracker.h.