搜索资源列表
LDA
- LDA 的matlab源码实现,Jonathan Huang编写的,是目前唯一可用于且正确的源码,可用于图像特征降维
PCA+LDA
- 用PCA和LDA进行降维人脸识别程序
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
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_ORL
- 如何使用matlab读取ORL图像,400张人脸,每类10张,一共40个类.并用LDA进行降维-how to use matlab to read ORL face images,400 face images of 40 people, 10 images per person. Then use LDA to reduce dimensionality
sift_LDA
- 利用LDA对目标SIFT特征进行降维,实现目标分类-LDA to reduce the dimensionality of the target SIFT features to achieve the target classification
shiyuan
- 是一个基于opencv的人脸识别的程序。采用的是lda和pca降维的算法,来达到高精度的识别程序-Opencv face recognition program is based. Lda PCA dimensionality reduction algorithm to achieve high-precision recognition program
GaitRecognition
- 里面包含了步态识别的整一套流程的代码实现,包括从视频流里面提取图片帧,背景建模,提取运动目标(运动检测),形态学处理(膨胀与腐蚀,连通性检测),归一化大小,步态能量图的构建,主成分分析(PCA)降维,线性判别分析(LDA)分类等等功能的代码实现。均通过测试。-Contains the gait recognition of the whole process of a set of code, including the extraction and picture frames from th
OLDA
- 在LDA算法基础上优化的OLDA算法,用于特征提取、降维等-In LDA algorithm based on the optimization of OLDA algorithm for feature extraction, dimensionality reduction, etc.
dimen_toolbox
- 最新最强MATLAB降维工具箱,可用于人脸识别,模式识别,机器学习,数据挖掘,图像处理等领域,里面包含的算法有PCA,LDA,KPCA,KLDA,Laplacian,LPP,MDS,NPE,SPE,LLC,CFA,MCML,LM-The latest and greatest dimension reduction MATLAB toolbox can be used for face recognition, pattern recognition, machine learning, dat
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
drtoolbox.tar
- 用于降维的matlab工具包,包括PCA,LDA,LLE,等-Matlab Toolbox for Dimensionality Reduction Principal Component Analysis (PCA) Probabilistic PCA Factor Analysis (FA) Classical multidimensional scaling (MDS) Sammon mapping Linear Discriminant Analysis (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
LDASORT
- LDA先降维再对USPS手写体进行排序,虽然效果不太好,但可以为大家提供一种思路。-LDA dimension reduction first and then the USPS handwritten sort, although the effect is not very good, but it can provide you an idea.
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