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

Draw face in frame not worked #21

Open
wonny2001 opened this issue Sep 9, 2017 · 1 comment
Open

Draw face in frame not worked #21

wonny2001 opened this issue Sep 9, 2017 · 1 comment

Comments

@wonny2001
Copy link

there are "Unresolved referenced 'faces'"

how can i resolve it?

Draw face in frame

for (x,y,w,h) in faces:
cv2.rectangle(frame, (x,y), (x+w,y+h), (255,0,0), 2)

@AdrienPlayerium
Copy link

@wonny2001 probably because "faces" was not in the scope of your call.

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