Skip to content

Commit 50a1b24

Browse files
committed
Merge pull request #1356 from f3rm4rf3r:patch-2
2 parents 24b8f25 + df66ab8 commit 50a1b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tracking/include/opencv2/tracking/tracker.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ class CV_EXPORTS_W TrackerTLD : public Tracker
12001200

12011201
/** @brief KCF is a novel tracking framework that utilizes properties of circulant matrix to enhance the processing speed.
12021202
* This tracking method is an implementation of @cite KCF_ECCV which is extended to KFC with color-names features (@cite KCF_CN).
1203-
* The original paper of KCF is available at <http://home.isr.uc.pt/~henriques/circulant/index.html>
1203+
* The original paper of KCF is available at <http://www.robots.ox.ac.uk/~joao/publications/henriques_tpami2015.pdf>
12041204
* as well as the matlab implementation. For more information about KCF with color-names features, please refer to
12051205
* <http://www.cvl.isy.liu.se/research/objrec/visualtracking/colvistrack/index.html>.
12061206
*/

0 commit comments

Comments
 (0)