NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

List of objects.

Definition at line 153 of file nvdstracker.h.

Collaboration diagram for _NvMOTObjToTrackList:

Data Fields

bool detectionDone
 True if detection was done on this frame even if the list of objects to track is empty. More...
 
NvMOTObjToTracklist
 Pointer to a list/array of object info blocks. More...
 
uint32_t numAllocated
 Number of blocks allocated for the list. More...
 
uint32_t numFilled
 Number of populated blocks in the list. More...
 

Field Documentation

bool _NvMOTObjToTrackList::detectionDone

True if detection was done on this frame even if the list of objects to track is empty.

False otherwise.

Definition at line 155 of file nvdstracker.h.

NvMOTObjToTrack* _NvMOTObjToTrackList::list

Pointer to a list/array of object info blocks.

Definition at line 157 of file nvdstracker.h.

uint32_t _NvMOTObjToTrackList::numAllocated

Number of blocks allocated for the list.

Definition at line 158 of file nvdstracker.h.

uint32_t _NvMOTObjToTrackList::numFilled

Number of populated blocks in the list.

Definition at line 159 of file nvdstracker.h.


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