NVIDIA DeepStream SDK API Reference

9.0 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 219 of file sources/includes/nvdstracker.h.

Collaboration diagram for _NvMOTObjToTrack:

Data Fields

NvMOTClassId 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 224 of file sources/includes/nvdstracker.h.

◆ classId

NvMOTClassId _NvMOTObjToTrack::classId

Holds the class of the object.

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

◆ confidence

float _NvMOTObjToTrack::confidence

Holds the detection confidence of the object.

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

◆ doTracking

bool _NvMOTObjToTrack::doTracking

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

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

◆ pPreservedData

void * _NvMOTObjToTrack::pPreservedData

Holds a pointer to client data associated with the object.

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


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