OpenCV2-Python-Tutorials icon indicating copy to clipboard operation
OpenCV2-Python-Tutorials copied to clipboard

Fix findContours statement in Getting Started

Open shreepads opened this issue 5 years ago • 0 comments

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

shreepads avatar May 25 '20 14:05 shreepads