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

lower valuable in pick_color function may be negative! #1

Open
wueason opened this issue Jun 14, 2018 · 0 comments
Open

lower valuable in pick_color function may be negative! #1

wueason opened this issue Jun 14, 2018 · 0 comments

Comments

@wueason
Copy link

wueason commented Jun 14, 2018

In this line, lower may be negative.

lower = np.array([pixel[0] - 10, pixel[1] - 10, pixel[2] - 40])

Range of hsv:
h: 0-180
s: 0-255
v: 0-255

@wueason wueason changed the title lower valuable in pick_color function maybe negative lower valuable in pick_color function may be negative! Jun 14, 2018
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