搜索资源列表
包括常用的IHS,PCA 加权图像融合三种算法的Matlab源代码
- 包括常用的IHS,PCA 加权图像融合三种算法的Matlab源代码,Which are used in the IHS, PCA-weighted Image Fusion Algorithm three Matlab source code
PCA_LDA.rar
- 《机器学习》课上的作业,PCA和LDA降维,尽管网上很多,但很少注释,另外细节上也没注意。这里有很详细的注释。另外还附上一个Naive贝叶斯分类器,大家可以作比较。附带的图像包是OLR人脸。ReducedDim为想要提取的特征数,不是百分比!," Machine learning" classes on the homework, PCA and LDA dimensionality reduction, even though a lot of online, but f
PCA.rar
- 用主成分分析法提取人脸图像特征的程序,算法理论依据是K-L变换,Principal Component Analysis with face image feature extraction process
PCA
- 基于PCA的遥感图像融合,效果不错。可以作为遥感图像融合方面入门学习使用。-PCA-based remote sensing image fusion, good results. Integration of remote sensing images can be used as an introduction to use.
PCA-SIFT
- 一个基于matlab语言的编程,可以实现对人脸的识别算法-A matlab-based programming language can be achieved on the human face recognition algorithm
imagefusion
- 图像融合程序大全 (有图)包括IHS PCA 拉普拉斯 PCNN 小波 超好!-the total of image fusion (pictures)
pca
- 基于matlab的二维图像PCA特征提取-PCA feature extraction from image by matlab
pcaandica
- 这是一个人脸识别的程序,先对图像预处理,然后用PCA进行特征提取。-This is a face recognition process, first on the image pre-processing, and then use PCA for feature extraction.
pca_img_compress.tar
- matlab 用PCA方法对图像进行压缩、还原-PCA method using matlab image compression, restore
imageshow
- 用于图像处理的图形用户界面,可实现图像的翻转、加噪、边缘提取等功能。-For image processing graphical user interface, can be flipped images, noise, edge detection and other functions.
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.
ToolBox
- matlab图像处理工具相,使用了主成分分析,ANN,SVM等方法。-This toolBox used in the image processing(feature extraction and classification) PCA,LDA,ICA,DCT,RBF,RBE,GRNN,KNN,minimum distance,SVM, and others
pca
- 这段代码是基于pca方法的数字图像处理技术,具有实际用应价值-This code is based on the method pca digital image processing technology, with the actual values used should be
PCA
- These archives develop an PCA to an image, recieving the number of components as an input, besides are included two archives for giving a performance criterion (analisispca.m). The output of the pca function is an reconstructed image, depending on th
PCA
- 对图像进行降维,用少量图像的主成分去描述整个图像以提高系统的效率。-Reduce the dimensions of the image, with a small amount of the principal component image to describe the whole image to improve the efficiency of the system.
loadimseparatenpca
- Matlab code to load image, separate image component and determine PCA
PCA
- matlab实现pCA遥感图像融合,包含了pca源文件-Remote sensing image fusion matlab realize pCA
PCA-matlab
- 几个基于pca的matlab程序。使用时直接输入图片就可以了-Based on several pca matlab program. When using direct input image can be
Matlab file
- PCA实现图像压缩 matlab代码,根据pca选出累计概率达到90%的特征,作为新的特征,并根据新的特征实现图像的重建(PCA implementation of image compression Matlab code)
PCA
- 非常经典的特征提取算法,经常用来做降维方法,但是也可以直接用来做特征提取,很适合图像处理入门,在人脸识别也经常用到(Very classic feature extraction algorithm, often used to do dimensionality reduction methods, but can also be used directly to do feature extraction, it is suitable for image processing, in fa