NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds a list of objects.

Definition at line 211 of file nvdstracker.h.

Collaboration diagram for _NvMOTObjToTrackList:

Data Fields

bool detectionDone
 Holds a Boolean which is true if detection was done on this frame even if the list of objects to track is empty. More...
 
NvMOTObjToTracklist
 Holds a pointer to a list or array of object information blocks. More...
 
uint32_t numAllocated
 Holds the number of blocks allocated for the list. More...
 
uint32_t numFilled
 Holds the number of populated blocks in the list. More...
 

Field Documentation

bool _NvMOTObjToTrackList::detectionDone

Holds a Boolean which is true if detection was done on this frame even if the list of objects to track is empty.

Definition at line 215 of file nvdstracker.h.

NvMOTObjToTrack* _NvMOTObjToTrackList::list

Holds a pointer to a list or array of object information blocks.

Definition at line 217 of file nvdstracker.h.

uint32_t _NvMOTObjToTrackList::numAllocated

Holds the number of blocks allocated for the list.

Definition at line 219 of file nvdstracker.h.

uint32_t _NvMOTObjToTrackList::numFilled

Holds the number of populated blocks in the list.

Definition at line 221 of file nvdstracker.h.


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