NVIDIA DeepStream SDK API Reference

9.0 Release
_NvMOTTrackedObjList Struct Reference

Detailed Description

Holds a list of tracked objects.

Definition at line 334 of file sources/includes/nvdstracker.h.

Collaboration diagram for _NvMOTTrackedObjList:

Data Fields

NvMOTStreamId streamID
 Holds the stream ID of the stream associated with objects in the list. More...
 
NvMOTFrameNum frameNum
 Holds the frame number for objects in the list. More...
 
bool valid
 Holds a Boolean which is true if this entry in the batch is valid. More...
 
NvMOTTrackedObjlist
 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

◆ frameNum

NvMOTFrameNum _NvMOTTrackedObjList::frameNum

Holds the frame number for objects in the list.

Definition at line 339 of file sources/includes/nvdstracker.h.

◆ list

NvMOTTrackedObj * _NvMOTTrackedObjList::list

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

Definition at line 343 of file sources/includes/nvdstracker.h.

◆ numAllocated

uint32_t _NvMOTTrackedObjList::numAllocated

Holds the number of blocks allocated for the list.

Definition at line 345 of file sources/includes/nvdstracker.h.

◆ numFilled

uint32_t _NvMOTTrackedObjList::numFilled

Holds the number of populated blocks in the list.

Definition at line 347 of file sources/includes/nvdstracker.h.

◆ streamID

NvMOTStreamId _NvMOTTrackedObjList::streamID

Holds the stream ID of the stream associated with objects in the list.

Definition at line 337 of file sources/includes/nvdstracker.h.

◆ valid

bool _NvMOTTrackedObjList::valid

Holds a Boolean which is true if this entry in the batch is valid.

Definition at line 341 of file sources/includes/nvdstracker.h.


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