搜索资源列表
malic-0.0.9.1.tar
- Malic是一个完整的Linux下的人脸识别系统源代码,它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)
pca_lda_study
- 实用可能的主成分分析(PCA)和线性判别分析(LDA),训练和检查,
linear
- 手写体识别中,对于阿拉伯数字的识别。常用的模式分类方法都可以应用。这个小程序使用的方法是线性判别分析-Handwriting recognition, for identification of Arabic numerals. Commonly used pattern classification methods can be applied. This small program uses the method is linear discriminant analysis
AComparativeStudyonFaceRecognitionUsingLDA-BasedAl
- 线性判别分析(LDA)是一种较为普遍的用于特征提取的线性分类方法。但是将LDA直接用于人脸识别 会遇到维数问题和“小样本”问题。人们经过研究,通过多种途径解决了这两个问题并实现了基于I,DA的人脸识 别 文章对几种基于LDA的人脸识别方法做了理论上的比较和实验数据的支持,这些方法包括Eigenfaces、Fish— erfaceS、DLDA、VDLDA及VDFLDA。实验结果表明VDFLDA是其中最好的一种方法。-Low—dimensional feature representat
ImprovedGaitRecognitionApproach
- :步态识别通过人体走路的姿势来识别人的身份。近年来,步态作为一种生物特征识别技术备受计算机视觉研究者的关注。对某个 人的一个步态序列利用动态 Viterbi 算法得到一个样本姿态序列,对其多个步态样本姿态序列的对应姿态取平均得到这个人的特征姿态序 列,对特征姿态采用主成分分析法和线性判别分析法处理特征空间,并用最近邻法进行识别。利用 CASIA 数据库对本文方法进行验证, 取得了较高的识别率,并对体形变化具有较强的鲁棒性-Human gait recognition is the p
Fisher
- Fisher判别的基本思想是将k$个总体的所有$维空间的样本点投影到一维空间上,使投影后组与组之间尽可能的分开,然后利用方差分析的方法推出判别函数。为了简单起见,通常利用线性的判别函数。-The basic idea of Fisher discriminant is k $ total $ dimensional space sample point projection to the one-dimensional space, so that the projection between
FisherFace1
- 基于Fisher线性判别分析的人脸识别算法代码。内涵ORL人脸数据库-The code for face recognition based on Fisher LDA.And a database of face called ORL is included.
FLDA
- 基于Fisher线性判别分析的人脸识别代码。内涵ORL人脸库。-Code for face recognition based Fisher LDA,and a face data called ORL is included.
LDA
- 线性判别分析LDA人脸识别代码,识别率计算-Linear discriminant analysis LDA face recognition code recognition rate
LDA
- 线性判别式分析(Linear Discriminant Analysis, LDA),也叫做Fisher 线性判别(Fisher Linear Discriminant ,FLD),是模式识别的经典算法,新手学习的良好素材-Linear discriminant analysis (Linear Discriminant Analysis, LDA), also known as Fisher linear discriminant (Fisher Linear Discriminant, FL
FDDL-
- Fisher线性判别分析和稀疏表示结合的人脸识别程序-Face recognition based on Fihser discriminant and Sparse representation