搜索资源列表
Isomapfiles
- 此程序是进行人脸识别时,进行非线性降维后提取特征的一个典型方法,想做非线性降维特征提取的朋友可以研究,本人看后收获颇多
PCA
- PCA算法,用于人脸识别的特征提取步骤,是目前最通用的传统的人脸识别算法。通过构建特征子空间进行降维
FaceRecog_src
- 程序结构 整个工程可以分为3个部分:算法、功能和应用。 算法部分 算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分显式调用。 功能部分 功能部分只有一个项目FaceMngr,该部分依赖于算法部分,实现人脸注册、训练、识别、导入/导出等具体功能。该项目生成一个dll供应用部分隐式调用。 应用部分 人脸识别Demo. 另外,工程中
DCT
- 先用小波变换进行降维后,再用DCT进行特征提取,然后用SVM分类识别,SVM需先安用libsvm工具箱,然后再可以运行,该程序包含ROL人脸库,一并上传。-First reduce the dimension of the wavelet transform, the then DCT feature extraction, and then use SVM classification, SVM must be safe to use libsvm toolbox, and then you
PCAKPCA
- PCA和KPCA程序,matlab实现,可用于模式识别时做降维或特征提取处理-PCA and KPCA program, matlab implementation, pattern recognition can be used to do when dealing with dimensionality reduction or feature extraction
CCA_zq
- 用于特征降维,特征融合,相关分析等多元数据分析的典型相关分析Matlab代码实现。-For feature reduction, feature fusion, correlation analysis, multivariate data analysis, canonical correlation analysis of Matlab code implementation.
DCCA_zq
- 用于特征降维,特征融合,相关分析等多元数据分析的鉴别型典型相关分析(DCCA)Matlab代码实现。-For feature reduction, feature fusion, multivariate data analysis and correlation analysis based identification of canonical correlation analysis (DCCA) Matlab code implementation.
GCCA_zq
- 用于特征降维,特征融合,相关分析等多元数据分析的广义典型相关分析(GCCA)Matlab代码实现。-For feature reduction, feature fusion, correlation analysis, multivariate data analysis using generalized canonical correlation analysis (GCCA) Matlab code implementation.
LDA_zq
- 用于特征降维,特征融合,相关分析等多元数据分析的fisher鉴别分析(FLDA)Matlab代码实现。-For feature reduction, feature fusion, correlation analysis, multivariate data analysis of the fisher discriminant analysis (FLDA) Matlab code implementation.
PCADR
- 用于特征降维人脸识别等多元数据分析的主分量分析投影的Matlab代码实现。-For feature reduction and other multivariate data analysis, face recognition principal component analysis projection of the Matlab code implementation.
PR_paper
- 基于独立成分分析的人脸识别方法研究 基于流形学习的数据降维方法研究 人脸识别系统的设计与开发 基于主成分分析的人脸识别 特征提取算法的研究与改进。。。。。。 做人脸识别式一系列的参考资料 -Face recognition based on independent component analysis method based on manifold learning method of data reduction system design and developme
palmprint-recognition-
- 首先计算掌纹图像二维Gabo r小波变 换系数的幅值, 将其作为掌纹图像的原始特征 其次, 利用 2DPCA 实现原始特征的降维 然后, 利用PCA 与FLD 的融合算 法进行二次降维的同时提取出最有利于分类的鉴别特征 最后, 利用最近邻算法进行掌纹的分类识别。 -First calculate the two-dimensional Gabo r palmprint image wavelet coefficients of magnitude, its character
fsvmPpca-face-Recognition
- 首先用PCA对ORA人脸图像降维,然后用模糊支持向量机对提取的特征向量进行分类,识别率较高。-First using PCA for dimensionality reduction ORA face image, and then use fuzzy support vector machine to classify the extracted feature vectors, the recognition rate is higher.
Laplacian_Smoothing_Transform
- 关于人脸识别中,拉普拉斯特征映射降维处理的源代码-On face recognition, feature mapping Laplace source code dealing with dimensionality reduction
BoostingLbp
- 基于LBP的人脸检测,其中PCA用来降维,LBP用于提取纹理特征-PCA used for dimensional reduction, LBP used to extract the texture characteristics
Jonathan-Huangpca-pca-jiang-wei
- 人脸特征提取LDA特征,Jonathan Huang大师编的降维。-Facial feature extraction LDA dimensionality reduction of features, master series.
mypca
- matlab下实现的pca降维算法,降低数据维数,保留数据的主特征-pca dimensionality reduction algorithm on matlab
PCA
- pca人脸识别 基于代数统计的方法是使用统计学观点提取基向量,之后将人脸向量投影到基向量上,得到的投影值即为不同的人脸图像特征,这种方法利于操作,比较灵活。本次设计采用PCA方法对人脸进行降维,提取特征。 -pca face recognition based on the statistical method Generation is extracted base vectors using a statistical point of view, and then the vector
renlianshibie
- Gabor小波人脸识别,LBP特征提取,PCA,LPP降维。自己做的毕业设计。-Gabor wavelet face recognition, LBP feature extraction, PCA, LPP dimensionality reduction. Own graduation design.
KPCA-ORL
- 随着人脸识别越来越受到重视,而人脸识别中特征降维又很重要,所以特征降维算法也很重要。因此PCA降维算法很重要-Dimensionality reduction for Face Recognition