搜索资源列表
Eye_tracking
- 通过颜色空间匹配,寻找眼睛所在位置,并通过匹配进行跟踪
trackeye.视频流中的人脸跟踪以及眼睛定位使用OPENCV
- 视频流中的人脸跟踪以及眼睛定位使用OPENCV.rar,Video streaming in the face and eye position tracking using OPENCV.rar
detect.rar
- 基于OpenCV的人眼识别定位与跟踪。本例是为了实现驾驶员疲劳驾驶的识别,通过对眼睛的运动状态来判别疲劳程度,OpenCV on the human eye to identify the location and tracking, which in this case the driver is tired of driving in order to achieve the recognition, through the movement of the eyes to determine
ContourDetect
- 对视频文件进行人脸跟踪监测,并显示出眼睛的定位标记,在vc++环境下,通过二值化、定位、分割、识别、跟踪等方式来实现。-Face of the video files tracking and monitoring, and shows the eyes of the anchor, in vc++ environment, through the two values, positioning, segmentation, identification, tracking, etc. to a
Blink_Detection
- 基于OpenCV编写,使用摄像头,眨眼时通过帧间差来寻找到眼睛位置,并跟踪。-Based on OpenCV write, using the camera blink of an eye, through the inter-frame difference Laixun to find the eye position, and track.
yanjinggenzongsuanfa
- 一个跟踪人的眼睛的算法,用Matlab 来实现的。希望那个大家有用-A person
DetectionMethodofDriverFatigueBasedonBlinkDuration
- :利用红外敏感的摄像机获得司机脸部图像,通过可变性模板匹配的方法对眼睛进行定位,然后利用卡尔曼滤波的方法跟踪眼睛,得到司机的眨眼持续时间参数,以此为依据判断司机是否疲劳-This paper uses infrared camera to obtain the image of the driver’s face and locate their eyes with a deformable template in the image.
orl_faces
- 人脸识别,眼睛定位,眼睛跟踪和状态分析等,计算机视觉-Face recognition, eye position, eye tracking and status analysis, computer vision
EyePos
- 最小邻域均值投影函数及其在眼睛定位算法.提出一种投影函数:最小邻域均值投影函数.该函数通过计算每条投影线上各像素点邻域均值的最小值 来跟踪图像中的低灰度特征.与传统的积分投影函数和方差投影函数相比,它以求最小值的局部选择性代替传统投 影函数的全局累加性,因此具有对片状噪声不敏感的特点、此外,在计算过程中,它还能记录最小值点的二维位置信 息,是一个二维的搜索算子、最小邻域均值投影函数的这些特点使其非常适合于眼睛定位.它对眼睛,特别是瞳孔,总 能够产生精确、鲁棒的响应通过在CAS—P
Fast-Eyetracking
- 该源代码能够检测人脸中的特征点,并根据特征点进行眼睛区域跟踪。-The source code is able to detect feature points in the face and eye area according to feature points tracking.
face_detect
- 基于YCbCr色彩空间的人脸跟踪,根据用户选定的目标的颜色分布特点,从样本图样中建立眼睛肤色模型, 然后根据该模型和待检测的彩色图像进行分割与匹配,从而确定候选区眼睛的位置以及人脸偏转的角度。-YCbCr color space based face tracking.
pca
- 自动人脸识别系统具有如图所示的一半框架并完成相应功能的任务。 (1)人脸图像的获取:一般来说,图像的获取都是通过摄像头摄取,氮摄取的图像可以是真人,也可以是人脸的图片或者为了相对简单,可以不考虑通过摄像头来摄取头像,而是直接给定要识别的图像。 (2)人脸的检测:人脸检测的任务是判断静态图像中是否存在人脸。若存在人脸,给出其在图像中的坐标位置,人脸区域大小等信息。而人脸跟踪需要进一步输出所检测到的人脸位置,大小等状态随时间的连续变化情况。 (3)特征提取通过人脸特征点的检测与标定可以确
Facial-Feature-Tarcking
- 研究优化人脸特征提取问题,针对长期以来在不贴标记点的情况下用传统的光流、Snake、可变模板等方法对纹理特征变化大的特征点不能有效跟踪,并且解决单独采用Gabor 小波系统开销大等问题,为了在人脸图像中提取准确信息,提出了人脸特征点的跟踪方法,分组采用改进的光流法和弹性图匹配的方法进行特征点跟踪。对眼睛、眉毛、上下眼皮等14 个表 情变化不大的特征点使用光流法进行跟踪,最后对变化大的嘴部8 个特征点运用Gabor 小波的弹性图匹配方法进行仿真。-Gabor wavelet research
TrackEye_SourceCode
- 跟踪人的眼睛,类似人脸识别算法中的adaboost,通过学习人眼模式,实现人眼检测跟踪。-Tracking people' s eyes, similar face recognition algorithm adaboost by learning human eye model, detecting and tracking the human eye.
eye-match
- 动态跟踪人的眼睛,初学者可以下载学习,使用最大互相关算法实现模板与待测图像的配准-Dynamic tracking people' s eyes, beginners can download the study, using the maximum cross-correlation algorithm and tested template image registration
pupildetectOK
- 在VC6.0环境下,借助openCV函数库,对视频中的人脸进行检测,并实时跟踪,然后用Haar特征的分类器定位人脸,并检测瞳孔存在与否,提取关于眼睛的疲劳信息-In VC6.0 environment, with the aid of openCV function library, to detect human faces in video, and real-time tracking, positioning and use characteristics of Haar classif
实现人眼跟踪
- 在microsoft visual studio2010基础上,配置opencv2.4.0,采用opencv进行人眼睛的跟踪,实现人眼睛的定位,并实时跟踪
vc++上人眼跟踪
- 在vc++,建立工程,通过初帧图像的眼睛定位,在根据meanshift算法进行人眼跟踪
人眼睛识别
- 用opencv+vs识别出人眼睛,可自动跟踪。(The human eyes can be identified by opencv+vs and can be tracked automatically.)