文件名称:eyeLike-master
-
所属分类:
- 标签属性:
- 上传时间:2019-02-27
-
文件大小:224kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
人眼中心定位是一个用于眼部追踪的算法,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 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.