You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Add Outline effect class and integrate into OpenShot
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
#include "effects/Stabilizer.h"
|
||||
#include "effects/Tracker.h"
|
||||
#include "effects/ObjectDetection.h"
|
||||
#include "effects/Outline.h"
|
||||
#include "TrackedObjectBase.h"
|
||||
#include "TrackedObjectBBox.h"
|
||||
%}
|
||||
@@ -351,4 +352,5 @@
|
||||
%include "effects/Stabilizer.h"
|
||||
%include "effects/Tracker.h"
|
||||
%include "effects/ObjectDetection.h"
|
||||
%include "effects/Outline.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user