From 3b19264b7425ecd13c5c7ab470cb3c91dd257d44 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Sun, 14 Apr 2019 11:40:52 +0200 Subject: Easy Tracker: Renaming settings. --- tracker-easy/tracker-easy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tracker-easy/tracker-easy.cpp') 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 @@ -36,7 +36,7 @@ namespace EasyTracker Tracker::Tracker() : s{ KModuleName }, - point_extractor{ std::make_unique() }, + point_extractor{ std::make_unique() }, iPreview{ preview_width, preview_height } { cv::setBreakOnError(true); -- cgit v1.2.3