Hello , Im stuck in something with my project (red eye)

edited October 2015 in Arduino

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

Tagged:

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

Sign In or Register to comment.