NVIDIA DeepStream SDK API Reference

4.0.1 Release

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

Detailed Description

Information for each object to be tracked.

Definition at line 153 of file nvdstracker.h.

Data Fields

uint16_t classId
 Class of the object to be tracked. More...
 
NvMOTRect bbox
 Bounding box. More...
 
float confidence
 Detection confidence of the object. More...
 
bool doTracking
 True: track this object. More...
 
void * pPreservedData
 Used for the client to keep track of any data associated with the object. More...
 

Field Documentation

NvMOTRect _NvMOTObjToTrack::bbox

Bounding box.

Definition at line 156 of file nvdstracker.h.

uint16_t _NvMOTObjToTrack::classId

Class of the object to be tracked.

Definition at line 155 of file nvdstracker.h.

float _NvMOTObjToTrack::confidence

Detection confidence of the object.

Definition at line 157 of file nvdstracker.h.

bool _NvMOTObjToTrack::doTracking

True: track this object.

False: do not initiate tracking on this object.

Definition at line 158 of file nvdstracker.h.

void* _NvMOTObjToTrack::pPreservedData

Used for the client to keep track of any data associated with the object.

Definition at line 159 of file nvdstracker.h.


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