搜索资源列表
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
- PCA,主成分分析,可应用于矩阵降维,人脸特征提取及人脸识别。-PCA, principal component analysis, can be applied to matrix reduction, facial feature extraction and face recognition.
pca
- 主成分分析程序,应用于图像特征提取,数据降维等方面 -the code of PCA
pca
- PCA主成分分析,用于人脸识别,特征提取等-PCA principal component analysis for face recognition, feature extraction, etc.
PCA
- PCA主成分分析用于人脸识别,提取特征值特征向量。有ORL人脸库。-PCA principal component analysis for face recognition, extraction Eigenvalue eigenvector. Have ORL face database.
pca_idl
- 对整幅图片做PCA变换,提取光谱特征,消除噪声,平滑边缘,易主成分重新绘制图像-Pictures do the whole PCA transform, extract spectral features, remove noise, smooth edges, easy to re-draw the image principal component
pca
- 主成分分析代码,主要是做已经讲图片转换为像素的TXT文档的降维处理,提取主成分-Principal component analysis code, mainly to do is talk TXT pixel image is converted to reduce the dimension of the document, extracting the principal component
GaitRecognition
- 里面包含了步态识别的整一套流程的代码实现,包括从视频流里面提取图片帧,背景建模,提取运动目标(运动检测),形态学处理(膨胀与腐蚀,连通性检测),归一化大小,步态能量图的构建,主成分分析(PCA)降维,线性判别分析(LDA)分类等等功能的代码实现。均通过测试。-Contains the gait recognition of the whole process of a set of code, including the extraction and picture frames from th
chengxu
- pca-提取主成分,降维,压缩图像数据量,简化下一步的处理; 小波检测—该程序通过小波系数的提取、重构检测出图像的边缘; 其它的均为图像分割的代码,包含形态学分水岭的一些算法,与Ostu等算法。-pca-extraction of principal components, reduce dimensions, compress image data, to simplify further processing Wavelet detection- the program b
reconstruction
- 采用主成分分析对图像特征进行提取,并用于人脸图像的重建。-pca,feature extract,image reconstruction
PCA-KPCA
- 主成分分析(Principle Component Analysis, PCA)是最为常用的特征提取方法,被广泛应用到各领域,如图像处理、综合评价、语音识别、故障诊断等。-Principal component analysis (Principle Component Analysis, PCA) is the most commonly used feature extraction methods are widely applied to various fields, such as
pcaExpression
- openCV-C++代码,用PCA算法进行人脸主成分提取,并且用kNN算法进行实时表情识别。程序可以自己建立数据库并且进行识别,非常好用!附课程的作业报告。-openCV-C++ code, using PCA algorithm for face principal component extraction and real-time facial expression recognition algorithm with kNN. Program can create their own
histeq
- 主成分分析算法(PCA),可用于降维,也可用于处理图像相关性问题,提取主成分,分析图像细节信息和主要成分,用于图像压缩也可以-Principal component analysis algorithm (PCA), can be used for dimensionality reduction, can also be used to process images related issues, extracted principal component analysis and main
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大作业
- PCA程序,处理绿萝的数据,机器学习,进行主成分分析,提取指定重要特征的方法。(PCA program, data processing ,Scindapsus, machine learning, principal component analysis method, A method of specifying important features .)
C++PCASift
- 主成分分析,提取图像中的SIFT特征点,用于图像识别和分类(Principal component analysis (PCA), extracting SIFT feature points in images for image recognition and classification)