搜索资源列表
-
0下载:
(1)图像预处理:包括输入、输出、显示、缩放等,以及图像的腐蚀、膨胀,图像校正,亮度及对比度调节,光照补偿,色彩平衡等;(2)人脸检测功能,并对检测出的人脸进行标记。-(1) Image preprocessing: includes input, output, display, zoom, and image of the erosion, dilation, image correction, brightness and contrast adjustment, illumination
-
-
0下载:
This a software utility. It provides auto attendance management system using face detection technique. Now a day’s many utilities provide face detection system but not intelligent. Our project is more intelligent, cost less and very easy to configure
-
-
0下载:
对图像进行光照补偿,再利用肤色对其进行人脸检测,二值化,值得一看!-Illumination compensation of the image, and then carried out using skin color of their face detection, binarization, worth a visit!
-
-
0下载:
程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。
数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。
每个类的具体方法
-
-
0下载:
利用肤色分割,采用MATLAB进行编程实现对图片中的人脸进行检测,程序包中还包括采用“参考白”方法进行光照补偿的源程序-Based on skin color segmentation, using MATLAB programming to realize the face detection, the package also includes a reference white approach of the source illumination compensation
-
-
0下载:
针对光照变化对人脸检测及人眼定位的影响
,
提出一种基于肤色模型的人脸检测与人
眼定位方法
.
先对图像进行预处理
,
减少图像中的噪声
;
再将
RGB
颜色空间转化到具有良好
肤色聚类特性的
YCbCr
色彩空间
,
利用
Gauss
模型进行肤色建模
;
最后检测出人脸区域并确
定人眼位置
.
-The influence of illumination changes on human fa
-