NVIDIA DeepStream SDK API Reference

4.0.1 Release

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

Detailed Description

List of objects.

Definition at line 165 of file nvdstracker.h.

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 167 of file nvdstracker.h.

NvMOTObjToTrack* _NvMOTObjToTrackList::list

Pointer to a list/array of object info blocks.

Definition at line 169 of file nvdstracker.h.

uint32_t _NvMOTObjToTrackList::numAllocated

Number of blocks allocated for the list.

Definition at line 170 of file nvdstracker.h.

uint32_t _NvMOTObjToTrackList::numFilled

Number of populated blocks in the list.

Definition at line 171 of file nvdstracker.h.


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