文件名称:eyeLike-master
- 所属分类:
- 其他小程序
- 资源属性:
- [C/C++]
- 上传时间:
- 2019-02-27
- 文件大小:
- 224kb
- 下载次数:
- 0次
- 提 供 者:
- zxzxz******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
人眼中心定位是一个用于眼部追踪的算法,C++语言实现,依赖OpenCV库。
关于代码的编译,提供了CMakeLists.txt文件,同时支持Windows,Linux和Mac OS X。
该项目从网络摄像头读取视频,进行人脸检测,再根据检测到的人脸图像截取左眼和右眼的ROI区域,最后根据截取到的ROI进行眼球中心检测与跟踪。所以算法的主要包含三个部分:人脸检测,ROI截取,眼球中心定位。(The estimation of the eye centres is used in several computer vision applications such as face recognitionor eye tracking. We therefore propose an approach for accurate and robust eye centre localisation by using
image gradients.)
关于代码的编译,提供了CMakeLists.txt文件,同时支持Windows,Linux和Mac OS X。
该项目从网络摄像头读取视频,进行人脸检测,再根据检测到的人脸图像截取左眼和右眼的ROI区域,最后根据截取到的ROI进行眼球中心检测与跟踪。所以算法的主要包含三个部分:人脸检测,ROI截取,眼球中心定位。(The estimation of the eye centres is used in several computer vision applications such as face recognitionor eye tracking. We therefore propose an approach for accurate and robust eye centre localisation by using
image gradients.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
eyeLike-master | 0 | 2017-10-17 |
eyeLike-master\.gitignore | 26 | 2017-10-17 |
eyeLike-master\CMakeLists.txt | 229 | 2017-10-17 |
eyeLike-master\LICENSE | 1055 | 2017-10-17 |
eyeLike-master\Readme.md | 1929 | 2017-10-17 |
eyeLike-master\cmakeBuild.sh | 29 | 2017-10-17 |
eyeLike-master\res | 0 | 2017-10-17 |
eyeLike-master\res\haarcascade_eye_tree_eyeglasses.xml | 1128193 | 2017-10-17 |
eyeLike-master\res\haarcascade_frontalface_alt.xml | 946032 | 2017-10-17 |
eyeLike-master\src | 0 | 2017-10-17 |
eyeLike-master\src\CMakeLists.txt | 268 | 2017-10-17 |
eyeLike-master\src\constants.h | 685 | 2017-10-17 |
eyeLike-master\src\findEyeCenter.cpp | 7037 | 2017-10-17 |
eyeLike-master\src\findEyeCenter.h | 168 | 2017-10-17 |
eyeLike-master\src\findEyeCorner.cpp | 3103 | 2017-10-17 |
eyeLike-master\src\findEyeCorner.h | 327 | 2017-10-17 |
eyeLike-master\src\helpers.cpp | 1189 | 2017-10-17 |
eyeLike-master\src\helpers.h | 275 | 2017-10-17 |
eyeLike-master\src\main.cpp | 7564 | 2017-10-17 |