MATLAB: Can you please help me to write MATLAB code for eye detection

detectioneye detectionImage Processing Toolboxweb cam

I want to detect eye from real time (web cam), continously. pls help me to write code for that .

Best Answer

Search VisionBib for an algorithm: http://iris.usc.edu/Vision-Notes/bibliography/contents.html. We don't recommend an algorithm when they are so complicated. There are lots of published papers on eye location on the face , and on eye tracking (where in the scene that the eyes are looking), so look them over, pick one that looks promising, and code it up. Come back if you have questions about syntax, error messages, etc. that are MATLAB-related.
Related Question