NVIDIA DeepStream SDK API Reference

4.0.2 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvMOTTrackedObjBatch Struct Reference

Detailed Description

Batch of lists of tracked objects.

Definition at line 212 of file nvdstracker.h.

Collaboration diagram for _NvMOTTrackedObjBatch:

Data Fields

NvMOTTrackedObjListlist
 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...
 

Field Documentation

NvMOTTrackedObjList* _NvMOTTrackedObjBatch::list

Pointer to array of obj lists.

Definition at line 214 of file nvdstracker.h.

uint32_t _NvMOTTrackedObjBatch::numAllocated

Number of blocks allocated for the list.

Definition at line 215 of file nvdstracker.h.

uint32_t _NvMOTTrackedObjBatch::numFilled

Number of filled blocks in the list.

Definition at line 216 of file nvdstracker.h.


The documentation for this struct was generated from the following file: