summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt/point_extractor.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-06-16 08:50:03 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-06-16 09:19:38 +0200
commit4c5c3904a55a748f3453f5b067e2d6d0f0a11848 (patch)
tree523bf9f2129d523366555437c220b5878082b28a /ftnoir_tracker_pt/point_extractor.h
parent7e3f2ec7b38d547e39d667b9ab188f90775dd3bf (diff)
pt: rename for consistency with trackhat
We're going to merge to trackhat often so let's not introduce needless conflicts. PT headers need to be include-able.
Diffstat (limited to 'ftnoir_tracker_pt/point_extractor.h')
-rw-r--r--ftnoir_tracker_pt/point_extractor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/point_extractor.h b/ftnoir_tracker_pt/point_extractor.h
index 06d148d6..3f6cfb72 100644
--- a/ftnoir_tracker_pt/point_extractor.h
+++ b/ftnoir_tracker_pt/point_extractor.h
@@ -25,7 +25,7 @@ public:
const std::vector<cv::Vec2f>& get_points() { return points; }
PointExtractor();
- settings s;
+ settings_pt s;
private:
std::vector<cv::Vec2f> points;
cv::Mat frame_last;