diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-21 20:39:52 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-21 20:39:52 +0100 |
commit | ab09591f525266f92aee066c48580e5bcd373fd1 (patch) | |
tree | f74d5e9a1c4df4c208e7c624e9eb0959957af1a0 /tracker-pt/point_extractor.h | |
parent | 946252efabf79792aac655914276aab3fad36ef2 (diff) |
tracker/pt: remove obvious warning
Diffstat (limited to 'tracker-pt/point_extractor.h')
-rw-r--r-- | tracker-pt/point_extractor.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<vec2>& points); PointExtractor(); |