Which is the easy and robust method for eye blink detection?

asked 2016-04-28 09:53:15 -0600

Sandesh14 gravatar image

I have been working on the android application which requires a method to detect eye blink. So can any body suggest the method for eye blink detection that is easy to implement. I tried Hough circle method but it is not giving any result. So can any body please help me?

edit retag flag offensive close merge delete

Comments

Are you able to detect eyes at the moment?

Pedro Batista gravatar imagePedro Batista ( 2016-04-28 09:59:44 -0600 )edit

Yes I am able to detect eyes at the moment.

Sandesh14 gravatar imageSandesh14 ( 2016-04-28 10:04:27 -0600 )edit

did you see this

sturkmen gravatar imagesturkmen ( 2016-04-28 10:07:40 -0600 )edit

Based on that I implemented till eye detection. But it does not help in Blink detection, Does it?

Sandesh14 gravatar imageSandesh14 ( 2016-04-28 10:10:03 -0600 )edit

i could not test this code. if it tracks eyes real-time you can find a way to detect blinks.otherwise you need find a way to track eyes real-time.

sturkmen gravatar imagesturkmen ( 2016-04-28 10:23:28 -0600 )edit

It tracks eyes for some extent but if we close our eyes, sometimes mismatch occurs. You can check the video of that implementation here

Sandesh14 gravatar imageSandesh14 ( 2016-04-28 10:37:09 -0600 )edit