From 04f720d56a1f28450bd1a6eab9c8aa9bf061d126 Mon Sep 17 00:00:00 2001 From: craterkamath Date: Mon, 19 Aug 2019 02:06:31 +0530 Subject: [PATCH] Fixed Typo Closes #15148 --- samples/python/camshift.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python/camshift.py b/samples/python/camshift.py index 101da85b31..0fcab728c5 100755 --- a/samples/python/camshift.py +++ b/samples/python/camshift.py @@ -8,7 +8,7 @@ This is a demo that shows mean-shift based tracking You select a color objects such as your face and it tracks it. This reads from video camera (0 by default, or the camera number the user enters) -http://www.robinhewitt.com/research/track/camshift.html +[1] http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.14.7673 Usage: ------