summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/module
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-01-07 11:06:14 +0100
committerStanislaw Halik <sthalik@misaki.pl>2019-01-16 07:48:46 +0100
commitb6b1f969bcf0fe0b3551f01b90d41fab99372a99 (patch)
treee1aa979215bcdebbf8852da8ffcdd43424b700e5 /tracker-pt/module
parentb5cdedb08159655819e73bba0754ef36a5565e66 (diff)
cv/numeric: rename namespace
Diffstat (limited to 'tracker-pt/module')
-rw-r--r--tracker-pt/module/point_extractor.cpp2
-rw-r--r--tracker-pt/module/point_extractor.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tracker-pt/module/point_extractor.cpp b/tracker-pt/module/point_extractor.cpp
index 1d5d4a06..b30fa4cc 100644
--- a/tracker-pt/module/point_extractor.cpp
+++ b/tracker-pt/module/point_extractor.cpp
@@ -29,7 +29,7 @@
#include <QDebug>
-using namespace types;
+using namespace numeric_types;
// meanshift code written by Michael Welter
diff --git a/tracker-pt/module/point_extractor.h b/tracker-pt/module/point_extractor.h
index bbe202fa..03b43489 100644
--- a/tracker-pt/module/point_extractor.h
+++ b/tracker-pt/module/point_extractor.h
@@ -17,7 +17,7 @@
namespace pt_module {
-using namespace types;
+using namespace numeric_types;
struct blob final
{