Skip to content

Commit

Permalink
Add TrackedObjectBBase to Python SWIG
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jun 5, 2021
1 parent 6562824 commit 5df3f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/openshot.i
Expand Up @@ -120,6 +120,7 @@
#include "effects/Stabilizer.h"
#include "effects/Tracker.h"
#include "effects/ObjectDetection.h"
#include "TrackedObjectBase.h"
#include "TrackedObjectBBox.h"
%}
#endif
Expand Down Expand Up @@ -292,6 +293,7 @@

#ifdef USE_OPENCV
%include "ClipProcessingJobs.h"
%include "TrackedObjectBase.h"
%include "TrackedObjectBBox.h"
#endif

Expand Down Expand Up @@ -322,5 +324,3 @@
%include "effects/Tracker.h"
%include "effects/ObjectDetection.h"
#endif


0 comments on commit 5df3f8a

Please sign in to comment.