搜索资源列表
pca
- 这是一个模式识别中关于主成分分析的特征提取的matlab源码-This is a pattern recognition on the Principal Component Analysis Feature Extraction of Matlab FOSS
pca(ICA)
- PCA(主成分分析法)和ICA(独立成分分析法)的MATLAB源程序,他们是目前图像处理比较经典的特征提取方法
PCA.rar
- 用主成分分析法提取人脸图像特征的程序,算法理论依据是K-L变换,Principal Component Analysis with face image feature extraction process
PCA-code
- 基于主成分分析方法的人脸重构,使用ORL人脸数据库-the face reconstruction based on PCA method
pca
- 主成分分析程序,应用于图像特征提取,数据降维等方面 -the code of PCA
pca
- PCA主成分分析,用于人脸识别,特征提取等-PCA principal component analysis for face recognition, feature extraction, etc.
pca
- PCA代码 主成分分析代码 适合初学人脸识别的朋友学习使用-PCA principal component analysis source code suitable for beginner learning to use face recognition friend
imagefusion
- 图像融合算法,高通滤波法、IHS法、PCA主成分分析、小波融合、小波和IHS结合的融合方法-Image fusion algorithms, high-pass filtering, IHS method, PCA principal component analysis, wavelet fusion, wavelet and IHS fusion method combining
PCA
- PCA主成分分析用于人脸识别,提取特征值特征向量。有ORL人脸库。-PCA principal component analysis for face recognition, extraction Eigenvalue eigenvector. Have ORL face database.
PCA-(ICA)
- 主成分分析程序包,包括主成分分析和独立主成分分析两个程序源代码。-Principal component analysis package, including principal component analysis principal component analysis and independent source code for both procedures.
KPCA
- 为解决PCA不适合多指标综合分析中非线性主成分分析的问题 ,采用核主成分分析 (kpca)方法 ,对我国不同地区 16种腐乳的品质进行了综合评价。 -PCA is not suitable to address the many indicators of a comprehensive analysis of non-linear principal component analysis of the problem, using Kernel Principal Component An
pca
- 使用MATLAB实现主成分分析,其中包含两种不同的方法。(Two different methods are used to achieve principal component analysis by MATLAB.)
K-Means PCA降维
- K-Means算法,不要求建立模型之后对结果进行新的预测,没有相应的标签,只是根据数据的特征对数据进行聚类。主成分分析降维对数据进行可视化操作,对features进行降维.(K-Means algorithm does not require the establishment of the model after the new prediction of the results, there is no corresponding tag, but only on the character
PCA
- PCA LDA实现,根据累积贡献率确定主成分个数(PCA LDA MATLAB The number of principal components is determined according to the cumulative contribution rate)
PCA
- 利用matlab进行pca主成分分析,简单易懂,适合新手(The use of MATLAB PCA, principal component analysis, simple, suitable for beginners)
MATLAB程序
- 快速PCA算法,用于快速提取出矩阵的主成分,主成分数量可定。(The fast PCA algorithm is used to extract the principal component of the matrix quickly, and the principal fraction can be determined.)
PCA
- 2种主成分分析方法,高光谱降维,基于实测光谱数据,光谱解混(endmember extraction matlab)
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对某一图像做主成分分析,求的图像的特征图。我是一个新手,这是看了别人的程序看不懂。麻烦大家帮忙看看给个简单一点的程序(Information entropy of the image)
主成分分析
- 主成分分析PCA源码分析,使用matlab编程,是一种降维方法,通过计算数据矩阵的协方差矩阵,然后得到协方差矩阵的特征值特征向量,选择特征值最大(即方差最大)的k个特征所对应的特征向量组成的矩阵。这样就可以将数据矩阵转换到新的空间当中,实现数据特征的降维。