搜索资源列表
LDA
- LDA 的matlab源码实现,Jonathan Huang编写的,是目前唯一可用于且正确的源码,可用于图像特征降维
PCA+LDA
- 用PCA和LDA进行降维人脸识别程序
2D-LDA
- 2维线性判别进行人脸识别的程序,很不错!采用ORL人脸库,取每人的1、3、5、7、9五幅图像作为训练图像,其余作为测试图像,进行二维线性判别。计算出特征向量矩阵,降序排列后,取前d(d=2,4,6,……,20)个特征向量组成的矩阵作为变换矩阵,对训练集合测试集进行特征重建,最后采用最近邻分类器。附有实验的结果。-code for face recognition based 2D-LDA,the performance is nice!
dimreduce
- 普通降维方法汇总,PCA,LDA,isomap-Summary of general dimension reduction methods, PCA, LDA, isomap .......
drtoolbox.tar
- 这是一个MATLAB工具箱包括32个降维程序,主要包括 pca,lda,MDS等十几个程序包,对于图像处理非常具有参考价值- ,This Matlab toolbox implements 32 techniques for dimensionality reduction. These techniques are all available through the COMPUTE_MAPPING function or trhough the GUI. The following techn
daima
- (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化矩阵disdata,存入到imagedisdata.mat
pcalda
- 包括pca和lda两个文件,先用pca降维后进行lda进行分类,用于人脸识别,实验结果很好。-It includes 2 files pca and lda. After the dimensionality reduction of pca, use lda for classification in face recognition. It has a very good experimental results.
lda
- lda 源码。用来为数据降维,使得识别率有所提高。-lda source code. Is used for data dimensionality reduction, making the recognition rate increased.
lda8renxunlian
- 这是学习LDA降维方法的核心程序,将降维后的特征就可以用于识别,这是非常好了解LDA多类降维的好程序!-This is the LDA dimension reduction methods to learn the core program will feature after dimension reduction can be used to identify that this is a very good understanding of many types of lower-dim
regularized-lda
- 正则化LDA,最新!对于图像降维与图像识别的研究有很重要的研究意义-Regularized LDA, the latest! Dimension reduction for images and image recognition of a very important research significance
fisher
- 利用pca和LDA对人脸的图像先进行降维再辨别分析来实现人脸识别-Pca and LDA using the images of human faces to reduce the dimensions first and then discriminant analysis to achieve recognition
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
LDA
- 模式识别LDA算法代码,基于LDA降维的遥感图像分类,使得降维后的数据具有最好的类别可分性。-LDA pattern recognition algorithm code
DR_LDA
- 基于LDA降维的遥感图像分类,LDA算法函数程序,可与各种分类算法结合,提高图像分类的速率-remote sensing image cut down dimension algorithm based on LDA.
PCA-LDA-FaceRecognization
- 基于PCA-LDA的人脸识别算法。用PCA降维,LDA进行分类-PCA-LDA FaceRecognization
high-quality-PCA-LDA-code
- 质量很高的一个PCA-LDA特征降维代码,附一个LDA简单学习实例。-A high-quality PCA-LDA feature reduction code attached a simple learning example of LDA.
PCA-LDA-LPP-SLLDA
- 图像降维的经典算法PCA,LDA,LPP,SLLDA程序,包含掌纹库,可以直接解压运行-The classic image dimensionality reduction algorithm of PCA, LDA, LPP, SLLDA program that contains palmprint , can direct decompression operation
LDA_Subspace
- 线性判别分析LDA降维算法,类内距离最小,类间距离最大,训练、测试、分类完整的处理流程-Linear discriminant analysis LDA dimensionality reduction algorithm, the smallest within-class distance, the maximum distance between the classes, training, testing, processing complete classification
Fisher-LDA-face-recognize
- matlab平台实现人脸识别,通过PCA降维后再通过线性判别分析LDA实现人脸匹配。内附ORL人脸数据库,运行main函数即可输出结果-Matlab platform to achieve face recognition, PCA dimensionality reduction and then through linear discriminant analysis LDA face matching. Contains ORL face , run the main function t
tensorflow-knn-双向LDA
- 基于LDA的人脸降维,精度比二维LDA的要高,有一定的运用价值。(orl tensorflow LDA PCA)