• 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_canny Loading commit data...
py_colorspaces Loading commit data...
py_contours Loading commit data...
py_filtering Loading commit data...
py_geometric_transformations Loading commit data...
py_grabcut Loading commit data...
py_gradients Loading commit data...
py_histograms Loading commit data...
py_houghcircles Loading commit data...
py_houghlines Loading commit data...
py_morphological_ops Loading commit data...
py_pyramids Loading commit data...
py_template_matching Loading commit data...
py_thresholding Loading commit data...
py_transforms Loading commit data...
py_watershed Loading commit data...
py_table_of_contents_imgproc.markdown Loading commit data...