We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello everyone, my project deals with the prevention of drunk driving and I write code to extract an image red color came from the eye (a symptom of alcohol on the eyes), I was able to display an image and communicate with the Arduino, but I need a way to image the code tell me if there are red eye or not. If anyone can help I'll be very happy! Thank you
Answers
Did you look at the lib opencv...?
You can loop over all pixels and just measure the red() value of each Pixel
But you need a lot of test images from drunk and sober eye images