搜索资源列表
pca
- pca人脸识别This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fil
包括常用的IHS,PCA 加权图像融合三种算法的Matlab源代码
- 包括常用的IHS,PCA 加权图像融合三种算法的Matlab源代码,Which are used in the IHS, PCA-weighted Image Fusion Algorithm three Matlab source code
pca.rar
- 人脸特征提取经典PCA方法的matlab源码,做这方面的朋友不妨试试。,Human Face Feature Extraction classic PCA method matlab source code, make friends in this area worth a try.
pca
- PCA代码 主成分分析代码 适合初学人脸识别的朋友学习使用-PCA principal component analysis source code suitable for beginner learning to use face recognition friend
PCA
- PCA主成分分析用于人脸识别,提取特征值特征向量。有ORL人脸库。-PCA principal component analysis for face recognition, extraction Eigenvalue eigenvector. Have ORL face database.
mypca
- PCA算法在matlab中的实现,简单有效-PCA algorithm implementation in matlab, simple and effective
pca
- pricipal component analysis code writen in matlab
PCA
- 用于模式识别中的PCA降维输入数据data和option。data是一个矩阵,每一行代表一个样本。option是选择降维到多少维。-[eigvector, eigvalue] = PCA(data, options) [eigvector, eigvalue] = PCA(data)
pca-kpca
- kca & kpca matlab 源程序 需要的可以-kca & kpca matlab source code need to take a look at
pca
- 主成分分析法(pca)在matlab上的实现-pca in matlab
pca-vector
- pca特征向量提取 利用pca的方法获取特征植及特征向量 最后可以自己根据需要降维-pca pca feature vector extraction method using characteristics of plants and to obtain the final feature vector dimension reduction can be their own as needed
pca
- matlab的主元分析问题。这个程序分三部分,读入图像生成数据,归一化,然后PCA降维。在PCA降维中调用软件自带函数。-pca in matlab
PCA
- PCA主成分分析算法的matlab实现,经过测试可以运行-PCA in matlab
PCA
- PCA IN MATLAB CODE -PCA IN MATLAB CODE ........
pca
- 主成分分析在matlab中应用,已经过实践分析。(Application of principal component analysis in matlab.)
PCA
- PCA算法的matlab实现及算例,包含原始数据(matlab code of PCA in machine learning)
PCA
- PCA在故障诊断中的应用,故障诊断所需要的数据,运行可得到他的T2和SPE(The application of PCA in fault diagnosis and the data needed for fault diagnosis)
PCA母文件
- matlab里面运行的主成分分析通用程序,是常用的一种统计分析方法(General program running in MATLAB is a commonly used statistical analysis methodfor principal component analysis)
PCA+GUI人脸识别
- 基于PCA主成分分析算法和Yale人脸数据库,采用Matlab语言实现的人脸识别程序,整个程序分为预处理、训练、识别、GUI界面控制等几个模块,注释清晰,通俗易懂。(Based on PCA principal component analysis algorithm and Yale face database, the face recognition program is implemented in Matlab language. The whole program is divide
改过的pca在matlab中的实现
- 简单的pca算法在matlab中的实现。附带解释。(Implementation of a simple PCA algorithm in MATLAB.)