You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python main.py
init done
opengl support available
Traceback (most recent call last):
File "main.py", line 277, in (cx1,cy1,area1,ellipse1,flag1) = getHand(thresh1) File "main.py", line 206, in getHand ellipse1 = cv2.fitEllipse(max_contour1) NameError: global name 'max_contour1' is not defined
The text was updated successfully, but these errors were encountered:
python main.py
init done
opengl support available
Traceback (most recent call last):
File "main.py", line 277, in
(cx1,cy1,area1,ellipse1,flag1) = getHand(thresh1)
File "main.py", line 206, in getHandellipse1 = cv2.fitEllipse(max_contour1)
NameError: global name 'max_contour1' is not definedThe text was updated successfully, but these errors were encountered: