搜索资源列表
包括常用的IHS,PCA 加权图像融合三种算法的Matlab源代码
- 包括常用的IHS,PCA 加权图像融合三种算法的Matlab源代码,Which are used in the IHS, PCA-weighted Image Fusion Algorithm three Matlab source code
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.
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
- 主成分分析法能较好地实现图像融合,特别是空间特征保持非常好,但光谱特征的保持性要差一些。-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.
pca
- 这段代码是基于pca方法的数字图像处理技术,具有实际用应价值-This code is based on the method pca digital image processing technology, with the actual values used should be
ImagefusionPCAandIHS
- 给出了图像融合中三种经典的融合算法:加权融合、PCA融合和IHS融合。程序中有比较详细的说明,特别适合初学图像融合者使用-Image fusion are given the convergence of three classical algorithms: weighted fusion, PCA fusion and IHS fusion. Procedures are a more detailed explanation, especially for beginners to use
23825772hyperspectral
- 高光谱图像的一系列处理包括了例如融合压缩pca变换等等等等的程序。-Hyperspectral image processing includes a series of transformations such as the integration of compression pca, etc., etc. procedures.
chapter13
- 《数字图像处理与机器视觉:Visual C++与Matlab实现》6 支持向量机,综合案例——基于PCA和SVM的人脸识别系统-" Digital image processing and machine vision: Visual C++ and Matlab to achieve" 6 support vector machines, comprehensive case- based on PCA and SVM for Face Recognition Syste
matlab
- ) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。-) The use of sub-blocks of principal component analys
PCA_LDA_Face_Verification
- PCA+LDA人脸识别,识别率高于单独PCA或LDA算法。需要matlab dimension reducation toolbox。-Face verification using PCA and LDA fusion. Better performance than single PCA or LDA algorithm. The image database is included. Matlab dimension reduction toolbox is requrired.
face-recognition
- pca又称主成分分析,主要用来提取图像的主要成分,作为特征提取一个重要算法,将其用于人脸识别-pca, also known as principal component analysis, mainly used to extract the main component of the image, as a key feature extraction algorithm, be used in face recognition
gabor-pca
- 本程序是先用gabor小波变换对人脸图像处理,然后在用pca进行降维,最后用svm分类器进行多分类分类识别,包扩完整的orl人脸库,需注意的是,svm工具箱是用的libsvm工具箱,运行前先配置好libsvm。版本号:libsvm-mat-2[1].89-3[FarutoUltimate3.0]-This procedure is to use the human face gabor wavelet transform image processing, and then to reduce
PCA(MATLAB)
- 使用PCA进行图像识别的matlab程序,很实用。-PCA for image recognition using matlab program, it is practical.
PCA
- 应用matlab对多通道遥感影像进行主成分变换,就出含有最大信息量的主成分-Application of PCA matlab multi-channel remote sensing image, containing the principal component of the maximum amount of information
matlab_Face_recognition(PCA)
- 基于matlab的人脸识别算法pca,有应用matlab进行编程的源代码,以及运行需要的图象文件-Based on face recognition algorithm pca matlab application matlab programming source code, as well as needed for the operation of the image file
PCA-matlab
- 几个基于pca的matlab程序。使用时直接输入图片就可以了-Based on several pca matlab program. When using direct input image can be
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