18 new shapewipe transitions from rafa, rework savefile/confirm for nested edl edits
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / findobj / findobj.h
index 8510cd9dc385dbd80715b2a6af0ef3faa6c7e402..2f4f45b2086c1628c43525f7e7b8e8a0f5c65d78 100644 (file)
@@ -43,6 +43,7 @@
 #include "findobj.inc"
 #include "overlayframe.inc"
 #include "pluginvclient.h"
+#include "track.inc"
 #include "vframe.inc"
 
 #define Mutex CvMutex
@@ -64,8 +65,8 @@ using namespace cvflann;
 
 // enabled detectors
 // _SIFT/_SURF are broken in v4, although they work in v3, no upgrade
-#define _SIFT
-#define _SURF
+//#define _SIFT
+//#define _SURF
 #define _ORB
 #define _AKAZE
 #define _BRISK
@@ -162,6 +163,7 @@ public:
        void save_data(KeyFrame *keyframe);
        void read_data(KeyFrame *keyframe);
        void update_gui();
+       Track *get_plugin_track();
 
        PLUGIN_CLASS_MEMBERS2(FindObjConfig)