Files
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
..
2015-12-21 19:30:37 +05:30
2016-02-29 22:37:59 +01:00
2015-05-13 18:46:21 +03:00
2017-01-18 13:32:20 +03:00