当前位置:
首页 资源下载
搜索资源 - face normalization
搜索资源列表
-
0下载:
程序结构
整个工程可以分为3个部分:算法、功能和应用。
算法部分
算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分显式调用。
功能部分
功能部分只有一个项目FaceMngr,该部分依赖于算法部分,实现人脸注册、训练、识别、导入/导出等具体功能。该项目生成一个dll供应用部分隐式调用。
应用部分
人脸识别Demo.
另外,工程中
-
-
0下载:
人脸归一化代码 人脸归一化代码 -code for face normalization code for face normalization
-
-
0下载:
基于形态学商图像的光照归一化算法.复杂光照条件下的人脸/P,~J1是一个困难但需迫切解决的问题,为此提出了一种有效的光照归一化算法.
该方法根据面部光照特点,基于数学形态学和商图像技术对各种光照条件下的人脸图像进行归一化处理,并且将它
发展到动态地估计光照强度,进一步增强消除光照和保留特征的效果.与传统的技术相比,该方法无须训练数据集以
及假定光源位置,并且每人只需一幅注册图像,在耶鲁人脸图像库B上的测试表明,该算法以较小的计算代价取得了
优良的识别性能.-Face recogn
-
-
0下载:
MATLAB实现人脸识别,光照归一化算法-MATLAB realization of face recognition, illumination normalization algorithm
-
-
1下载:
基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。
-->请到 http://code.google.com/p/facerecog/ 下载最新版本。<--
功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。
在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。
数据处理分为了C
-
-
0下载:
这个c#编写的程序,用来对人脸图像进行预处理,从而提升人脸识别算法的性能。这里提出了3种用于人脸识别的图像预处理的光照归一化算法,即:Multiscale retinex和anisotropic 和isotropic平滑方法。-The c# Preparation procedures used for face image preprocessing, so as to enhance the performance of face recognition algorithms. Here p
-
-
0下载:
通过人脸图像归一化,人脸检测,特征提取等处理后,实现人脸识别功能-Through the Human face image normalization, face detection, feature extraction, such as treatment, the realization of face recognition feature
-
-
0下载:
毕设时写的程序,主要是人脸识别中的光照处理方法,包括直方图均衡,对数变换,SQI,MQI,SI等。本程序基于opencv实现。-This program demonstrates some illumination normalization methods used in face recognition.Histogram equaliztion,Logarithm transform,SQI,MQI are included.This program is based on opencv.
-
-
0下载:
完整的表情识别系统一般包括人脸表情图像捕获、预处理、人脸检测与定位、
人脸分割与归一化、人脸表情特征提取、人脸表情识别。本文着重研究了人脸表
情特征提取、特征选择及表情分类等关键问题,并提出了一些改进的方法,同时
进行了仿真实验-Complete expression recognition systems typically include facial expression image capture, preprocessing, face detection and loca
-
-
0下载:
采用光照归一化算法,可以用于人脸识别的预处理。-Illumination normalization algorithm for face recognition.
-
-
0下载:
The INFace (Illumination Normalization techniques for robust Face recognition) toolbox v2.0 is a collection of Matlab functions and scr ipts intended to help researchers working in the field of face recognition.
-
-
0下载:
A proposed illumination normalization method for face recognition... suitable for holistic-based methods
-
-
1下载:
用matlab写的一个将人脸图像进行归一化处理的程序,主要是将多个图像的尺寸进行调整使其大小一致。-Matlab write a face image the normalization processing program, mainly to adjust the size of multiple images to make it the same size.
-
-
0下载:
人脸图像配准,将同一场景的两幅或多幅图像进行对准,可以实现人脸归一化-Face image registration, the same scene two or more images for the alignment can be achieved face normalization
-
-
0下载:
解决人脸识别系统中,人脸图像的尺寸归一化、位置校准、光照补偿、直方图均衡化、特征提取的工作-Solve the face recognition system, the size of the face image normalization, position calibration, illumination compensation, histogram equalization, feature extraction work
-
-
0下载:
进行人脸识别时,首先对数据进行归一化处理,保证数据的一致性,有利于后续的识别过程-When face recognition, first data normalization process, ensure data consistency, it is conducive to the subsequent identification process
-
-
0下载:
有关ICA人脸特征提取的PPT,对于做人脸识别,或表情识别提取特征很有帮助.--On the ICA face feature extraction PPT, to make face recognition or face recognition feature extraction helpful.
-
-
0下载:
aligned and normalized ORL face database which is manually cropped by the eyes and mouth
-
-
0下载:
This paper is untitled High-Fidelity Pose and Expression Normalization for Face Recognition
in the Wild
-
-
0下载:
面像识别训练时用到的归一化特征,进行人脸特征提取的代码(The normalization features used in facial recognition training, and the code for facial feature extraction)
-