opencv/doc/py_tutorials
cclauss a347569350 Merge pull request #8150 from cclauss/patch-1
cv2.findContours() no longer modifies source image (#8150)

* cv2.findContours() no longer modifies source image

Since OpenCV 3.2, cv2.findContours() no longer modifies the source image but returns a modified image as the first of three return parameters.  ??? Do I have that correct ???

Also fixed up the code blocks to be valid markdown.

* ```python --> @code{.py}

Enables syntax highlighting in docs.
2017-02-10 15:12:11 +03:00
..
images GSoC Python Tutorials 2013-09-23 13:41:14 +05:30
py_bindings Adding of user-defined type conversions for python bindings inside module directories 2016-08-16 13:10:17 +03:00
py_calib3d Terrible bugs in the tutorial code in py_pose.markdown 2016-06-02 17:47:45 +05:30
py_core updating python tutorials + providing necessary data 2016-10-26 13:14:20 +02:00
py_feature2d python tutorials: removed remainders of former Algorithm interface 2016-09-30 12:53:09 +02:00
py_gui path to videocapture-get changed 2015-12-21 19:30:37 +05:30
py_imgproc Merge pull request #8150 from cclauss/patch-1 2017-02-10 15:12:11 +03:00
py_ml fix python ml tutorials 2016-02-29 22:37:59 +01:00
py_objdetect Reorganized user guide 2015-05-13 18:46:21 +03:00
py_photo change links from samples/python2 to samples/python 2015-12-18 11:00:30 +03:00
py_setup Minor documentation fixes: 2017-01-18 13:32:20 +03:00
py_video change links from samples/python2 to samples/python 2015-12-18 11:00:30 +03:00
py_tutorials.markdown Doxygen tutorials: support contrib, some minor changes 2014-12-01 19:22:04 +03:00