MATLAB 眼睛识别

发布于 2024-08-06 15:18:51 字数 100 浏览 4 评论 0原文

MATLAB 中视频模式下是否可以检测眼睛?
我正在尝试检测眼睛并根据眼睛的运动做出一些预测。
但我不确定如何做到这一点。有人可以帮助我如何开始吗?
提前致谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

流绪微梦 2024-08-13 15:18:51

您可以在 MathWorks File Exchange 上查看这组函数:快速眼球追踪作者:Peter Aldrian

引用帖子的描述(此处提供更多细节):

这个项目处理这个问题
如何提取固定特征点
实时从给定的面孔
环境。它基于这样的想法,
维奥拉·琼斯给了一张脸
人脸检测和算法
进行处理以跟踪瞳孔运动
与脸部的关系而不使用
红外线。

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.

永不分离 2024-08-13 15:18:51

我的 MATLAB 非常生疏,但此站点似乎有一些脚本可以提供帮助追踪眼球运动。

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

追星践月 2024-08-13 15:18:51

使用 MATLAB 可以实现眼睛检测,您可以想出它。但识别和检测之间存在差异,您需要仔细考虑。检测是检查图像中是否存在某个对象,而识别是确定图像中的不同对象是什么。
我希望它能增加某人的知识。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文