NVIDIA DeepStream SDK API Reference

6.4 Release
_NvMOTObjToTrackList Struct Reference

Detailed Description

Holds a list of objects.

Definition at line 224 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

◆ detectionDone

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

◆ list

NvMOTObjToTrack* _NvMOTObjToTrackList::list

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

Definition at line 230 of file nvdstracker.h.

◆ numAllocated

uint32_t _NvMOTObjToTrackList::numAllocated

Holds the number of blocks allocated for the list.

Definition at line 232 of file nvdstracker.h.

◆ numFilled

uint32_t _NvMOTObjToTrackList::numFilled

Holds the number of populated blocks in the list.

Definition at line 234 of file nvdstracker.h.


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