From 9c40d1724bb2d564a734f6be7d6d91e7c5be64f7 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Fri, 12 Apr 2019 23:42:43 +0200 Subject: Easy Tracker: Renaming coordinates utility class. --- tracker-easy/frame.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-easy/frame.hpp') 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; } -- cgit v1.2.3