mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
d28f11998d
This adds an object tracker plugin. Tracker implementations from https://docs.opencv.org/3.4/d0/d0a/classcv_1_1Tracker.html Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2454>
8 lines
194 B
Meson
8 lines
194 B
Meson
if not get_option('tests').disabled() and gstcheck_dep.found()
|
|
subdir('check')
|
|
subdir('icles')
|
|
subdir('validate')
|
|
endif
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
endif
|