diff options
author | Stanislaw Halik <sthalik@tehran.lain.pl> | 2019-04-28 21:12:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-28 21:12:48 +0000 |
commit | 00a1a3d81b82a411cd8cbdf5a480c4007b2b60bc (patch) | |
tree | e559543b174d7e84fac3a073c9dc55761ccb80c3 /tracker-easy/preview.h | |
parent | fba47374dcbb12ffb168e2b2563d25b8e00b1d45 (diff) | |
parent | 5b3d825f1eace207502371427e15d8b54a237f83 (diff) |
Merge pull request #937 from opentrack/easy-tracker-more-models
Easy tracker more models
Diffstat (limited to 'tracker-easy/preview.h')
-rw-r--r-- | tracker-easy/preview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-easy/preview.h b/tracker-easy/preview.h index 74ef89aa..d5cc8c30 100644 --- a/tracker-easy/preview.h +++ b/tracker-easy/preview.h @@ -21,7 +21,7 @@ namespace EasyTracker Preview& operator=(const cv::Mat& frame); QImage get_bitmap(); - void DrawCross(cv::Point aPoint); + void DrawCross(const cv::Point& aPoint, const cv::Scalar& aColor); void DrawInfo(const std::string& aString); operator cv::Mat&() { return iFrameResized; } |