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-15 12:22:05 +0200 |
commit | 94f04e82a10992ff76e2aa8f7f02bb8983643b52 (patch) | |
tree | 2232e4bce90a4301875fda25a0ed9b2035493daf /tracker-easy/module.cpp | |
parent | 70051136d8b805a7460a3e82885139a540a4b439 (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 { |