当前位置:
首页 资源下载
搜索资源 - Illumination normalization
搜索资源列表
-
0下载:
程序结构
整个工程可以分为3个部分:算法、功能和应用。
算法部分
算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分显式调用。
功能部分
功能部分只有一个项目FaceMngr,该部分依赖于算法部分,实现人脸注册、训练、识别、导入/导出等具体功能。该项目生成一个dll供应用部分隐式调用。
应用部分
人脸识别Demo.
另外,工程中
-
-
0下载:
基于形态学商图像的光照归一化算法.复杂光照条件下的人脸/P,~J1是一个困难但需迫切解决的问题,为此提出了一种有效的光照归一化算法.
该方法根据面部光照特点,基于数学形态学和商图像技术对各种光照条件下的人脸图像进行归一化处理,并且将它
发展到动态地估计光照强度,进一步增强消除光照和保留特征的效果.与传统的技术相比,该方法无须训练数据集以
及假定光源位置,并且每人只需一幅注册图像,在耶鲁人脸图像库B上的测试表明,该算法以较小的计算代价取得了
优良的识别性能.-Face recogn
-
-
0下载:
MATLAB实现人脸识别,光照归一化算法-MATLAB realization of face recognition, illumination normalization algorithm
-
-
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下载:
这是本人用C#做的俄罗斯方块游戏。
有单人游戏功能,双人对战功能,人机对战功能;游戏难度可设定,根据不同级别,游戏区的大小不一样,方块的类型可以选择甚至自己编辑,游戏速度可调,按键可自行设定;游戏规则与经典的不太一样哦,当然也可以选择经典模式的玩法;采用GDI+接口做的界面,相对比较漂亮,不喜欢可自己改界面。
带有源码和Release版(Release版不需编译,在安装了Microsoft .NET Framework 2.0的机器上直接用来就能玩)。
在 MS Visual Stu
-
-
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下载:
采用光照归一化算法,可以用于人脸识别的预处理。-Illumination normalization algorithm for face recognition.
-
-
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下载:
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下载:
DCT is one of the novel normalization techniques for illumination variation. The technique is in-
corporated by truncated the low frequency DCT Coecients. In face image illumination, changes
slowly compared to re
ectance. As a result illuminat
-
-
0下载:
The document describes different illumination methods used in image processing.
-
-
0下载:
A proposed illumination normalization method for face recognition... suitable for holistic-based methods
-
-
0下载:
Illumination normalization approach for FR based on Enhanced histogram matching
-
-
0下载:
直方图均衡化的改良版,更好的消除光照影响,实现光照归一化。-a novol method of histogram equalization,it has a better performance on dealing with illumination normalization
-
-
0下载:
A new algorithm for illumination normaliza-tion and uneven background correction in images, and this model requires no training
data, no assumption on the light source, and no align-ment between different images for illumination normaliza-tion
-
-
1下载:
对彩色图像进行归一化,消除由于光照不均造成的色差。-The color image normalization, to eliminate the chromatic aberration caused due to the uneven illumination.
-
-
0下载:
人脸识别程序。算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分隐式调用-Recognition program. Part of the algorithm is currently divided into four modules: face alignment, illumination normalization, feature extraction and selection, subspace dime
-
-
0下载:
解决人脸识别系统中,人脸图像的尺寸归一化、位置校准、光照补偿、直方图均衡化、特征提取的工作-Solve the face recognition system, the size of the face image normalization, position calibration, illumination compensation, histogram equalization, feature extraction work
-
-
0下载:
This the matlab implementation of DCT based illumination normalization technique.-This is the matlab implementation of DCT based illumination normalization technique.
-
-
0下载:
程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。
数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。
每个类的具体方法
-