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 |
| guint64 CachedEmbedding::accumulated_skip_frames |
Definition at line 71 of file sources/gst-plugins/gst-nvdsvisionencoder-c/gstnvdsvisionencoder.h.
| float * CachedEmbedding::embedding |
Definition at line 63 of file sources/gst-plugins/gst-nvdsvisionencoder-c/gstnvdsvisionencoder.h.
| guint CachedEmbedding::embedding_dim |
Definition at line 64 of file sources/gst-plugins/gst-nvdsvisionencoder-c/gstnvdsvisionencoder.h.
| float CachedEmbedding::last_flow_dx |
Definition at line 69 of file sources/gst-plugins/gst-nvdsvisionencoder-c/gstnvdsvisionencoder.h.
| float CachedEmbedding::last_flow_dy |
Definition at line 70 of file sources/gst-plugins/gst-nvdsvisionencoder-c/gstnvdsvisionencoder.h.
| guint64 CachedEmbedding::last_inferred_frame |
Definition at line 65 of file sources/gst-plugins/gst-nvdsvisionencoder-c/gstnvdsvisionencoder.h.
| float CachedEmbedding::last_motion_magnitude |
Definition at line 68 of file sources/gst-plugins/gst-nvdsvisionencoder-c/gstnvdsvisionencoder.h.