summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/preview.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-easy/preview.h')
-rw-r--r--tracker-easy/preview.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tracker-easy/preview.h b/tracker-easy/preview.h
index 785d76d4..979d272b 100644
--- a/tracker-easy/preview.h
+++ b/tracker-easy/preview.h
@@ -9,8 +9,6 @@
#pragma once
-#include "tracker-easy-api.h"
-
#include <opencv2/core.hpp>
#include <QImage>
@@ -23,7 +21,7 @@ namespace EasyTracker
Preview& operator=(const cv::Mat& frame);
QImage get_bitmap();
- void draw_head_center(numeric_types::f x, numeric_types::f y);
+ void DrawCross(cv::Point aPoint);
operator cv::Mat&() { return iFrameResized; }
operator cv::Mat const&() const { return iFrameResized; }