• cclauss's avatar
    Merge pull request #8150 from cclauss/patch-1 · a3475693
    cclauss authored
    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.
    a3475693
Name
Last commit
Last update
..
images Loading commit data...
py_contour_features Loading commit data...
py_contour_properties Loading commit data...
py_contours_begin Loading commit data...
py_contours_hierarchy Loading commit data...
py_contours_more_functions Loading commit data...
py_table_of_contents_contours.markdown Loading commit data...