Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

HSV values of moths on sticky trap

0 votes
How does the HSV system work? Everything i've looked at says H is an angle with 360 values?

How can i work out the HSV value of my moths?
related to an answer for: Detecting moths in pheromone traps
asked Jan 11, 2019 in User questions by hortplus (260 points)

1 Answer

0 votes
If you are using OpenCV in the backend (like we do in all our HSV-related modules), their range is 0...180 and hues as follows:

0=red/do not use because of wraparound, 30=yellow, 45=light green, 60=green, 75=green cyan, 90=cyan, 105=light blue, 120=blue, 135=purple, 150=pink

Usually you would start in the inventor with widening the double-cursor slider to the full range. Then bring one cursor towards the center until you start losing your objects, then back a bit. Finally same for the second cursor. You may want to first also widen the saturation and value sliders too, then try to narrow down all three ranges in sequence.
answered Jan 14, 2019 by JeVois (46,580 points)
...