搜索资源列表
2006071611223344
- 使用KL变换和主分量分析的人脸识别小程序,使用MATLAB-KL transform and use PCA Face Recognition small, the use of MATLAB
ICA
- ICA(主分量分析)算法和程序,是由Matlab模拟仿真而编写成的,非常不错。-ICA (PCA) algorithm and procedures are prepared by the Matlab simulation, into, very good.
KLoeve
- KL变换主分量分析 用于各种信号的处理包括图像信息的分析压缩-KL transform principal component analysis for a variety of signal processing, including image compression, and so the analysis of information
pca
- PCA主分量分析法的MATLAB源代码,用于图像融合中-PCA code
ICA_21
- 盲信号主分量分析的程序,用于对信号进行处理的程序。- ICA for Signal Processing Toolbox for ICA, BSS
kernel-ica1_1
- 基于核函数的主分量分析法源代码,可用于人脸识别-Kernel-based principal component analysis source code, can be used for face recognition
pca
- PCA 算法 非常不错。 可以用于进行主分量分析-PCA good BSS algorithm
Kernel_PCA
- 基于核的主分量分析方法的提出者亲自写的程序(基于MATLAB-a MATLAB m-file of Kernel PCA
face
- 人脸识别matlab源代码,应用主分量分析(PCA)实现了人脸识别。-Face recognition matlab source code, application of principal component analysis (PCA) to achieve a face recognition.
PCADR
- 用于特征降维人脸识别等多元数据分析的主分量分析投影的Matlab代码实现。-For feature reduction and other multivariate data analysis, face recognition principal component analysis projection of the Matlab code implementation.
fuse_pca
- 基于主分量分析的图像融合算法实现,matlab实现,直接输入两幅图像即可-PCA-based image fusion algorithm, matlab implementation, two images can be directly
nnpca
- 利用主分量分析(PCA)进行模式识别,包括主分量分析运算的主要函数,以及相关应用的例子。-Using principal component analysis (PCA) for pattern recognition, including the principal component analysis of the main function of computing, and related application examples.
pca
- 本程序基于MATLAB仿真工具实现主分量分析-The program is based on MATLAB simulation tools principal component analysis
partiald
- 基于主分量分析的人脸识别算法试验,用matlab编写-Face recognition based on principal component analysis algorithm for testing
Principal-component-analysis-matlab
- 主成分分析.mht:介绍主成分分析的文章 edgepick.m:本程序的目的是实现边缘检测 drawprim.m:找到最大主分量所在的位置,从而在原图象中绘出 practical.m:一个主分量的程序,边缘检测和主分量提取 prin.m:该程序是用princomp函数来提取矩阵的主成分-Principal component analysis. Mht: the article describes the principal component analysis edgepick
weifen
- 主分量分析实现人脸识别人脸识别matlab源代码,应用主分量分析(PCA)实现了人脸识别。-Principal component analysis of face recognition
PCA
- 主分量分析的MATLAB程序,对于初学者比较有用,可以好好看一下-MATLAB program, the principal component analysis is useful for beginners, you can take a look at
pca_BSS
- matlab 盲源分离 主分量分析-blind source separation PCA
kpca
- 核主分量分析matlab程序.对train进行基于高斯径向基kpca降维,x行数目为样本数,列数目为特征数,并用test进行测试-program for KPCA in matlab.
基于主分量的人脸重构
- 本实验是基于主成分分析法(PCA)在人脸识别中的应用,采用SVM分类器在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真。