• 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_bindings Loading commit data...
py_calib3d Loading commit data...
py_core Loading commit data...
py_feature2d Loading commit data...
py_gui Loading commit data...
py_imgproc Loading commit data...
py_ml Loading commit data...
py_objdetect Loading commit data...
py_photo Loading commit data...
py_setup Loading commit data...
py_video Loading commit data...
py_tutorials.markdown Loading commit data...