当前位置:
首页 资源下载
搜索资源 - eigenface for Recognition
搜索资源列表
-
0下载:
这是一个采用特征脸的人脸识别matlab 程序,可以实现人脸识别功能。希望大家支持一下-This is an eigenface face recognition using matlab procedures, face recognition function can be achieved. I hope you will support you
-
-
0下载:
-
-
0下载:
the document explains the eigenface algorithm in face recognition. how this method is accurate and fast in comparing with othe face recognition methods.
-
-
0下载:
特征脸人脸识别程序源码,开发环境为matlab环境-Eigenface face recognition program source code, development environment for the matlab environment
-
-
0下载:
matlab code for PCA or eigenface face recognition.
-
-
0下载:
This is a Simple Code for Face Recognition using PCA + LDA Approach. I hve write this code for ORL Database containing 400 images of 40 persons. I have used Eigenface Algorithm for Face Recognition. Its a Very Simple Code you can easily understand it
-
-
0下载:
基于特征脸的人脸识别程序。适合初学者学习人脸识别中的PCA方法。-Feature-based face recognition program. Suitable for beginners to learn the PCA face recognition method.
-
-
0下载:
一种基于特征脸的人脸识别算法,cc++代码,容易学习,适合初学入门者
-Based on the eigenface the face recognition algorithm, cc++ code, easy to learn, suitable for beginners beginners
-
-
0下载:
人脸识别的matlab代码,本征脸( eigenface )方法是子子空间人脸识别方法的典型代表。该方法一种基于一种部分的K
-Matlab code for face recognition, eigenface (the eigenface) is a typical representative of the sub subspace face recognition methods. This method is based on a part of the K
-
-
0下载:
showing you how to use OpenCV s implementation of eigenface for face recognition
-
-
0下载:
gui (graphical user interface) for face recognition base on pca (eigenface)
-
-
0下载:
利用K-L变换进行人脸识别。首先求得待辨识图像相对于训练集平均脸的差值图像,然后求得该图像在特征脸空间中的坐标,最后采用最近邻法对图像进行归类。-KL transform for face recognition. Obtain the first image to be identified image with respect to the difference between the average face of the training set, and then obtain the
-
-
0下载:
很好的应用特征脸进行人脸表情识别,里边包含训练库以及测试库。-Good application characteristics face for face expression recognition, inside the library containing the training and test libraries.
-
-
0下载:
PCA based program for face recognition / classification
-
-
0下载:
根据pca主程序分析的人脸识别。测试集用于训练特征脸空间,测试集是一张人脸一张动物脸,程序目的是识别出人脸与非人脸-Face recognition based on the analysis of the main pca. Test set for training Eigenface space, a test set is a human face animal face, the program aims to identify the face and non-face
-
-
0下载:
javacv小demo,使用javacv0.8版本进行的一个demo测试(/*
* FaceRecognition.java
*
* This file is a translation from the OpenCV example http://www.shervinemami.info/faceRecognition.html, ported
* to Java using the JavaCV library. Notable changes are the add
-