搜索资源列表
regularized-lda
- 基于正则化转置的LDA matlab源代码,可以应用在人脸识别中,详细说明见readme-based Regularization home to the LDA Matlab source code, can be applied to face recognition, detailed explanation see readme
lda
- 这是一个lda的程序,在别处找到的,觉得还行,想和大家分享分享。识别率确实不错,我实在orcl人脸库上进行的,在其他的人脸库里还未来得及试验,相信也会很不错的。大家多多支持啊。-lda This is a procedure in finding elsewhere, I felt that trip, and would like to share with you to share. Recognition rate is not bad, I really orcl people on t
r-lda
- 人脸识别方面LDA算法的matlab实现-regard LDA Face Recognition Algorithm Implementation of Matlab
PCA+LDA.Class.vc
- 结合PCA+LDA的图像识别算法VC封装类,PCA(主元素分析,光照敏感),可用于人脸识别的初级算法-combination of image recognition algorithm VC Packaging category, PCA (principal component analysis, Light-sensitive), can be used for the initial face recognition algorithm
LDA
- Linear Discriminant Analysis算法,此压缩包中已经带有大量train和test的相关图片,用于做人脸识别。LDA算法也可以用于其他领域如语音信号处理,此代码仅供研究,请勿用于商业!
PCA+LDA
- 用PCA和LDA进行降维人脸识别程序
matlab-PCA 基于matlab的PCA人脸识别完成程序
- 基于matlab的PCA人脸识别完成程序,包含特征值与特征向量的提取、训练样本以复制到matlab即可,成功运行,及最后的识别检验-A full implementation of ICA,PCA,LDA,SVM,in both orginal and incremental in model of real time learnign for face recognition
lda.rar
- 压缩包中是几款LDA人脸特征识别的程序,和文章,一共是4个程序吧,有MATLAB的还有C++的,Compressed packet is LDA several facial feature recognition procedures, and articles, a total of four procedures you have MATLAB are C++ the
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!
FaceRecognitonCode
- 人脸识别工具箱,包含了PCA,LDA两中方法-Face Recognition toolbox contains PCA, LDA in the two methods
HumanFaceLDA(Matlab)
- 线性判别方法,人脸数据库上的LDA程序,基于Matlab,供学习使用-Linear discriminant method, human face database of LDA procedures, based on Matlab, for learning to use
LDA-based-face-recognition
- 基于LDA的人脸识别技术,从ORL数据库读数据,然后从中取一部分进行训练,一部分进行测试。-This code is LDA base face recognition programme. It reads nots faces from ORL database and the rest (noc-nots) are used as test. LDA_Performance shows the recognition performance.
17869330LDA
- 人脸识别技术,用lda算法提取特征,MATLAB 源代码;希望对大家有帮助哈。-Face Recognition technology, with the characteristics of lda algorithm, MATLAB source code I hope all of you help Kazakhstan.
LDA
- 线性差别分析法(LDA)提取人脸图像特征点子程序-Linear differential analysis (LDA) face image feature extraction process ideas
lda
- lda线性特征提取,用于人脸识别,首先进行小波特征提取后用lda提取特征。-lda linear feature extraction for face recognition, first of all, after feature extraction using wavelet feature extraction using lda.
LDA
- 基于线性鉴别分析的人脸识别。本程序在ORL人脸库上进行了实验,检验LDA算法的识别率-Linear Discriminant Analysis for Face recognition.
LDA
- 关于LDA算法在人脸识别应用中的研讨及比较-About LDA application on face detec
LDA-face-recognition
- 使用基于LDA算法的人脸识别程序(附有相应的论文)-LDA based face recognition program(papers included)
lda人脸识别
- 第一次用C语言尝试做的人脸图像的简单识别(Try it in the C language recognition of face image)
tensorflow-knn-双向LDA
- 基于LDA的人脸降维,精度比二维LDA的要高,有一定的运用价值。(orl tensorflow LDA PCA)