From 94d63d4281aeaf7efad7caf7b546159433c57ae9 Mon Sep 17 00:00:00 2001 From: Mark Szumowski Date: Sat, 1 Apr 2017 10:58:07 +1100 Subject: [PATCH] Update research paper link in Python sample The docstring for one of the Python sample programs includes a link to the research paper describing the main algorithm. That link is no longer valid (results in a 404 error) so this update replaces it with another link from the same institution which is currently valid. --- samples/python/mosse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/mosse.py b/samples/python/mosse.py index 46e22d3c06..816c8e4238 100755 --- a/samples/python/mosse.py +++ b/samples/python/mosse.py @@ -18,7 +18,7 @@ Keys: c - clear targets [1] David S. Bolme et al. "Visual Object Tracking using Adaptive Correlation Filters" - http://www.cs.colostate.edu/~bolme/publications/Bolme2010Tracking.pdf + http://www.cs.colostate.edu/~draper/papers/bolme_cvpr10.pdf ''' # Python 2/3 compatibility