From 537a88e522314753149e1ea7921489e58043b40c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 12 Jan 2018 19:40:22 +0100 Subject: tracker/pt: isolate point extractor and image type Issue: #718 --- tracker-pt/point_tracker.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tracker-pt/point_tracker.h') diff --git a/tracker-pt/point_tracker.h b/tracker-pt/point_tracker.h index 816e02de..26677042 100644 --- a/tracker-pt/point_tracker.h +++ b/tracker-pt/point_tracker.h @@ -19,7 +19,7 @@ #include #include -namespace pt_impl { +namespace pt_module { // ---------------------------------------------------------------------------- // Describes a 3-point model @@ -82,5 +82,5 @@ private: } // ns pt_impl -using pt_impl::PointTracker; -using pt_impl::PointModel; +using pt_module::PointTracker; +using pt_module::PointModel; -- cgit v1.2.3