OpenCV2-Python-Tutorials
OpenCV2-Python-Tutorials copied to clipboard
Fix findContours statement in Getting Started
The Contours: Getting Started document has a findContours() call that fails because it lists three return values: image, contours and hierarchy. However this fails as findContours() only returns two values: contours and hierarchy.
See https://docs.opencv.org/2.4/modules/imgproc/doc/structural_analysis_and_shape_descriptors.html#findcontours