Ask Your Question

Alby87's profile - activity

2019-05-17 06:20:27 -0600 received badge  Popular Question (source)
2013-05-31 14:13:59 -0600 commented answer Detecting how much eyes are open

Ok, I'll start working here... many, many thanks!! :)

2013-05-31 05:16:07 -0600 commented answer Detecting how much eyes are open

Oh, don't worry about C# code, I know there similar but not equal, but I tought this was plus a "Computer Vision" problem than a OpenCV/EmguCv problem

To be honest, I searched all about "eyes", but not about "iris". I'll start searching about it.

Hough Lines and Hough Circles? At least I know what to search to try to study the problem :)

About the paper... I saw that the eye is at a wonderfull risolution... you think I could do some filtering to improve the image? Many many thanks :)

2013-05-31 04:24:57 -0600 asked a question Detecting how much eyes are open

Hi!

I'm pretty new at OpenCV, sorry if the question is trivial :)

I need to recognize, as much precise as possible, how much an eye is open. I found examples about detecting if open or closed. My program already have a image of the eye to study, for example this image

Eye to study

I don't need to recognize to eye from the face, I already have it. From that very image, how I can calculate a value (I don't need a measure value i.e. in centimeters, a consistent value would be good)? I've tried to convert in grayscale and using a threshold, but don't seem to work (my idea was to recognize only the white of the eye, of the black of the pupil), but maybe I'm doing it wrong. Im doing it in C# (Emgu) if you need to know it.

Many, many thanks!

Alby87