Location:
Search - 跟踪,眼睛检测
Search list
Description: 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\Sample.avi 人脸检测算法(Face Detection Algorithm): Haar Face Detection Algorithm 选中 “Track also Eyes” checkBox 眼睛检测算法(Eye Detection Algorithm): Adaptive PCA 取消选择 “Variance Check” Number of Database Images: 8 Number of EigenEyes: 5 Maximum allowable distance from eyespace: 1200 Face width/eye template width ratio: 0.3 ColorSpace type to use during PCA: CV_RGB2GRAY 瞳孔检测设置(Settings for Pupil Detection) Check “Track eyes in details” and then check “Detect also eye pupils”. Click “Adjust Parameters” button: Enter “120” as the “Threshold Value” Click “Save Settings” and then click “Close” Settings for Snake Check “Indicate eye boundary using active snakes”. Click “Settings for snake” button: Select ColorSpace to use: CV_RGB2GRAY Select Simple thresholding and enter 100 as the “Threshold value” Click “Save Settings” and then click “Close”
Platform: |
Size: 204022 |
Author: sichuanlu |
Hits:
Description: 人脸检测和跟踪学位论文;人脸检测定位:运动区域检测预处理, 肤色区域的分割和利用二值形态学等操作的人脸粗检,利用眼、嘴特征的彩色信息检测的人脸细检,利用投影法检测眼睛和嘴巴亮块的人脸定位。提出了一种基于自适应肤色模型匹配与验证的方法对人脸进行跟踪-Face detection and tracking dissertation Face Detection positioning: Sports regional detection pretreatment, color region segmentation and the use of binary morphological operations, such as human faces rough seizure, the use of eyes, mouth features detection of color information Face Fine Frederick, using projection method bright eyes and mouth block face positioning. A model based on adaptive color matching and validation of the method of face tracking
Platform: |
Size: 3622912 |
Author: 田卉 |
Hits:
Description: 该源代码能够检测人脸中的特征点,并根据特征点进行眼睛区域跟踪。-The source code is able to detect feature points in the face and eye area according to feature points tracking.
Platform: |
Size: 2296832 |
Author: yangxh |
Hits:
Description: 本源代码用来进行虹膜区域检测,可以用来进行视线跟踪、眼睛区域检测等。-Iris source code used for detection, can be used for eye tracking, eye region detection.
Platform: |
Size: 29696 |
Author: yangxh |
Hits:
Description: 眼睛的跟踪与预测技术,这样便于后于检测的速度,-Eye tracking and prediction technology, so it is easy to test speed, eventually
Platform: |
Size: 809984 |
Author: 舍得 |
Hits:
Description: 基于YCbCr色彩空间的人脸跟踪,根据用户选定的目标的颜色分布特点,从样本图样中建立眼睛肤色模型, 然后根据该模型和待检测的彩色图像进行分割与匹配,从而确定候选区眼睛的位置以及人脸偏转的角度。-YCbCr color space based face tracking.
Platform: |
Size: 4096 |
Author: lingrenbing |
Hits:
Description: 自动人脸识别系统具有如图所示的一半框架并完成相应功能的任务。
(1)人脸图像的获取:一般来说,图像的获取都是通过摄像头摄取,氮摄取的图像可以是真人,也可以是人脸的图片或者为了相对简单,可以不考虑通过摄像头来摄取头像,而是直接给定要识别的图像。
(2)人脸的检测:人脸检测的任务是判断静态图像中是否存在人脸。若存在人脸,给出其在图像中的坐标位置,人脸区域大小等信息。而人脸跟踪需要进一步输出所检测到的人脸位置,大小等状态随时间的连续变化情况。
(3)特征提取通过人脸特征点的检测与标定可以确定人脸图像中显著特征点的位置(如眼睛,眉毛,鼻子,嘴巴等器官),同时还可以得到这些器官及其面部轮廓的形状信息的描述。-Automatic face recognition system has half of the framework as shown in the task and complete the corresponding function. (A) face image acquisition: In general, the image acquisition camera intake, nitrogen uptake of the image is real, is the picture of the face or to relatively simple, can not be considered through the camera head intake of the head, but given directly to the image you want to identify. (2) the detection of human faces: the face detection task is to determine whether there is a face in the static image. If there is a face, given the coordinates of the location in the image, the size of the face region. The face tracking needs further output the detected position of the face, size, state of continuous change over time. (3) feature extraction of facial feature points detection and image calibration can determine people face significant feature points (such as eyes, eyebrows, nose, mouth and other organs), but also can get the shape of these organs and their facial cont
Platform: |
Size: 12288 |
Author: 蔡周杰 |
Hits:
Description: 跟踪人的眼睛,类似人脸识别算法中的adaboost,通过学习人眼模式,实现人眼检测跟踪。-Tracking people' s eyes, similar face recognition algorithm adaboost by learning human eye model, detecting and tracking the human eye.
Platform: |
Size: 23378944 |
Author: cz |
Hits:
Description: 眨眼检测与眼睛跟踪在检测人脸疲劳状态有着重要的作用,特别是检测机车司机疲劳状态下。-Blink detection and eye tracking in fatigue face detection plays an important role, especially in testing locomotive driver fatigue states.
Platform: |
Size: 510976 |
Author: 陈宇 |
Hits:
Description: 在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 classifier faces, and examine the pupil existence, to extract the information about the fatigue of the eye
Platform: |
Size: 3802112 |
Author: heiying |
Hits: