NVIDIA DeepStream SDK API Reference

4.0.1 Release

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

Detailed Description

Batch of lists of tracked objects.

Definition at line 224 of file nvdstracker.h.

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


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