搜索资源列表
人脸识别
- 基于2dpca和小波变换提取特征的指纹识别源码。
matlab4
- 基于小波的人脸识别算法的matlab实现-Face Recognition Based on Wavelet matlab algorithm to achieve
PCA
- PCA人脸识别算法,识别率达到99 ,采用小波变换的方法及主成分分析法。-PCA face recognition algorithm, the recognition rate up to 99 , using wavelet transform methods and principal component analysis.
Gaborpca
- Gabor小波变换与PCA的人脸识别代码,自己做的毕设,希望可以帮到其他跟我一样曾经迷茫的人-Gabor Wavelet Transform and PCA for face recognition code, do their own complete set, the desire to help others like me who had lost
facerecognize
- 人脸识别的小波变换程序,速度快,简单易懂-Face Recognition wavelet transform procedures, fast, easy-to-read
faceRecognitionBasedOnWavelet
- 基于小波变换和神经网络的人脸识别:本论文围绕人脸识别问题对人脸特征提取及识别技术进行了研究。主要有:对人脸识别的研究工作进行了综述;在KL算法的基础上提出了新的基于KL的特征提取方法,克服了KL算法计算量大,计算时间长的缺点,-Based on Wavelet Transform and Neural Network Face Recognition: In this paper, issues surrounding the face recognition feature extractio
PR_AI_code
- 这是《精通VC++数字图像模式识别技术及工程实践[第2版]》光盘源代码,其中包括EM算法、fisher判别函数、HMM隐马尔科夫模型、BP神经网络、小波变换、alpha-beta剪枝、A*算法等,还包含几个纹理分析、人脸定位、字符识别、车牌号识别、8数码、黑白棋、离线/在线签名等实例,因此对于学习模式识别、人工智能的朋友们都大有裨益。光盘中的素材请见另外一个资源。-This is " proficient in VC++ Digital Image Pattern Recognitio
Gaborzdddsg
- 很好的关于人脸识别的毕业论文,从中国知网付费下载得到,《基于Gabor小波变换与支持向量机的人脸识别研究》希望对大家有用。-About Face Recognition of good theses, pay-per-download from the Chinese HowNet be, " Based on Gabor Wavelet Transform and Support Vector Machines Face Recognition" I hope useful
xiaobomatlabcode
- 基于小波变换的matlab图像处理程序,可用于图像预处理,人脸识别,特整提取等功能。-Based on wavelet transform matlab image processing procedures, can be used for image preprocessing, face recognition, special features such as the whole extract.
FLD_based_Face_Recognition_System
- 基于FLD的人脸识别系统,使用快速小波变换,效果很好,适合学习-This package implements a well-known FLD-based face recognition method, which is called Fisherface . All functions are easy to use, as they are heavy commented. Furthermore, a sample scr ipt and two small training and
renlianshibiexiaobosuanfa
- 基于小波变换的加权特征脸识别算法的文献,对做人脸识别论文的同学很有帮助-renlianshibie wavelet algorithm .pdf
FaceRecognitionBasedonWaveletTransform
- 基于小波变换的人脸识别代码本代码对图像进行小波分解,然后又用最近邻方法实现了图像的识别。-Face Recognition Based on Wavelet Transform code-wavelet based face recognition, the code of the image wavelet decomposition, and then with the nearest neighbor method to achieve the image recognition!
The
- 基于小波变换和弹性图识别的人脸表情识别论文-The Human Facial Combined Expression Recognition System
pcalda
- 首先进行小波变换,在此基础上进行pca特征提取,在进行lda特征提取,用于人脸识别-First, wavelet transform, in this based on pca feature extraction, feature extraction during lda for face recognition
gabor
- gabor小波变换,可以用于人脸识别中提取人脸特征-gabor wavelet transform, this directory can be used for face recgnization.
vstock61
- 离散小波变换,然后主成分分析进行数据降维,用于模式识别,如人脸识别,掌纹,-Discrete wavelet transform, and then principal component analysis for data dimensionality reduction for pattern recognition, such as face recognition, palm prints,
小波变换在人脸识别中的应用研究
- 小波变换在人脸识别中的应用研究.rar
小波变换在人脸识别中的应用研究
- 小波变换在人脸识别中的应用研究.rar
基于Gabor小波变换和人工神经网络的人脸识别方法
- 基于Gabor小波变换和人工神经网络的人脸识别方法(Face recognition method based on Gabor wavelet transform and artificial neural network)
基于小波变换的klda人脸识别
- 基于小波变换的klda人脸识别,首先用小波变换对原始输入人脸图像进行预处理,再将基于核的线性判别分析应用于人脸识别中的最佳特征抽取,最后使用欧氏距离分类器实现人脸分类。通过对ORL标准人脸库中的人脸图像进行识别实验,本文提出的方法在人脸识别上取得了较高的识别率。