搜索资源列表
rldw
- 本文对几何模型匹配方法进行了研究,提出了一套完整的人脸定位算法。在预处理部分,采用了特别的增强人脸特征与脸部皮肤之间对比度的方法及局域取阈值二值化方法,改进了预处理的效果。在图像分割部分,实现了经典的分合算法,并且使用成组算法改进了分合的效果。在人脸匹配部分,实现了基于眼睛和嘴的几何模型匹配,并对评价函数的构造进行了研究-geometric model of this matching method for the study and submit a complete set of facia
3
- 这是一篇关于视频序列人脸图像分割与识别技术研究的文章-This is a video sequence of image segmentation and face recognition technology research articles
rennian
- 一种基于肤色分割、区域分析和模板分布的彩色图像人脸检测算法.首先对输入的彩色图像利用混合高斯模型和亮度模型进行分割,然后根据人脸五官的结构特征对得到的区域进一步分析处理,获得所有可能的候选人脸.接着构造了一种基于双眼和人脸模板的概率模型并利用其对候选人脸进行最终检测.-Based on skin color segmentation, regional analysis and the template in color images of face detection algorithm. F
A-NOVEL-SKIN-YCBCR-COLOR-SPACE
- This paper presents a new human skin color model in YCbCr color space and its application to human face detection. Skin colors are modeled by a set of three Gaussian clusters, each of which is characterized by a centroid and a covariance matr
10adaboost
- 本文提出了一种肤色分割与Adaboost 人脸检测相结合的方法.-In this paper, a combination of a skin color segmentation Adaboost face detection methods.
renlianshibieMATLAB
- 本文针对复杂背景下的彩色正面人脸图像,将肤色分割、模板匹配与候选人脸图像块筛选结合起来,构建了人脸检测实验系统,并用自制的人脸图像数据库在该系统下进行了一系列的实验统计。-Color frontal face images under complex background, skin color segmentation, template matching candidates face image block screening combined to build a face detect
matlab--skin
- matlab基于肤色的人脸特征提取,rgb转换到ycrcb空间-based on skin color segmentation matlab face feature extraction, rgb color space conversion to Ycrcb
01247394
- SEGMENTATION OF FACES IN VIDEO FOOTAGE USING HSV COLOR FOR FACE DETECTION AND IMAGE RETRIEVAL
Face Recognition. From Traditional to Deep Learning Methods
- 近几年,传统的人脸识别算法被深度卷积网络所代替。CNN的主要优势就是可以结合庞大的数据集提取出原先所提出不出来的优质feature,与此同时精度也提升了很多。同时CNN的出现也加速了计算机视觉的发展,例如object detection 、recognition、segmentation。