summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/frame.hpp
diff options
context:
space:
mode:
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 ba5e45e3..8493b4e9 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(Coordinates::f x, Coordinates::f y);
+ void draw_head_center(numeric_types::f x, numeric_types::f y);
operator cv::Mat&() { return iFrameResized; }
operator cv::Mat const&() const { return iFrameResized; }