NVIDIA DeepStream SDK API Reference

4.0.1 Release

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

Detailed Description

List of tracked objects.

Definition at line 211 of file nvdstracker.h.

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

NvMOTTrackedObj* _NvMOTTrackedObjList::list

Pointer to a list/array of object info blocks.

Definition at line 216 of file nvdstracker.h.

uint32_t _NvMOTTrackedObjList::numAllocated

Number of blocks allocated for the list.

Definition at line 217 of file nvdstracker.h.

uint32_t _NvMOTTrackedObjList::numFilled

Number of populated blocks in the list.

Definition at line 218 of file nvdstracker.h.

NvMOTStreamId _NvMOTTrackedObjList::streamID

Stream associated with objects in the list.

Definition at line 213 of file nvdstracker.h.

bool _NvMOTTrackedObjList::valid

This entry in the batch is valid.

Definition at line 215 of file nvdstracker.h.


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