搜索资源列表
ViolaJones_IJCV
- yale 人脸识别库,是标准的人脸检测与识别的数据库。可靠性强。
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系统实现人脸识
norm_faces
- 这个是进行人脸识别或是人眼定位所要用到的BioID人连数据库,该数据库是进行过归一化处理后的
face_recognition
- 这个Matlab程序使用eigenface系统实现人脸识别,它使用AT&T的数据库,运行代码实例前,请阅读其中的comment,下载该数据库。
local_projection_entropy
- 采用局部投影熵进行人脸识别的源程序,在常见的数据库上的实验识别率较高,特别是算法对光照不敏感.
att_faces
- 人脸识别数据库,一共有40个人,每个人10副图像,大小是92*112
Facerecognition_M
- 这个Matlab程序使用eigenface系统实现人脸识别,它使用AT&T的数据库,运行代码实例前,请阅读其中的comment,下载该数据库。-Matlab program uses the eigenface face recognition system, which uses AT
MyPCA
- PCA方法实现人脸识别,输出数据库中最象的前两人-PCA method for face recognition, the output database of the most as the first two
KFDA
- 此实验使用核Fisher鉴别分析(KFDA)方法在ORL人脸数据库上进行人脸识别试验。ORL标准人脸库共包含40人,每人10幅共400幅BMP图像。-This experiment the use of nuclear Fisher discriminant analysis (KFDA) method on ORL face database for face recognition test. Standard ORL face database contains a total of 40
yalefaces.tar
- 耶鲁人脸数据库, 做人脸识别的常用数据库-yale faces
GaborLLE
- 实现了基于Gabor和LLE的人脸识别,在ORL数据库上有较好的效果-The code implement the facerecognition based on Gabor feature and LLE dimension reduction.
yalefaces
- Yale人脸数据库,用与人脸识别,包括15个人,每人11张图片-Yale face database, use and recognition, including 15 individuals, each of 11 pictures
FACE-RECOGNITION
- 此文的目的有三个:第一,当地连续均值量化变换特征是提出照明和传感器敏感操作在目标识别上。其次,注册稀疏Winnows网络分割,提出了加快原分类。最后,特点和分类相结合对于正面人脸检测任务。检测结果列 为MIT + CMU系统和BioID数据库。关于这人脸检测器,接收器操作特征曲线BioID数据库产生最好的结果公布。对于结果麻省理工学院的中央结算系统+数据库相当于国家的最先进的脸探测器。一个人脸检测算法的MATLAB版本可以从http://www.mathworks.com/matlabce
face-recognition
- 基于Yale人脸数据库的人脸识别,识别率达到90.67 -The face recognition based on Yale face database,and the the recognition rate is 90.67
PCAofAR
- 利用PCA对AR人脸数据库进行人脸识别,经典的pca算法,书写规范,简洁易懂。-Face recognition on the AR face database by using PCA, PCA algorithm, classical style, simple and easy to understand.
face-recognization-5f37acc43dbd
- 论文Pairwise Macropixel Comparison Can Work at Least as Well as Advanced Holistic Algorithms for Face Recognition的一个java实现,用于人脸识别,默认使用Yale的数据库-Database papers Pairwise Macropixel Comparison Can Work at Least as Well as Advanced Holistic Algorithms for
Fisher
- 运用Fisher准则进行人脸识别,包含创建人脸数据库,识别程序,识别率高-Fisher criterion using face recognition, face consists of creating a , identification procedures, recognition rate
yale人脸数据库
- 用于人脸识别算法,标准人脸数据库,15个不同的人,每个人有11个不同的表情(For face recognition algorithm, standard face database)
FaceLogin
- 基于百度大脑的人脸识别,需要在线申请百度开发者控制台。数据库很简单,用户名和人脸图片,可以自己建(Face recognition based on the Baidu brain, Baidu need online application developer console. The database is very simple, user name and face images, can build their own)
特征脸法人脸识别matlab代码
- 包括训练数据库,matlab导入图片,特征连算法代码,并成功识别人脸,是基本的算法