NVIDIA DeepStream SDK API Reference

6.4 Release
_GstNvInferObjectHistory Struct Reference

Detailed Description

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

Definition at line 140 of file gstnvinfer.h.

Collaboration diagram for _GstNvInferObjectHistory:

Data Fields

gboolean 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...
 
gulong last_inferred_frame_num
 Number of the frame in the stream when the object was last inferred on. More...
 
gulong last_accessed_frame_num
 Number of the frame in the stream when the object was last accessed. More...
 
GstNvInferObjectInfo cached_info
 Cached object information. More...
 

Field Documentation

◆ cached_info

GstNvInferObjectInfo _GstNvInferObjectHistory::cached_info

Cached object information.

Definition at line 153 of file gstnvinfer.h.

◆ last_accessed_frame_num

gulong _GstNvInferObjectHistory::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 151 of file gstnvinfer.h.

◆ last_inferred_coords

NvOSD_RectParams _GstNvInferObjectHistory::last_inferred_coords

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

Definition at line 145 of file gstnvinfer.h.

◆ last_inferred_frame_num

gulong _GstNvInferObjectHistory::last_inferred_frame_num

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

Definition at line 147 of file gstnvinfer.h.

◆ under_inference

gboolean _GstNvInferObjectHistory::under_inference

Boolean indicating if the object is already being inferred on.

Definition at line 143 of file gstnvinfer.h.


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