opencv/doc/py_tutorials/py_imgproc
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
py_canny
py_colorspaces
py_contours Merge pull request #8150 from cclauss/patch-1 2017-02-10 15:12:11 +03:00
py_filtering
py_geometric_transformations
py_grabcut
py_gradients
py_histograms Corrected typo in py_histogram_begins tutorial 2017-02-06 16:05:48 +05:30
py_houghcircles
py_houghlines Fix typos in py_houghlines tutorial. Extract the python code in a specific folder. 2017-01-17 16:09:27 +01:00
py_morphological_ops
py_pyramids
py_template_matching
py_thresholding
py_transforms
py_watershed
py_table_of_contents_imgproc.markdown