NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvDsPastFrameObjList Struct Reference

Detailed Description

One object in several past frames.

Definition at line 34 of file nvds_tracker_meta.h.

Collaboration diagram for _NvDsPastFrameObjList:

Data Fields

NvDsPastFrameObjlist
 < Pointer to past frame info of this object. More...
 
uint32_t numObj
 Object tracking id. More...
 
uint64_t uniqueId
 Object class id. More...
 
uint16_t classId
 An array of the string describing the object class. More...
 
gchar objLabel [MAX_LABEL_SIZE]
 

Field Documentation

uint16_t _NvDsPastFrameObjList::classId

An array of the string describing the object class.

Definition at line 43 of file nvds_tracker_meta.h.

NvDsPastFrameObj* _NvDsPastFrameObjList::list

< Pointer to past frame info of this object.

Number of frames this object appreared in the past.

Definition at line 37 of file nvds_tracker_meta.h.

uint32_t _NvDsPastFrameObjList::numObj

Object tracking id.

Definition at line 39 of file nvds_tracker_meta.h.

gchar _NvDsPastFrameObjList::objLabel[MAX_LABEL_SIZE]

Definition at line 45 of file nvds_tracker_meta.h.

uint64_t _NvDsPastFrameObjList::uniqueId

Object class id.

Definition at line 41 of file nvds_tracker_meta.h.


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