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. |
||
|---|---|---|
| .. | ||
| images | ||
| py_canny | ||
| py_colorspaces | ||
| py_contours | ||
| py_filtering | ||
| py_geometric_transformations | ||
| py_grabcut | ||
| py_gradients | ||
| py_histograms | ||
| py_houghcircles | ||
| py_houghlines | ||
| py_morphological_ops | ||
| py_pyramids | ||
| py_template_matching | ||
| py_thresholding | ||
| py_transforms | ||
| py_watershed | ||
| py_table_of_contents_imgproc.markdown | ||