You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Add TrackedObjectBBase to Python SWIG
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user