Description: 一个高效的fisher人脸识别源代码,很有参考价值-an efficient fisher face recognition source code, of great reference value Platform: |
Size: 758784 |
Author:建国 |
Hits:
Description: 最经典的人脸识别中的fisherface代码,在此之前要对特征空间降维,通常采用PCA降维,此代码基于降维实现类间与类内比值的最大化。-The most classic Face Recognition fisherface code, in this feature space prior to dimensionality reduction, PCA dimensionality reduction is usually used, this code-based dimensionality reduction to achieve between-class and category to maximize the ratio. Platform: |
Size: 1024 |
Author:heying |
Hits:
Description: 这是自己毕业设计做的PCA和LDA的结合,训练和识别过程都有,用的是ORL库里的图像,具有较高的识别率!-This is the pca+lda,and it has the good recognition! Platform: |
Size: 6144 |
Author:rainbow |
Hits:
Description: 基于fisherface的人脸图像识别,采用lda降维的方法来识别人脸图像-This package implements a well-known FLD-based face recognition
method, which is called Fisherface [1].
All functions are easy to use, as they are heavy commented.
Furtheremore, a sample script is included to showe their usage.
In general, you should follow this order:
1. Select training and test database paths.
2. Select path of the test image.
3. Run CreateDatabase function to create 2D matrix of all training images.
4. Run FisherfaceCore function to produce basis s of facespace.
5. Run Recognition function to get the name of equivalent image in training database.
For your convenience, I have prepared sample training and test databases, which are parts
of face94 Essex face database [2]. You just need to copy the above functions, along with
the training and test databases into a specified path (for example work path of your
MATLAB root). Then follow dialog boxes, which will appear upon running examp Platform: |
Size: 262144 |
Author:paul |
Hits:
Description: 基于FLD的人脸识别系统,使用快速小波变换,效果很好,适合学习-This package implements a well-known FLD-based face recognition method, which is called Fisherface . All functions are easy to use, as they are heavy commented. Furthermore, a sample script and two small training and test databases are included to show their usage. Platform: |
Size: 182272 |
Author:雨 |
Hits:
Description: 该程序实现了基于FLD的人脸识别系统,被称为 Fisherface 。 This package implements a well-known FLD-based face recognition method, which is called Fisherface . All functions are easy to use, as they are heavy commente -该程序实现了基于FLD的人脸识别系统,被称为 Fisherface 。 This package implements a well-known FLD-based face recognition method, which is called Fisherface . All functions are easy to use, as they are heavy commente Platform: |
Size: 184320 |
Author:刘凯 |
Hits:
Description: 本文在Matlab7.5下面实现了fisherface算法,选用的人脸库是ORL,其中有40
人,每人有10幅不同的人脸图像。本文选取了每人9幅作为训练(1幅作为测
试),图像大小为112x92。-In this paper, the following Matlab7.5 realized fisherface algorithm, selection of face database is ORL, in which 40 people, each person will have 10 different people face image. This article is selected as a training per nine (one as a test), image size is 112x92. Platform: |
Size: 2048 |
Author:杜宇 |
Hits:
Description: Eigenfaces: PCA tends to find a p-dimensional subspace
whose basis vectors correspond to the maximum
variance direction in the original image space (p N).
We called the new subspace defined by basis vectors “face
space”. First, all training faces are projected onto the face
space to find a set of weights that describes the contribution
of each vector. Then we project all testing faces onto the
face space to obtain a set of weights. Finally, we identify
the face by comparing a set of weights for the testing face
to sets of weights of training faces. Platform: |
Size: 11264 |
Author:sam |
Hits:
Description: Android下的人脸识别程序,有matlab算法验证和java源程序,采用了eigenface和fisherface两种不同的算法程,可直接在android手机上运行。-Android Face Recognition under procedures matlab algorithm validation and java source code, the use the eigenface and fisherface of two different algorithms process can be directly run on android phone. Platform: |
Size: 2193408 |
Author:刘星宇 |
Hits: