summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/tracker-easy.cpp
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-14 11:40:52 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-24 18:46:12 +0200
commita814bff460cff1263e236e465c7ef8c8f88baf55 (patch)
treefe2dfa5708c0e90d156319703441a5abd8b619ac /tracker-easy/tracker-easy.cpp
parent51436cc320670e033c69bc01d2178bd245234670 (diff)
Easy Tracker: Renaming settings.
Diffstat (limited to 'tracker-easy/tracker-easy.cpp')
-rw-r--r--tracker-easy/tracker-easy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-easy/tracker-easy.cpp b/tracker-easy/tracker-easy.cpp
index 083bd951..acedc379 100644
--- a/tracker-easy/tracker-easy.cpp
+++ b/tracker-easy/tracker-easy.cpp
@@ -11,7 +11,7 @@
#include "video/video-widget.hpp"
#include "compat/math-imports.hpp"
#include "compat/check-visible.hpp"
-#include "cv-point-extractor.h"
+#include "point-extractor.h"
#include "tracker-easy-api.h"
#include <QHBoxLayout>
@@ -36,7 +36,7 @@ namespace EasyTracker
Tracker::Tracker() :
s{ KModuleName },
- point_extractor{ std::make_unique<CvPointExtractor>() },
+ point_extractor{ std::make_unique<PointExtractor>() },
iPreview{ preview_width, preview_height }
{
cv::setBreakOnError(true);