MATLAB Eye Recognition

一世执手 提交于 2019-12-04 19:14:44

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.

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

eye detection will be possible with MATLAB and you can come up with that. But there is a difference between recognition and detection that you need to consider carefully. Detection is checking if an object is available in the image whereas recognition is determining what the different objects in the image are. I hope it'll increase someone's knowledge.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!