From 2e8ff3b9825f013ea3536d4c19eacf3bc5cab606 Mon Sep 17 00:00:00 2001 From: Brenno Date: Mon, 17 May 2021 11:38:45 -0300 Subject: [PATCH] Added TrackedObjectBBox to python bindings --- bindings/python/openshot.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindings/python/openshot.i b/bindings/python/openshot.i index 764333aa..2bb21b20 100644 --- a/bindings/python/openshot.i +++ b/bindings/python/openshot.i @@ -120,6 +120,7 @@ #include "effects/Stabilizer.h" #include "effects/Tracker.h" #include "effects/ObjectDetection.h" + #include "TrackedObjectBBox.h" %} #endif @@ -291,6 +292,7 @@ #ifdef USE_OPENCV %include "ClipProcessingJobs.h" + %include "TrackedObjectBBox.h" #endif #ifdef USE_IMAGEMAGICK