diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-15 12:22:05 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 18:46:12 +0200 |
commit | 6ca96478ea4d8e6ba71ebf41a1f7d904f2c3df5d (patch) | |
tree | 85810bc2463bb5786817830cab89cd19c9241325 /tracker-easy/module.cpp | |
parent | 9830011866f0817d08c3e3f0bd26e98e54c523e7 (diff) |
Easy Tracker: Removing point extractor interface. Using cv::Point instead of vec2.
Diffstat (limited to 'tracker-easy/module.cpp')
-rw-r--r-- | tracker-easy/module.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tracker-easy/module.cpp b/tracker-easy/module.cpp index b7b60fa8..9f5461d5 100644 --- a/tracker-easy/module.cpp +++ b/tracker-easy/module.cpp @@ -1,13 +1,9 @@ #include "tracker-easy.h" #include "tracker-easy-dialog.h" -#include "tracker-easy-api.h" #include "module.hpp" -#include "point-extractor.h" #include <memory> - - namespace EasyTracker { |