搜索资源列表
PCA.rar
- 用主成分分析法提取人脸图像特征的程序,算法理论依据是K-L变换,Principal Component Analysis with face image feature extraction process
icafsvm.rar
- 用于人脸识别的模糊独立成分分析+主成分分析,用模糊支持向量机进行的分类。,Fuzzy Face Recognition for independent component analysis+ principal component analysis, using fuzzy support vector machine classification.
PCA-code
- 基于主成分分析方法的人脸重构,使用ORL人脸数据库-the face reconstruction based on PCA method
pca
- 主成分分析程序,应用于图像特征提取,数据降维等方面 -the code of PCA
2DPCA
- 2DPCA 主成分分析法,处理图像压缩,特征提取的m代码-2DPCA principal component analysis, image compression processing, feature extraction of m code
pca
- PCA主成分分析,用于人脸识别,特征提取等-PCA principal component analysis for face recognition, feature extraction, etc.
PCA4Images
- 基于Matlab的系列图像处理和显示结果程序,采用主成分分析算法,假定载入系列图像数据后可直接运行得到结果。-Matlab based on a series of image processing and display the results of the procedure, using principal component analysis algorithm, it is assumed that loading series of image data can be directl
pca
- PCA代码 主成分分析代码 适合初学人脸识别的朋友学习使用-PCA principal component analysis source code suitable for beginner learning to use face recognition friend
matlab-pca
- 这是一个主成分分析的matlab程序,非常有用。-This is a principal component analysis of matlab procedures, very useful.
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
ORL_faces
- 人脸识别:使用PCA方法,即主成分分析,区分人脸和非人脸。主要用于随即过程大作业。-Face Recognition: Using the PCA method, that is, principal component analysis, the distinction between face and non-human face. Then the process used mainly for large operations.
PCA
- 主成分分析法能较好地实现图像融合,特别是空间特征保持非常好,但光谱特征的保持性要差一些。-Principal Component Analysis to achieve a better image fusion, in particular, to maintain a very good spatial characteristics, but to maintain the spectral characteristics of some worse.
kpca
- 主成分分析,人脸识别,模式识别,对图像处理有点帮助-Principal component analysis, face recognition, pattern recognition, image processing for a little help
matlab
- ) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。-) The use of sub-blocks of principal component analys
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个特征所对应的特征向量组成的矩阵。这样就可以将数据矩阵转换到新的空间当中,实现数据特征的降维。