Skip to content

Red Green Detection #3

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

Open
chenyenru opened this issue Jan 7, 2024 · 0 comments
Open

Red Green Detection #3

chenyenru opened this issue Jan 7, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@chenyenru
Copy link
Collaborator

chenyenru commented Jan 7, 2024

For find_red_and_green() in nav_cv.py, I used HSV to find the value. However, according to this post, it will be easier to capture the range of red and green (red especially because it would be on both 2 sides of the HSV map) if we use the LAB color representation method.

@jjeerryy @khushee-g feel free to play around with this or other methods for the best result.

This is a useful source if you want to get the HSV value by clicking on the image 🔢

This is a discussion post on how you can draw OpenCV segmentation on the image

@chenyenru chenyenru added the documentation Improvements or additions to documentation label Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants