搜索资源列表
ResearchOfFaceRecognitionBasedOnWaveletTransformat
- 本文介绍的是小波变换在人脸识别当中应用,是篇硕士论文,介绍了多种小波人脸识别算法,有基于离散小波的人脸检测与特征定位算法,基于小波变换的PCA人脸识别算法,基于小波变换和人工神经网络的人脸识别算法,基于小波变换和支持向量机的人脸识别算法,内容全面,具有很高的参考学习价值。
Gabor小波人脸识别
- 基于Gabor小波的人脸识别程序,在程序中使用了神经网络进行训练和分类。
人脸识别
- 基于2dpca和小波变换提取特征的指纹识别源码。
matlab4
- 基于小波的人脸识别算法的matlab实现-Face Recognition Based on Wavelet matlab algorithm to achieve
facerecognize
- 人脸识别的小波变换程序,速度快,简单易懂-Face Recognition wavelet transform procedures, fast, easy-to-read
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
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!
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
wt_pca
- matlab实现的小波分解和pca结合的人脸识别算法,识别率较好-matlab implementation of wavelet decomposition and pca combination of face recognition algorithms, a better recognition rate
lda
- lda线性特征提取,用于人脸识别,首先进行小波特征提取后用lda提取特征。-lda linear feature extraction for face recognition, first of all, after feature extraction using wavelet feature extraction using lda.
wavefusypca
- 小波融合pca,采用特征级的融合,用于人脸识别。-Wavelet fusion pca, using Feature-level fusion for face recognition.
wavepp
- 利用小波进行一级特征提取,在此基础上采用2dpca进行二级特征提取,用于人脸识别。-Carried out a wavelet feature extraction, in this based on the use of 2dpca for two feature extraction for face recognition.
FaceRecognitionBasedonWaveletWeightedSub-bandEnerg
- 基于小波子带能量加权的人脸识别算法.-a new face recognition method is proposed based on wavelet weighted sub—band energy
face
- 收集的最全的人脸识别代码 有小波分析,有PCA,有LDA,有特征脸方法实现人脸识别-The most comprehensive collection of face recognition code is wavelet analysis, a PCA, a LDA, there are ways to achieve face recognition feature
vstock61
- 离散小波变换,然后主成分分析进行数据降维,用于模式识别,如人脸识别,掌纹,-Discrete wavelet transform, and then principal component analysis for data dimensionality reduction for pattern recognition, such as face recognition, palm prints,
基于小波变换的klda人脸识别
- 基于小波变换的klda人脸识别,首先用小波变换对原始输入人脸图像进行预处理,再将基于核的线性判别分析应用于人脸识别中的最佳特征抽取,最后使用欧氏距离分类器实现人脸分类。通过对ORL标准人脸库中的人脸图像进行识别实验,本文提出的方法在人脸识别上取得了较高的识别率。