搜索资源列表
Gabor小波人脸识别
- 基于Gabor小波的人脸识别程序,在程序中使用了神经网络进行训练和分类。
gaborga
- Gabor小波在人脸识别中的应用,matlab编程,毕设可以用到的很好的资料-Gabor wavelet for face recognition applications, matlab programming, complete set of information can be used well
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
A_Study_og_Face_Recognition_Methods_Baced_on_Wavel
- 针对灰度图像,提出一种基于知识的人脸检测方法。 提出了一种给予支持向量机的人脸检测方法。 提出了一种基于小波分解的LDA人脸识别方法。 提出了一种基于小波和DCT的人脸识别方法。 提出了一种机遇CEDT和支持向量机的人脸分类和识别方法。 -For gray-scale images, a knowledge-based face detection methods. A support vector machine method of face detection. A wa
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!
Gabor_signal
- 人脸表情识别的Gabor小波变换,最终得到5个尺度,8个方向的不同特征,此程序参考文件Gabor feature classification using enhanced FLD model facial recognition-Facial Expression Recognition of Gabor wavelet transform, finally be five scale, eight directions of different characteristics, this p
DWTFFT
- 一个小波+快速傅立叶变换的人脸识别程序,程序简单,效果好-A wavelet+ Fast Fourier Transform for Face Recognition Procedure
waveletMATLAB
- 基于matlab的小波变化程序,对做人脸识别的用户会有帮助 -Matlab wavelet-based changes in procedures, the user would be helpful to do face recognition
lda
- lda线性特征提取,用于人脸识别,首先进行小波特征提取后用lda提取特征。-lda linear feature extraction for face recognition, first of all, after feature extraction using wavelet feature extraction using lda.
vstock61
- 离散小波变换,然后主成分分析进行数据降维,用于模式识别,如人脸识别,掌纹,-Discrete wavelet transform, and then principal component analysis for data dimensionality reduction for pattern recognition, such as face recognition, palm prints,
小波神经网络
- MATLAB源程序,直接可用.欢迎使用,欢迎下载(MATLAB source code, directly available. Welcome to use, welcome to download!)
基于小波变换的klda人脸识别
- 基于小波变换的klda人脸识别,首先用小波变换对原始输入人脸图像进行预处理,再将基于核的线性判别分析应用于人脸识别中的最佳特征抽取,最后使用欧氏距离分类器实现人脸分类。通过对ORL标准人脸库中的人脸图像进行识别实验,本文提出的方法在人脸识别上取得了较高的识别率。