opencv/doc/py_tutorials/py_imgproc/py_contours
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 Moved tutorial table-of-contents files to corresponding root level 2014-12-26 19:17:14 +03:00
py_contour_features py_tutorials: fix cv2.findContours return val 2016-07-10 11:17:00 +02:00
py_contour_properties Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
py_contours_begin Merge pull request #8150 from cclauss/patch-1 2017-02-10 15:12:11 +03:00
py_contours_hierarchy Removed Sphinx documentation files 2014-12-26 19:12:19 +03:00
py_contours_more_functions py_tutorials: fix cv2.findContours return val 2016-07-10 11:17:00 +02:00
py_table_of_contents_contours.markdown Moved tutorial table-of-contents files to corresponding root level 2014-12-26 19:17:14 +03:00