搜索资源列表
FaceDetection2008
- 一个非常好的人脸检测算法,可以进行补光处理,人脸区域的检测,人嘴眼的定位匹配
基于眼裂的人脸图像归一化.doc
- 针对人脸识别中图像前期处理的人脸图像归一化问题,用AdaBoost Cascade方法检测出人脸和眼裂,提出以两眼裂中心点连线为基准进行水平旋转和尺度的归一化矫正方法。与通常的利用两眼瞳距方法相比较,该方法更加快速准确,能处理多达20°的倾斜,对戴眼镜、图像模糊、俯视、仰视、斜视等情况的鲁棒性更好。 A novel approach was presented, using the line between the two center points of the palpebral fiss
tireness_check.zip
- 实时采集PC机的摄像头数据。可以检测被测试人眼睛的状态(睁眼或闭眼);进行疲劳判断。可应用到驾驶员疲劳检测中。,Real-Time Data Acquisition PC-camera data. Person being tested can detect the eyes of the state (eyes open or closed) carried out to determine fatigue. Can be applied to the driver fatigue dete
facedetect
- 实现人脸检测以及眼、嘴的定位,方法主要是肤色检测、腐蚀、膨胀等-Face detection, as well as the realization of eyes, mouth orientation, methods, mainly color detection, corrosion, swelling, etc.
face_check_color_segmentation
- Matlab编写的程序代码,包括基于肤色的人脸检测,根据人脸图像判别眼睛的状态(睁眼及闭眼)-Matlab program written in code, including color-based face detection, face image in accordance with the state of discriminant eyes (eyes open and eyes closed)
Face_Detection_System
- 人脸检测系统,眼部定位,嘴部定位,与大家分享-Human Face Detection system, eye position, mouth position, with the U.S. share
MPT
- 模式识别检测:包括人脸 眼部 颜色跟踪和检测等 并和directshow能联合应用-Pattern recognition tests: eye color, including face tracking and detection, and can be combined and directshow
4
- 这是一篇关于人脸检测实现及眼睛定位算法研究的文章-This is an article about Face Detection and Eye Location Algorithm article
facedetect
- 通过图像预处理,实现人脸边缘检测,特征点提取。标记出眼、鼻、嘴三处特征点-Through preprocessing, for face detection, feature point extraction. Mark out the eyes, nose, mouth and three feature points
aamlibrary_Ya0Wei
- 通过一系列凸显预处理,实现人脸边缘检测。然后提取出眼、鼻、口三处特征点、并标记出来。-Highlighted by a series of pre realize the face edge detection. Then extract the eyes, nose, mouth three feature points, and marked.
wxy1
- 人脸检测,通过高斯变化,灰度处理,二值化后得到黑白的图像,通过对水平和垂直经行积分得到眼睛位置信息,从而框选眼部-Face detection, gauss changes, gray, black and white binary image, after we get through the horizontal and vertical integration eye position information, and thus box choose eye
recognize_face
- 利用灰度积分投影直接对人脸图像进行检测和眼睛定位是一种常用的算法,但是直接采用该算法会受到背 景、特征等因素的影响,识别准确率较低。提出了一种基于最大类间方差阈值和区域膨胀相结合的检测与定位算法。该算 法首先计算最大类间方差设置阈值,把灰度图像转换为二值图像并检测出人脸区域,然后通过对该人脸区域中的连通区域 进行膨胀及连通性处理,精确定位眼睛坐标。实验表明,此算法可靠,具有较好的识别效果。-face recognized
FaceDetection
- 实现人脸的检测,包括人脸的定位,眼,嘴,-Achieve face detection
112
- 对拍摄得到的驾驶员视频帧图像, 使用复合肤色模型检测人脸 通过自适应边缘检测、 图像增强等方法处理得到 特征图像, 经特征区域筛选, 依据人脸先验知识匹配得到最佳人眼对 提取眼部特征向量, 结合 LVQ神经网络进行模式 识别检测眼部状态, 为判断驾驶员是否处于疲劳状态提供判据。-Video shot by the driver of the frame, the use of composite skin model of face detection through adaptive
facedetect
- VC6.0,OpenCV实现人脸特征检测 1.实时人脸检测,通过摄像头获取人脸视频流,从中检测头部和眼部位置。这部分鲁棒性较好,光照影响较小2. 在一定程度上能够进行人脸识别,但是识别率不高。 -VC6.0, OpenCV facial feature detection to achieve a real-time face detection, face to get the video stream through the camera, which detects the posit
0000face
- 针对光照变化对人脸检测及人眼定位的影响 , 提出一种基于肤色模型的人脸检测与人 眼定位方法 . 先对图像进行预处理 , 减少图像中的噪声 ; 再将 RGB 颜色空间转化到具有良好 肤色聚类特性的 YCbCr 色彩空间 , 利用 Gauss 模型进行肤色建模 ; 最后检测出人脸区域并确 定人眼位置 . -The influence of illumination changes on human fa
drowsiness-detection
- 提取人脸特征点,检测闭眼,根据闭眼持续时间,判断是否是疲劳(Extracting face feature points, detecting closed eyes, judging whether it is fatigue according to the duration of closed eye.)
eyeLike-master
- 人眼中心定位是一个用于眼部追踪的算法,C++语言实现,依赖OpenCV库。 关于代码的编译,提供了CMakeLists.txt文件,同时支持Windows,Linux和Mac OS X。 该项目从网络摄像头读取视频,进行人脸检测,再根据检测到的人脸图像截取左眼和右眼的ROI区域,最后根据截取到的ROI进行眼球中心检测与跟踪。所以算法的主要包含三个部分:人脸检测,ROI截取,眼球中心定位。(The estimation of the eye centres is used in sever
美狐美颜sdk开源版源码v1.0
- 一、美狐美颜sdk介绍 美狐美颜sdk,基于人脸识别和图像渲染技术,为直播、短视频、自拍机等多种音视频业务场景提供美化方案,包含实时美颜、人脸美型、智能美妆、动态贴纸等功能。多平台适配,接入迅速、集成方便,支持功能拆分组合,支持离线。 二、美狐美颜滤镜功能介绍 1、实时美颜 自由调节美颜效果,支持多级调节,包含美白、磨皮、红润等 2、极致美型 利用人脸关键点检测技术,可对五官实时美化调整,包含大眼、瘦脸、瘦鼻等 3、动态贴纸 基于人脸识别和动态渲染技术,实现各类2D动态贴纸特效