NVIDIA DeepStream SDK API Reference5.0 Release |
One object in several past frames.
Definition at line 46 of file nvds_tracker_meta.h.
Data Fields | |
NvDsPastFrameObj * | list |
< 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] |
uint16_t _NvDsPastFrameObjList::classId |
An array of the string describing the object class.
Definition at line 55 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 49 of file nvds_tracker_meta.h.
uint32_t _NvDsPastFrameObjList::numObj |
Object tracking id.
Definition at line 51 of file nvds_tracker_meta.h.
gchar _NvDsPastFrameObjList::objLabel[MAX_LABEL_SIZE] |
Definition at line 57 of file nvds_tracker_meta.h.
uint64_t _NvDsPastFrameObjList::uniqueId |
Object class id.
Definition at line 53 of file nvds_tracker_meta.h.