搜索资源列表
Isomapfiles
- 此程序是进行人脸识别时,进行非线性降维后提取特征的一个典型方法,想做非线性降维特征提取的朋友可以研究,本人看后收获颇多
Matlab_PCA
- 做模式分类时(例如指纹识别,人脸识别),一个需要处理的难题是维数非常大,人脸往往是百万维的,目前计算机的能力还不足以快速地计算这么高维的数据。pca是一中降维的方法,用它可以把高维数据映射到一个维数较低的空间上考虑。
PR_paper
- 基于独立成分分析的人脸识别方法研究 基于流形学习的数据降维方法研究 人脸识别系统的设计与开发 基于主成分分析的人脸识别 特征提取算法的研究与改进。。。。。。 做人脸识别式一系列的参考资料 -Face recognition based on independent component analysis method based on manifold learning method of data reduction system design and developme
adaSSR
- 人脸识别,自适应SSR光照处理方法,并包含PCA降维算法-face recognition, adaSSR, pca
reduce-dimention-of-face-recognition
- 在人脸识别中的降维问题,应用PCA和SVD等方法来分析和解决-Dimensionality reduction in face recognition problems, the application of methods such as PCA and SVD to analyze and solve
PCAPLDA
- 这是一个很好的人脸识别的程序,首先用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.
2D-LDA
- LDA是一种线性降维方法,对原有的高维人脸数据集降维,然后识别,具有很好的聚类和识别效果。有详细的说明-LDA is a linear dimensionality reduction method, the original high-dimensional face data set dimensionality reduction, and then identify clustering and identification. Described in detail
PCA
- 有监督的PCA降维方法,还算比较好用,识别率能达到80 以上-Supervision PCA dimensionality reduction method is fairly easy to use, the recognition rate can reach more than 80
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
BDLPP
- 该源代码是人脸识别中的二维降维方法BDLPP的源代码,下载下来就可执行,其代码简单易理解。-The source code is a two-dimensional face recognition dimensionality reduction method BDLPP source code can be downloaded from execution, the code is simple and easy to understand.