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

skin color hardcoded in the program #4

Open
amarlearning opened this issue May 28, 2020 · 0 comments
Open

skin color hardcoded in the program #4

amarlearning opened this issue May 28, 2020 · 0 comments

Comments

@amarlearning
Copy link

What is the need to hardcode skin color?

The skin color changes with the change in the surrounding light. I would suggest you get the hand color when the code runs.

lower_skin = np.array([0,20,70], dtype=np.uint8)
upper_skin = np.array([20,255,255], dtype=np.uint8)

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

1 participant