NVIDIA DeepStream SDK API Reference

9.1 Release
CachedEmbedding Struct Reference

Detailed Description

Cached embedding entry for smart inference.

Keyed by tracker-assigned object_id (guint64).

Definition at line 62 of file sources/gst-plugins/gst-nvdsvisionencoder-c/gstnvdsvisionencoder.h.

Data Fields

float * embedding
 
guint embedding_dim
 
guint64 last_inferred_frame
 
float last_motion_magnitude
 
float last_flow_dx
 
float last_flow_dy
 
guint64 accumulated_skip_frames
 

Field Documentation

◆ accumulated_skip_frames

guint64 CachedEmbedding::accumulated_skip_frames

◆ embedding

float * CachedEmbedding::embedding

◆ embedding_dim

guint CachedEmbedding::embedding_dim

◆ last_flow_dx

float CachedEmbedding::last_flow_dx

◆ last_flow_dy

float CachedEmbedding::last_flow_dy

◆ last_inferred_frame

guint64 CachedEmbedding::last_inferred_frame

◆ last_motion_magnitude

float CachedEmbedding::last_motion_magnitude

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