简体   繁体   English

MATLAB眼睛识别

[英]MATLAB Eye Recognition

Is it possible to detect eye in the video mode in MATLAB? 在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. 提前致谢。

You could take a look at this set of functions on The MathWorks File Exchange: Fast Eyetracking by Peter Aldrian . 您可以在Peter Aldrian的 The MathWorks File Exchange: Fast Eyetracking上查看这组功能。

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. 基于该思想,由Viola Jones算法给出面部以进行面部检测,并在不使用红外光的情况下对其进行处理以跟踪瞳孔相对于面部的运动。

我的MATLAB非常生锈,但是该站点似乎有一些脚本可以帮助跟踪眼睛的运动。

eye detection will be possible with MATLAB and you can come up with that. 使用MATLAB可以进行眼睛检测,您可以提出这个建议。 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. 我希望它将增加某人的知识。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM