LCD-OCR
LCD-OCR copied to clipboard
Error cv::contourArea
$ python code.py
Traceback (most recent call last):
File "code.py", line 47, in
[ WARN:1] terminating async callback
This is happening because of version issues. You may find some solutions here
Please go through the following link https://stackoverflow.com/questions/39475125/compatibility-issue-with-contourarea-in-opencv-3
In Opencv 3 API version the cv2.findContours() returns 3 objects
Check you Opencv version