Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line 206:fitEllipse(max_contour1) | max_contour1 not defined #1

Open
Chandak01 opened this issue Sep 25, 2016 · 2 comments
Open

line 206:fitEllipse(max_contour1) | max_contour1 not defined #1

Chandak01 opened this issue Sep 25, 2016 · 2 comments

Comments

@Chandak01
Copy link

Chandak01 commented Sep 25, 2016

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

Abhinav275 added a commit that referenced this issue Sep 25, 2016
@Abhinav275
Copy link
Collaborator

Thank you for finding the bug. I have corrected it, let me know if you face any other problem.

@Chandak01
Copy link
Author

Sure!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants