From 5df3f8aef0922ba07861f0f201ebf9dc80c8b22b Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Fri, 4 Jun 2021 20:05:32 -0400 Subject: [PATCH] Add TrackedObjectBBase to Python SWIG --- bindings/python/openshot.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/python/openshot.i b/bindings/python/openshot.i index 2bb21b20..6f3f61c4 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 "TrackedObjectBase.h" #include "TrackedObjectBBox.h" %} #endif @@ -292,6 +293,7 @@ #ifdef USE_OPENCV %include "ClipProcessingJobs.h" + %include "TrackedObjectBase.h" %include "TrackedObjectBBox.h" #endif @@ -322,5 +324,3 @@ %include "effects/Tracker.h" %include "effects/ObjectDetection.h" #endif - -