From ab09591f525266f92aee066c48580e5bcd373fd1 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 Feb 2017 20:39:52 +0100 Subject: tracker/pt: remove obvious warning --- tracker-pt/point_extractor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tracker-pt') diff --git a/tracker-pt/point_extractor.h b/tracker-pt/point_extractor.h index ad02d7f8..f931edd5 100644 --- a/tracker-pt/point_extractor.h +++ b/tracker-pt/point_extractor.h @@ -26,7 +26,6 @@ class PointExtractor final public: // extracts points from frame and draws some processing info into frame, if draw_output is set // dt: time since last call in seconds - // WARNING: returned reference is valid as long as object void extract_points(const cv::Mat& frame, cv::Mat& preview_frame, std::vector& points); PointExtractor(); -- cgit v1.2.3