搜索资源列表
eigenface_matlab
- This matlab code implements the face recognition system. It uses the AT&T database. You need to download the database before running the code. Instruction to download the database is in the comment section of the file. 这个Matlab程序使用eigenface系统实现人脸识
face_recognition
- 这个Matlab程序使用eigenface系统实现人脸识别,它使用AT&T的数据库,运行代码实例前,请阅读其中的comment,下载该数据库。
人脸识别
- 使用PCA实现人脸识别的算法,matlab实现
SRC 实现了使用基于稀疏表示的人脸识别算法
- 该源码实现了使用基于稀疏表示的人脸识别算法。使用GPSR作为l1模最小化方法。-This pack of code implement a imges-based face recognition using sparse representation classification. In the algorithm, i employ GPSR as tool to complete the optimization procedure of l1-minimization.
FaceRec
- 基于matlab2008的人脸识别系统,使用了PCA +Adaboost与PCA+SVM分别实现了人脸识别,使用了orl人脸库,给一个人的图片就可以识别此人身份,识别率高达84 -Matlab2008 face recognition system based on use of the PCA + Adaboost achieved with the PCA+ SVM face recognition, respectively, using the orl face database
Facerecognition_M
- 这个Matlab程序使用eigenface系统实现人脸识别,它使用AT&T的数据库,运行代码实例前,请阅读其中的comment,下载该数据库。-Matlab program uses the eigenface face recognition system, which uses AT
AdaBoost
- 人脸识别Adaboost源代码,用matlab编写实现,使用Adaboost算法进行人脸检测-source code for face recognation using Adaboost
homework
- 使用基于PCA+KNN算法实现的人脸识别,本算法的优点在于使用的是基于2DPCA的方法,计算时间更短,效率更高。-PCA+ KNN-based face recognition algorithm, the advantage of this algorithm is based on the use of 2DPCA method in calculating the time is even shorter, more efficient.
pca
- 使用MATLAB开发环境,来 实现人脸识别-fase recognition
FaceDetectorOtherversion
- 采用adaboost算法用于人脸检测,实现较快的人脸识别。使用MATLAB语言编写。-Using adaboost face detection algorithm is used to achieve a faster face recognition. Using the MATLAB language.
face_detection
- 使用matlab图像处理工具,实现基于肤色的人脸识别!-Matlab image processing tool used to achieve face recognition based on skin color!
PCA
- 实现好的基于PCA的人脸识别系统,程序非常有参考价值,MATLAB编写,内附使用说明。-To achieve a good face recognition system based on PCA, the program very useful, MATLAB written instructions included.
face_recognition.aspjzy
- 使用Matlab实现的特征脸人脸识别,有源码和相关的图像库。-Features implemented using the Matlab face recognition
face_rec
- ## 人脸识别GUI设计 这是我在理解PCA算法后,设计`MATLAB GUI`实现人脸识别。 ### 使用方法: 1. 运行face.m主脚本 2. 点击`训练机器`选择train文件夹 3. 点击`choose photo`选择test文件夹下的一张图片 4. 最后点击`recognize`即可进行识别 5. 点击`Accuracy`可计算整个test文件夹下所有图识别准确率 ###(## face recognition GUI design This i
face_shibie
- 使用了两种方法实现人脸识别:hog+svm,KNN(Two methods are used to implement face recognition: hog+svm, KNN)
MATLAB - 车牌识别代码打包
- 使用MATLAB实现车牌识别,可以正常运行(Using MATLAB to realize license plate recognition, it can run normally)
BP神经网络的人脸识别matlab代码
- 使用MATLAB实现人脸识别,可以正常运行(Using MATLAB to realize face recognition, it can run normally)
STLBP_Matlab
- 基于lbp实现人脸识别,使用matlab实现,代码简单易懂(Realization of face recognition)
W124-PCA和LDA人脸识别
- 实现人脸的识别,使用LDA的模型,基于matlab的语言(Realize face recognition)
BP人脸识别GUI
- 在matlab环境下使用BP神经网络实现了人脸识别,该压缩包包括ORL人脸识别数据库、GUI界面及源代码,可实现人脸的快速识别及神经网络的参数调节。