Skip to content

Commit 94d63d4

Browse files
authored
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.
1 parent 0ae297a commit 94d63d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/python/mosse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
c - clear targets
1919
2020
[1] David S. Bolme et al. "Visual Object Tracking using Adaptive Correlation Filters"
21-
http://www.cs.colostate.edu/~bolme/publications/Bolme2010Tracking.pdf
21+
http://www.cs.colostate.edu/~draper/papers/bolme_cvpr10.pdf
2222
'''
2323

2424
# Python 2/3 compatibility

0 commit comments

Comments
 (0)