diff --git a/modules/tracking/include/opencv2/tracking/tracker.hpp b/modules/tracking/include/opencv2/tracking/tracker.hpp index c69ca5bcfa88eb2eedebd5c6889b83eec6a454a9..343f5ffd6601308296b6f14afa83f1e4f89715e3 100644 --- a/modules/tracking/include/opencv2/tracking/tracker.hpp +++ b/modules/tracking/include/opencv2/tracking/tracker.hpp @@ -1200,7 +1200,7 @@ class CV_EXPORTS_W TrackerTLD : public Tracker /** @brief KCF is a novel tracking framework that utilizes properties of circulant matrix to enhance the processing speed. * This tracking method is an implementation of @cite KCF_ECCV which is extended to KFC with color-names features (@cite KCF_CN). - * The original paper of KCF is available at <http://home.isr.uc.pt/~henriques/circulant/index.html> + * The original paper of KCF is available at <http://www.robots.ox.ac.uk/~joao/publications/henriques_tpami2015.pdf> * as well as the matlab implementation. For more information about KCF with color-names features, please refer to * <http://www.cvl.isy.liu.se/research/objrec/visualtracking/colvistrack/index.html>. */