From df66ab8b6b5db65bd749cdfa60e0564c9b6b1d76 Mon Sep 17 00:00:00 2001 From: Fernando Martin <20841945+f3rm4rf3r@users.noreply.github.com> Date: Tue, 5 Sep 2017 18:27:24 +0100 Subject: [PATCH] Updated KCF original paper link --- modules/tracking/include/opencv2/tracking/tracker.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tracking/include/opencv2/tracking/tracker.hpp b/modules/tracking/include/opencv2/tracking/tracker.hpp index c69ca5bcf..343f5ffd6 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 + * The original paper of KCF is available at * as well as the matlab implementation. For more information about KCF with color-names features, please refer to * . */