搜索资源列表
-
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下载:
毕设时写的程序,主要是人脸识别中的光照处理方法,包括直方图均衡,对数变换,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下载:
一个自己编写的综合图像处理平台,可以打开和现实各种格式的图片,包括了一些常用的图像处理算法,利用了opencv,主要功能提供了一个人脸图像检测和归一化的模块,用于人脸识别的前端处理,非常实用,好用,本人在不断更新和使用,吐血奉献出来给大家-I have written a comprehensive image processing platform, can open and realistic images of various formats, including some commonl
-
-
0下载:
采用光照归一化算法,可以用于人脸识别的预处理。-Illumination normalization algorithm for face recognition.
-
-
0下载:
人脸图片的预处理,归一化,纳入数据库,训练以及识别-Face image preprocessing, normalization, into the database, training and recognition
-
-
0下载:
基于PCA的人脸识别,样本归一化,特征脸,人脸重建-PCA-based face recognition, sample normalization, eigenface, face reconstruction
-
-
0下载:
该函数的内容包括读入人脸数据、PCA降维,数据规格化以及训练多类SVM等功能。-This function covers the face read data, PCA dimensionality reduction, data normalization and multi-class SVM training and other functions.
-
-
1下载:
人脸识别工具箱。包含了人脸识别的各种基本函数,用MATLAB编写,非常适合研究者使用。-The INface toolbox for illumination invariant face recognition .The INFace (Illumination Normalization techniques for robust Face recognition)
toolbox v 2.0 is a collection of Matlab functions and scr ipt
-
-
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下载:
面像识别训练时用到的归一化特征,进行人脸特征提取的代码(The normalization features used in facial recognition training, and the code for facial feature extraction)
-