Hi, I am getting the following error when I tried to run performRecognition.py
I am a noob to Python and OpenCV, please help.
Traceback (most recent call last):
File "C:/Users/User/Downloads/digitRecognition/performRecognition.py", line 24, in
rects = [cv2.boundingRect(ctr) for ctr in ctrs]
TypeError: points is not a numpy array, neither a scalar
Hi, I am getting the following error when I tried to run performRecognition.py I am a noob to Python and OpenCV, please help.
Traceback (most recent call last): File "C:/Users/User/Downloads/digitRecognition/performRecognition.py", line 24, in
rects = [cv2.boundingRect(ctr) for ctr in ctrs]
TypeError: points is not a numpy array, neither a scalar
Process finished with exit code 1