gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/analytics
Daniel Morin 6a5a63f051 analytics: Adding abstraction on tensor dims
Tensor can be row or col major, but it's also possible that the order by we need
to read the tensor with more than two dimension need to be described. The
reserved field in GstTensorDim is there for this purpose. If we need this we
can add  GST_TENSOR_DIM_ORDER_INDEXED, and follow an index defining order for
each dimension.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6000>
2024-11-08 14:58:49 +00:00
..
analytics-meta-prelude.h analytics: Add documentation to hotdoc build 2024-03-04 17:33:00 +00:00
analytics.h analytics: Move tensor meta to the analytics library 2024-11-08 14:58:49 +00:00
gstanalyticsclassificationmtd.c analytics: Change pointers in getters to const 2024-09-02 12:27:37 +00:00
gstanalyticsclassificationmtd.h analytics: Change pointers in getters to const 2024-09-02 12:27:37 +00:00
gstanalyticsmeta.c analytics: Allow specific analytics-meta (Mtd) to handle their clear 2024-10-17 18:13:03 +00:00
gstanalyticsmeta.h analytics: Allow specific analytics-meta (Mtd) to handle their clear 2024-10-17 18:13:03 +00:00
gstanalyticsobjectdetectionmtd.c analytics: Change pointers in getters to const 2024-09-02 12:27:37 +00:00
gstanalyticsobjectdetectionmtd.h analytics: Change pointers in getters to const 2024-09-02 12:27:37 +00:00
gstanalyticsobjecttrackingmtd.c analytics: Change pointers in getters to const 2024-09-02 12:27:37 +00:00
gstanalyticsobjecttrackingmtd.h analytics: Change pointers in getters to const 2024-09-02 12:27:37 +00:00
gstanalyticssegmentationmtd.c analytics: add segmentation analytics-meta 2024-10-17 18:13:03 +00:00
gstanalyticssegmentationmtd.h analytics: add segmentation analytics-meta 2024-10-17 18:13:03 +00:00
gsttensor.c analytics: Adding abstraction on tensor dims 2024-11-08 14:58:49 +00:00
gsttensor.h analytics: Adding abstraction on tensor dims 2024-11-08 14:58:49 +00:00
gsttensormeta.c analytics: Make GstTensor more suitable for inline allocation 2024-11-08 14:58:49 +00:00
gsttensormeta.h analytics: Make GstTensor more suitable for inline allocation 2024-11-08 14:58:49 +00:00
meson.build analytics: Make GstTensor more suitable for inline allocation 2024-11-08 14:58:49 +00:00