NVIDIA DeepStream SDK API Reference

6.4 Release
_NvMOTTrackedObjBatch Struct Reference

Detailed Description

Holds a batch of lists of tracked objects.

Definition at line 334 of file nvdstracker.h.

Collaboration diagram for _NvMOTTrackedObjBatch:

Data Fields

NvMOTTrackedObjListlist
 Holds a pointer to an array of object lists. More...
 
uint32_t numAllocated
 Holds the number of blocks allocated for the list. More...
 
uint32_t numFilled
 Holds the number of filled blocks in the list. More...
 
NvDsReidTensorBatchpReidTensorBatch
 The whole batch’s reid tensor to fill by low level tracker. More...
 

Field Documentation

◆ list

NvMOTTrackedObjList* _NvMOTTrackedObjBatch::list

Holds a pointer to an array of object lists.

Definition at line 337 of file nvdstracker.h.

◆ numAllocated

uint32_t _NvMOTTrackedObjBatch::numAllocated

Holds the number of blocks allocated for the list.

Definition at line 339 of file nvdstracker.h.

◆ numFilled

uint32_t _NvMOTTrackedObjBatch::numFilled

Holds the number of filled blocks in the list.

Definition at line 341 of file nvdstracker.h.

◆ pReidTensorBatch

NvDsReidTensorBatch* _NvMOTTrackedObjBatch::pReidTensorBatch

The whole batch’s reid tensor to fill by low level tracker.

Definition at line 343 of file nvdstracker.h.


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