From 60c7b86e3b8fe957379aefc93a09abe89c15cfd9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 3 Aug 2018 06:16:12 +0200 Subject: tracker/pt: add authorship info for meanshift code --- tracker-pt/module/point_extractor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tracker-pt/module') diff --git a/tracker-pt/module/point_extractor.cpp b/tracker-pt/module/point_extractor.cpp index cd6cea7c..a634768c 100644 --- a/tracker-pt/module/point_extractor.cpp +++ b/tracker-pt/module/point_extractor.cpp @@ -32,6 +32,8 @@ using namespace types; using namespace pt_module; +// meanshift code written by Michael Welter + /* http://en.wikipedia.org/wiki/Mean-shift In this application the idea, is to eliminate any bias of the point estimate -- cgit v1.2.3