NVIDIA DeepStream SDK API Reference

6.2 Release
_NvMOTTrackedObj Struct Reference

Detailed Description

Holds information about each tracked object.

Definition at line 283 of file nvdstracker.h.

Collaboration diagram for _NvMOTTrackedObj:

Data Fields

uint16_t classId
 Holds the class ID of the object to be tracked. More...
 
uint64_t trackingId
 Holds a unique ID for the object, assigned by the tracker. More...
 
NvMOTRect bbox
 Holds the bounding box. More...
 
float confidence
 Holds the tracking confidence of the object. More...
 
uint32_t age
 Holds the track length in frames. More...
 
NvMOTObjToTrackassociatedObjectIn
 Holds a pointer to the associated input object, if there is one. More...
 
uint8_t reserved [128]
 

Field Documentation

◆ age

uint32_t _NvMOTTrackedObj::age

Holds the track length in frames.

Definition at line 294 of file nvdstracker.h.

◆ associatedObjectIn

NvMOTObjToTrack* _NvMOTTrackedObj::associatedObjectIn

Holds a pointer to the associated input object, if there is one.

Definition at line 296 of file nvdstracker.h.

◆ bbox

NvMOTRect _NvMOTTrackedObj::bbox

Holds the bounding box.

Definition at line 290 of file nvdstracker.h.

◆ classId

uint16_t _NvMOTTrackedObj::classId

Holds the class ID of the object to be tracked.

Definition at line 286 of file nvdstracker.h.

◆ confidence

float _NvMOTTrackedObj::confidence

Holds the tracking confidence of the object.

Definition at line 292 of file nvdstracker.h.

◆ reserved

uint8_t _NvMOTTrackedObj::reserved[128]

Definition at line 297 of file nvdstracker.h.

◆ trackingId

uint64_t _NvMOTTrackedObj::trackingId

Holds a unique ID for the object, assigned by the tracker.

Definition at line 288 of file nvdstracker.h.


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