EvilPort2 / Sign-Language

A very simple CNN project.
759 stars 354 forks source link

Corrected cv2.findContours #32

Closed bytesByHarsh closed 5 years ago

bytesByHarsh commented 5 years ago

cv2.findContours returns (image, contours, hierarchy). Therefore [1] should be used instead of [0]

Source : https://stackoverflow.com/questions/39475125/compatibility-issue-with-contourarea-in-opencv-3

EvilPort2 commented 5 years ago

Currently my program is written with OpenCV 4.0 compatibility. I have stopped supporting OpenCV 3.x

bytesByHarsh commented 5 years ago

:thumbsup: