From 3f91b0d3401e105b431b510e1d7aceb949f1081d Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Wed, 13 May 2015 17:59:03 +0300 Subject: [PATCH] Fixed external link in python colorspace tutorial --- .../py_imgproc/py_colorspaces/py_colorspaces.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/py_tutorials/py_imgproc/py_colorspaces/py_colorspaces.markdown b/doc/py_tutorials/py_imgproc/py_colorspaces/py_colorspaces.markdown index 962630ebe2..1418ef95dc 100644 --- a/doc/py_tutorials/py_imgproc/py_colorspaces/py_colorspaces.markdown +++ b/doc/py_tutorials/py_imgproc/py_colorspaces/py_colorspaces.markdown @@ -89,7 +89,7 @@ just by moving your hand in front of camera and many other funny stuffs. How to find HSV values to track? -------------------------------- -This is a common question found in [stackoverflow.com](www.stackoverflow.com). It is very simple and +This is a common question found in [stackoverflow.com](http://www.stackoverflow.com). It is very simple and you can use the same function, cv2.cvtColor(). Instead of passing an image, you just pass the BGR values you want. For example, to find the HSV value of Green, try following commands in Python terminal: