diff options
Diffstat (limited to 'tracker-easy/preview.h')
-rw-r--r-- | tracker-easy/preview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tracker-easy/preview.h b/tracker-easy/preview.h index 979d272b..74ef89aa 100644 --- a/tracker-easy/preview.h +++ b/tracker-easy/preview.h @@ -22,10 +22,11 @@ namespace EasyTracker Preview& operator=(const cv::Mat& frame); QImage get_bitmap(); void DrawCross(cv::Point aPoint); + void DrawInfo(const std::string& aString); operator cv::Mat&() { return iFrameResized; } operator cv::Mat const&() const { return iFrameResized; } - + private: static void ensure_size(cv::Mat& frame, int w, int h, int type); |