搜索资源列表
GaborandBP
- 基于Gabor小波变换和人工神经网络的人脸识别方法,matlab代码。
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.
Gabor_matlab
- matlab图像处理非常重要,Gabor小波提取特征,然后用支持向量机作分类器,可以用于掌纹,人脸,指纹识别-Gabor wavelet feature extraction, and then use the support vector machine classifier, can be used for palmprint, face, fingerprint recognition
paper4
- 基于小波变换和二维非负矩阵分解的人脸识别算法.pdf-Based on wavelet transform and two-dimensional non-negative matrix factorization algorithm for face recognition. Pdf
matlab
- 基于小波变换与神经网络的matlab人脸识别系统-Based on wavelet transform and neural network of matlab face recognition system
pcode-1f12zk
- 本程序是先用SDksjd小波变换对人脸图像处理,然后在用temp1进行降维,最后用temp2分类器进行多分类分类识别。matlab程序实现,调试没有错误。-This procedure is to use wavelet transform SDksjd face image processing, and then use temp1 dimensionality reduction, and finally multi Classification for identification te
pcode-3pu6ld
- 本程序是先用quanbu小波变换对人脸图像处理,然后在用OdpDfmW进行降维,最后用OdpDfmW分类器进行多分类分类识别。matlab程序实现,调试没有错误。 -This procedure is to use wavelet transform jianshe face image processing, and then use OdpDfmW dimensionality reduction, and finally multi Classification for identif
pcode-43dcn7
- 本程序是先用FfiyPe小波变换对人脸图像处理,然后在用rqreRyw进行降维,最后用rqreRyw分类器进行多分类分类识别。matlab程序实现,调试没有错误。 -This procedure is to use wavelet transformFfiyPe face image processing, and then use rqreRyw dimensionality reduction, and finally multi Classification for identific
pcode-5y82ql
- 本程序是先用ELqkME小波变换对人脸图像处理,然后在用auLTejp进行降维,最后用auLTejp分类器进行多分类分类识别。matlab程序实现,调试没有错误。 -This procedure is to use wavelet transformELqkME face image processing, and then use auLTejp dimensionality reduction, and finally multi Classification for identific
pcode-6ylhlq
- 本程序是先用XzmixT小波变换对人脸图像处理,然后在用FFOxVhj进行降维,最后用FFOxVhj分类器进行多分类分类识别。matlab程序实现,调试没有错误。 -This procedure is to use wavelet transformXzmixT face image processing, and then use FFOxVhj dimensionality reduction, and finally multi Classification for identifi
pcode-7ru13x
- 本程序是先用dumQjy小波变换对人脸图像处理,然后在用ygWJSnL进行降维,最后用ygWJSnL分类器进行多分类分类识别。matlab程序实现,调试没有错误。 -This procedure is to use wavelet transformdumQjy face image processing, and then use ygWJSnL dimensionality reduction, and finally multi Classification for identific
pcode-9psw9y
- 本程序是先用BMpopt小波变换对人脸图像处理,然后在用YAXWNWk进行降维,最后用YAXWNWk分类器进行多分类分类识别。matlab程序实现,调试没有错误。 -This procedure is to use wavelet transformBMpopt face image processing, and then use YAXWNWk dimensionality reduction, and finally multi Classification for identific
pcode-b0rw1q
- 本程序是先用PTqoaL小波变换对人脸图像处理,然后在用IXxJvTJ进行降维,最后用IXxJvTJ分类器进行多分类分类识别。matlab程序实现,调试没有错误。 -This procedure is to use wavelet transformPTqoaL face image processing, and then use IXxJvTJ dimensionality reduction, and finally multi Classification for identific
pcode-bxc2lz
- 本程序是先用JHnBpp小波变换对人脸图像处理,然后在用ANiQlZT进行降维,最后用ANiQlZT分类器进行多分类分类识别。matlab程序实现,调试没有错误。 -This procedure is to use wavelet transformJHnBpp face image processing, and then use ANiQlZT dimensionality reduction, and finally multi Classification for identific
pcode-cy08ac
- 本程序是先用QbOCAn小波变换对人脸图像处理,然后在用BSXAuIW进行降维,最后用BSXAuIW分类器进行多分类分类识别。matlab程序实现,调试没有错误。 -This procedure is to use wavelet transformQbOCAn face image processing, and then use BSXAuIW dimensionality reduction, and finally multi Classification for identific
pcode-dkbrll
- 本程序是先用zaOyFB小波变换对人脸图像处理,然后在用QFspGQW进行降维,最后用QFspGQW分类器进行多分类分类识别。matlab程序实现,调试没有错误。 -This procedure is to use wavelet transformzaOyFB face image processing, and then use QFspGQW dimensionality reduction, and finally multi Classification for identific
小波神经网络
- MATLAB源程序,直接可用.欢迎使用,欢迎下载(MATLAB source code, directly available. Welcome to use, welcome to download!)
FaceWaveANNDemo
- 基于小波变换和PCA面部识别,基于小波和神经网络的简单有效的人脸识别源代码。(Wavelet transform and PCA face recognition,Simple and Effective Source Code for Face Recognition Based on Wavelet and Neural Networks.)
基于小波变换的klda人脸识别
- 基于小波变换的klda人脸识别,首先用小波变换对原始输入人脸图像进行预处理,再将基于核的线性判别分析应用于人脸识别中的最佳特征抽取,最后使用欧氏距离分类器实现人脸分类。通过对ORL标准人脸库中的人脸图像进行识别实验,本文提出的方法在人脸识别上取得了较高的识别率。