NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

List of tracked objects.

Definition at line 199 of file nvdstracker.h.

Collaboration diagram for _NvMOTTrackedObjList:

Data Fields

NvMOTStreamId streamID
 Stream associated with objects in the list. More...
 
uint32_t frameNum
 Frame number for objects in the list. More...
 
bool valid
 This entry in the batch is valid. More...
 
NvMOTTrackedObjlist
 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

uint32_t _NvMOTTrackedObjList::frameNum

Frame number for objects in the list.

Definition at line 202 of file nvdstracker.h.

NvMOTTrackedObj* _NvMOTTrackedObjList::list

Pointer to a list/array of object info blocks.

Definition at line 204 of file nvdstracker.h.

uint32_t _NvMOTTrackedObjList::numAllocated

Number of blocks allocated for the list.

Definition at line 205 of file nvdstracker.h.

uint32_t _NvMOTTrackedObjList::numFilled

Number of populated blocks in the list.

Definition at line 206 of file nvdstracker.h.

NvMOTStreamId _NvMOTTrackedObjList::streamID

Stream associated with objects in the list.

Definition at line 201 of file nvdstracker.h.

bool _NvMOTTrackedObjList::valid

This entry in the batch is valid.

Definition at line 203 of file nvdstracker.h.


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