diff --git a/samples/python2/_tutorials_url.txt b/samples/python2/_tutorials_url.txt deleted file mode 100644 index 05d5e87109..0000000000 --- a/samples/python2/_tutorials_url.txt +++ /dev/null @@ -1,2 +0,0 @@ -OpenCV-Python Tutorials -http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_tutorials.html diff --git a/samples/python2/calibrate.py b/samples/python2/calibrate.py index fe3ef57a22..00dfe57fe6 100755 --- a/samples/python2/calibrate.py +++ b/samples/python2/calibrate.py @@ -11,9 +11,6 @@ default values: --debug: ./output/ --square_size: 1.0 defaults to ../data/left*.jpg - -read more: - http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_calib3d/py_calibration/py_calibration.html ''' # Python 2/3 compatibility diff --git a/samples/python2/facedetect.py b/samples/python2/facedetect.py index c55407943e..15187c62f4 100755 --- a/samples/python2/facedetect.py +++ b/samples/python2/facedetect.py @@ -5,9 +5,6 @@ face detection using haar cascades USAGE: facedetect.py [--cascade ] [--nested-cascade ] [] - -read more: - http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_objdetect/py_face_detection/py_face_detection.html ''' # Python 2/3 compatibility diff --git a/samples/python2/houghcircles.py b/samples/python2/houghcircles.py index 04491dd8e7..5386fc2102 100755 --- a/samples/python2/houghcircles.py +++ b/samples/python2/houghcircles.py @@ -6,9 +6,6 @@ This example illustrates how to use cv2.HoughCircles() function. Usage: houghcircles.py [] image argument defaults to ../data/board.jpg - -read more: - http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_imgproc/py_houghcircles/py_houghcircles.html ''' # Python 2/3 compatibility diff --git a/samples/python2/houghlines.py b/samples/python2/houghlines.py index 9a0f653f1f..120d8bbaae 100755 --- a/samples/python2/houghlines.py +++ b/samples/python2/houghlines.py @@ -6,9 +6,6 @@ This example illustrates how to use Hough Transform to find lines Usage: houghlines.py [] image argument defaults to ../data/pic1.png - -read more: - http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_imgproc/py_houghlines/py_houghlines.html ''' # Python 2/3 compatibility