NVIDIA DeepStream SDK API Reference

6.4 Release
_NvMOTObjToTrack Struct Reference

Detailed Description

Holds information about an object to be tracked.

NvMOT creates an instance of this structure for each tracked object.

Definition at line 207 of file nvdstracker.h.

Collaboration diagram for _NvMOTObjToTrack:

Data Fields

uint16_t classId
 Holds the class of the object. More...
 
NvMOTRect bbox
 Holds the bounding box of the object. More...
 
float confidence
 Holds the detection confidence of the object. More...
 
bool doTracking
 Holds a Boolean which is true if NvMOT is to track this object. More...
 
void * pPreservedData
 Holds a pointer to client data associated with the object. More...
 

Field Documentation

◆ bbox

NvMOTRect _NvMOTObjToTrack::bbox

Holds the bounding box of the object.

Definition at line 212 of file nvdstracker.h.

◆ classId

uint16_t _NvMOTObjToTrack::classId

Holds the class of the object.

Definition at line 210 of file nvdstracker.h.

◆ confidence

float _NvMOTObjToTrack::confidence

Holds the detection confidence of the object.

Definition at line 214 of file nvdstracker.h.

◆ doTracking

bool _NvMOTObjToTrack::doTracking

Holds a Boolean which is true if NvMOT is to track this object.

Definition at line 216 of file nvdstracker.h.

◆ pPreservedData

void* _NvMOTObjToTrack::pPreservedData

Holds a pointer to client data associated with the object.

Definition at line 218 of file nvdstracker.h.


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