From 6e57d3c45c1d200e26a2955ba766f4f0a2010160 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 12 Feb 2019 12:57:11 +0100 Subject: tracker/pt: remove stale comment --- tracker-pt/module/point_extractor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tracker-pt/module/point_extractor.cpp b/tracker-pt/module/point_extractor.cpp index 5007cc1d..47bc6de4 100644 --- a/tracker-pt/module/point_extractor.cpp +++ b/tracker-pt/module/point_extractor.cpp @@ -51,7 +51,6 @@ algorithm for tracking single particles with variable size and shape." (2008). */ static vec2 MeanShiftIteration(const cv::Mat1b &frame_gray, const vec2 ¤t_center, f filter_width) { - // Most amazingly this function runs faster with doubles than with floats. const f s = 1 / filter_width; f m = 0; -- cgit v1.2.3