搜索资源列表
-
0下载:
PCA+SVM,对图像进行降维分类,并在yale库上测试取得比较好的效果-PCA+ SVM, dimensionality reduction of image classification, and yale library to achieve better test results
-
-
0下载:
文档中包括两个文件:分别是pca人脸识别分析以及fisher人脸识别分析。文中代码包括详细的注释,读者一旦下载很快就可以上手!代码中的相关理论可以参考Dota的《模式分类》一书!- The archive consists of two documents: PCA face recognition and Fisher face recognition analysis. Text codes include detailed notes, readers will soon be abl
-
-
0下载:
线性判别分析(LDA)是一种较为普遍的用于特征提取的线性分类方法。但是将LDA直接用于人脸识别
会遇到维数问题和“小样本”问题。人们经过研究,通过多种途径解决了这两个问题并实现了基于I,DA的人脸识
别 文章对几种基于LDA的人脸识别方法做了理论上的比较和实验数据的支持,这些方法包括Eigenfaces、Fish—
erfaceS、DLDA、VDLDA及VDFLDA。实验结果表明VDFLDA是其中最好的一种方法。-Low—dimensional feature representat
-
-
1下载:
首先计算掌纹图像二维Gabo r小波变
换系数的幅值, 将其作为掌纹图像的原始特征 其次, 利用
2DPCA 实现原始特征的降维 然后, 利用PCA 与FLD 的融合算
法进行二次降维的同时提取出最有利于分类的鉴别特征 最后,
利用最近邻算法进行掌纹的分类识别。
-First calculate the two-dimensional Gabo r palmprint image wavelet coefficients of magnitude, its character
-
-
3下载:
本程序是先用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
-
-
0下载:
人脸识别与分类,将人脸库图像进行PCA变换,再利用三近邻分类器进行分类和识别-Face Recognition and Classification
-
-
0下载:
用pca分类器将Iris数据分开,并分析pca分类器的特点-Classifier with the Iris data pca separate and analyze the characteristics of classification pca
-
-
0下载:
课程设计源代码,实现功能在文档内有介绍。内含knn、bayes识别及pca、lda进行特征提取多种算法,运行参照readme。-The project source code.The realized function is introduced in the pdf document in the files including knn,bayes classification and pcd,lda feature extraction algorithms.Please read read
-
-
0下载:
这是一个很好的人脸识别的程序,首先用PCA降维,然后用LDA方法进行分类,用的是ORL人脸库。-This is a good face recognition program, the first PCA dimension reduction, classification, and then using the LDA method, use the ORL face database.
-
-
1下载:
一些典型的模式分类及聚类方法 包括k均值 FDA PCA LMS 贝叶斯 K近邻-The typical pattern classification and clustering methods including k-means FDA PCA LMS Bayesian K-nearest neighbor
-
-
1下载:
这是一个包含PCA降维的matlab程序加上用svm分类的一个程序。-This is a PCA dimensionality reduction plus matlab program contains a program with svm classification.
-
-
0下载:
使用主成分分析的方法进行英文字母识别,使用了多种限制条件的协方差矩阵进行测试-use PCA for alphabet classification
-
-
0下载:
图像处理与识别实现分类算法功能的函数PCA(主成分分析)方法-PCA (principal component analysis) function of image processing and recognition to achieve classification algorithm
-
-
2下载:
人脸表情识别matlab程序PCA+SVM算法,SVM分类-orL人脸数据库有数据有图片-Facial expression recognition matlab program PCA+SVM algorithm, SVM classification-orL face
-