diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-08-03 06:16:12 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-08-03 06:16:12 +0200 | 
| commit | 60c7b86e3b8fe957379aefc93a09abe89c15cfd9 (patch) | |
| tree | 6e81ce85d40920b2b375ea3aba3988b827649ec8 /tracker-pt/module | |
| parent | 28b4f283f20d0ecf370ac33ed25501e1c2b927a9 (diff) | |
tracker/pt: add authorship info for meanshift code
Diffstat (limited to 'tracker-pt/module')
| -rw-r--r-- | tracker-pt/module/point_extractor.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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  | 
