Removed outdated tutorial link

pull/5802/head
flp 9 years ago
parent 32737df1b5
commit 0c5d9e18d1
  1. 2
      samples/python2/_tutorials_url.txt
  2. 3
      samples/python2/calibrate.py
  3. 3
      samples/python2/facedetect.py
  4. 3
      samples/python2/houghcircles.py
  5. 3
      samples/python2/houghlines.py

@ -1,2 +0,0 @@
OpenCV-Python Tutorials
http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_tutorials.html

@ -11,9 +11,6 @@ default values:
--debug: ./output/
--square_size: 1.0
<image mask> 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

@ -5,9 +5,6 @@ face detection using haar cascades
USAGE:
facedetect.py [--cascade <cascade_fn>] [--nested-cascade <cascade_fn>] [<video_source>]
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

@ -6,9 +6,6 @@ This example illustrates how to use cv2.HoughCircles() function.
Usage:
houghcircles.py [<image_name>]
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

@ -6,9 +6,6 @@ This example illustrates how to use Hough Transform to find lines
Usage:
houghlines.py [<image_name>]
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

Loading…
Cancel
Save