X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ffindobj%2Ffindobj.h;h=2bea44af050f53b1822d72b1d873f94a5db405ba;hb=48cac301fd3b00649889cf0467afa641280e8ca1;hp=7823b87f8dcac13b3217c5ea7a05319285841f24;hpb=d39e86b13734da9fb9eeec852bb0759bb051965b;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/findobj/findobj.h b/cinelerra-5.1/plugins/findobj/findobj.h index 7823b87f..2bea44af 100644 --- a/cinelerra-5.1/plugins/findobj/findobj.h +++ b/cinelerra-5.1/plugins/findobj/findobj.h @@ -43,6 +43,7 @@ #include "findobj.inc" #include "overlayframe.inc" #include "pluginvclient.h" +#include "track.inc" #include "vframe.inc" #define Mutex CvMutex @@ -63,8 +64,8 @@ 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 _SIFT +// _SURF broken in v4, although works in v3 (patented) //#define _SURF #define _ORB #define _AKAZE @@ -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)