Holds the inference information/history for one object based on it's tracking id.
Definition at line 607 of file post_processor_struct.h.
Data Fields | |
int | under_inference |
Boolean indicating if the object is already being inferred on. More... | |
NvOSD_RectParams | last_inferred_coords |
Bounding box co-ordinates of the object when it was last inferred on. More... | |
unsigned long | last_inferred_frame_num |
Number of the frame in the stream when the object was last inferred on. More... | |
unsigned long | last_accessed_frame_num |
Number of the frame in the stream when the object was last accessed. More... | |
NvDsPostProcessObjectInfo | cached_info |
Cached object information. More... | |
NvDsPostProcessObjectInfo _NvDsPostProcessObjectHistory::cached_info |
Cached object information.
Definition at line 620 of file post_processor_struct.h.
unsigned long _NvDsPostProcessObjectHistory::last_accessed_frame_num |
Number of the frame in the stream when the object was last accessed.
This is useful for clearing stale enteries in map of the object histories and keeping the size of the map in check.
Definition at line 618 of file post_processor_struct.h.
NvOSD_RectParams _NvDsPostProcessObjectHistory::last_inferred_coords |
Bounding box co-ordinates of the object when it was last inferred on.
Definition at line 612 of file post_processor_struct.h.
unsigned long _NvDsPostProcessObjectHistory::last_inferred_frame_num |
Number of the frame in the stream when the object was last inferred on.
Definition at line 614 of file post_processor_struct.h.
int _NvDsPostProcessObjectHistory::under_inference |
Boolean indicating if the object is already being inferred on.
Definition at line 610 of file post_processor_struct.h.