remove filepng little-endian, reactivate sift in opencv
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / findobj / findobj.h
index 8510cd9dc385dbd80715b2a6af0ef3faa6c7e402..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
@@ -63,9 +64,9 @@ using namespace cv::xfeatures2d;
 using namespace cvflann;
 
 // enabled detectors
-// _SIFT/_SURF are broken in v4, although they work in v3, no upgrade
 #define _SIFT
-#define _SURF
+// _SURF broken in v4, although works in v3 (patented)
+//#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)