views:

567

answers:

2

Is it possible to detect eye in the video mode in MATLAB?
I am trying to detect the eye and make some predictions based on the movement of the eye.
But am not sure on how to do that. Can someone help me in how to start about that?
Thanks in advance.

+3  A: 

You could take a look at this set of functions on The MathWorks File Exchange: Fast Eyetracking by Peter Aldrian.

Quoting from the description of the post (to give a little more detail here):

This project handles with the question how to extract fixed feature points from a given face in a real time environment. It is based on the idea, that a face is given by Viola Jones Algorithm for face detection and processed to track pupil movement in relation to the face without using infrared light.

gnovice
I was going to suggest using Haar-like features for face detection (followed by eye tracking). Looks like this solution already implements that.
Amro
A: 

My MATLAB is incredibly rusty, but this site appears to have some scripts to help track eye movement.

Rich Seller

related questions