summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/frame.hpp
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-12 23:42:43 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-24 18:46:12 +0200
commit3e36ce6985399c74676d46beef73a282eacf4109 (patch)
treef3604bb22670bd0496bf756f9aaa66449e6888d5 /tracker-easy/frame.hpp
parent7e357fcb6c143a61c4f87ffda502f8be021674f0 (diff)
Easy Tracker: Renaming coordinates utility class.
Diffstat (limited to 'tracker-easy/frame.hpp')
-rw-r--r--tracker-easy/frame.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-easy/frame.hpp b/tracker-easy/frame.hpp
index 807f74d2..01e99977 100644
--- a/tracker-easy/frame.hpp
+++ b/tracker-easy/frame.hpp
@@ -13,7 +13,7 @@ struct Preview
Preview& operator=(const cv::Mat& frame);
QImage get_bitmap();
- void draw_head_center(pt_pixel_pos_mixin::f x, pt_pixel_pos_mixin::f y);
+ void draw_head_center(Coordinates::f x, Coordinates::f y);
operator cv::Mat&() { return frame_copy; }
operator cv::Mat const&() const { return frame_copy; }