add new boxblur plugin, mods to videoscope, fix segv for menu btns kfrm-tweak/kfrm...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / findobj / findobj.h
index d27ac056315b361d7bdf7a80aee536c36a33219a..2bea44af050f53b1822d72b1d873f94a5db405ba 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,7 +65,8 @@ using namespace cvflann;
 
 // enabled detectors
 #define _SIFT
-#define _SURF
+// _SURF broken in v4, although works in v3 (patented)
+//#define _SURF
 #define _ORB
 #define _AKAZE
 #define _BRISK
@@ -161,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)