NVIDIA DeepStream SDK API Reference

6.4 Release
_NvDsPostProcessObjectHistory Struct Reference

Detailed Description

Holds the inference information/history for one object based on it's tracking id.

Definition at line 579 of file post_processor_struct.h.

Collaboration diagram for _NvDsPostProcessObjectHistory:

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...
 

Field Documentation

◆ cached_info

NvDsPostProcessObjectInfo _NvDsPostProcessObjectHistory::cached_info

Cached object information.

Definition at line 592 of file post_processor_struct.h.

◆ last_accessed_frame_num

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 590 of file post_processor_struct.h.

◆ last_inferred_coords

NvOSD_RectParams _NvDsPostProcessObjectHistory::last_inferred_coords

Bounding box co-ordinates of the object when it was last inferred on.

Definition at line 584 of file post_processor_struct.h.

◆ last_inferred_frame_num

unsigned long _NvDsPostProcessObjectHistory::last_inferred_frame_num

Number of the frame in the stream when the object was last inferred on.

Definition at line 586 of file post_processor_struct.h.

◆ under_inference

int _NvDsPostProcessObjectHistory::under_inference

Boolean indicating if the object is already being inferred on.

Definition at line 582 of file post_processor_struct.h.


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