summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/module.cpp
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-15 12:22:05 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-15 12:22:05 +0200
commit94f04e82a10992ff76e2aa8f7f02bb8983643b52 (patch)
tree2232e4bce90a4301875fda25a0ed9b2035493daf /tracker-easy/module.cpp
parent70051136d8b805a7460a3e82885139a540a4b439 (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.cpp4
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
{