搜索资源列表
ORL Database
- 这是一个常用的人脸识别的数据库,可能对大家有所帮助 -This is a commonly used face recognition database that may help you
grimace
- 一个老外文章中用到的人脸数据库,包含多种肤色的人脸,可供做人脸识别的人员进行训练和测试用!-a foreigner article used the face database, a mixture of color face, Face recognition for the staff to do the training and testing with!
Yale_lda
- 人脸线性判别的matlab代码,在使用是需要有Yale的人脸数据库,使用自己的数据库时需要对其作些修改-Face the linear discriminant Matlab code, the use is the need for the Yale face database use their own database needs to make some changes to its
yalefaces
- 这是用于人脸识别的经典人脸库,人脸识别的实验和验证都是在这些基础库上完成的,它是yale人脸库,包含不同人脸的各种姿态,对做实验极为有用-This is a classic for Face Recognition Face database, face recognition and verification experiments are those at the finish on the basis of the Treasury, it is yale face database th
PCA
- PCA主成分分析用于人脸识别,提取特征值特征向量。有ORL人脸库。-PCA principal component analysis for face recognition, extraction Eigenvalue eigenvector. Have ORL face database.
LDA-based-face-recognition
- 基于LDA的人脸识别技术,从ORL数据库读数据,然后从中取一部分进行训练,一部分进行测试。-This code is LDA base face recognition programme. It reads nots faces from ORL database and the rest (noc-nots) are used as test. LDA_Performance shows the recognition performance.
multiposeface
- 多姿态人脸数据库,可用于非理想条件下人脸识别中的姿态估计问题,包括63种不同姿态,人脸水平方向旋转角度从-60度到60度,角度间隔15度,竖直方向旋转角度为-60度,-30度,-15度,0度,15度,30度,60度。-face database including 63 different poses,can be used in pose estimation of face recognition under unsatisfied condition.
YALE
- YALE 人脸数据库,人脸识别的好工具,15个人,每个人11副图像-YALE face database, face recognition a good tool, 15 individuals, each 11 images
ULPP-ICCS
- ULPP-ICCS算法在人脸识别上的应用源代码,基于UMIST人脸库训练与识别,包括源码及相应人脸库-ULPP-ICCS algorithm in the application of face recognition source code, based on the UMIST face database training and recognition, including the source and the corresponding face database
ANewMethodofFusionofICAandLDAforFaceRecognition.ra
- 特征提取是模式识别研究领域的一个热点.本文提出了一种基于独立成分分析和线性鉴别分析的特征提取方法.谊方法中引入了零空间的概念,指出了前人算法中的不足之,并且给出了一个完整的独立成分分析和线性鉴别分析的组合算法.在ORL和Yale人脸数据库上的实验表明了该方法的有效性.-Feature extraction is a hot field of pattern recognition research. In this paper, which is based on independent com
20064817924orl_faces_112x92
- ORL人脸图像库,共40人,每人10幅图像,其中每人的前5幅作为训练样本,后5幅作为测试分类样本,统计正确分类率。分类准则为最近邻规则。 真实的图像尺寸为112x92,列向量堆积对应人脸库矩阵的每一列。 -ORL face image database, a total of 40 per 10 images, each of which the first five as training samples, after the 5 categories as a test sampl
multi-face-pose
- 该人脸库包含30个人、每人10幅总共300幅光栅图像,每个人的10幅图像包括了朝正前方、朝左、朝右、朝上和朝下五种不同的视角 方向的情形,经典的多姿态人脸库 注意此文件为.ras格式,需要用ACDSEE打开,SUN光栅图片格式。-The face database contains 30 individuals, each 10 Total 300 raster images, 10 images of each person included toward the front, lef
ORL
- 人脸库,一共40个脸,每个脸10张图片,.pgm格式,可以用matlab直接处理-Face database, a total of 40 faces, each face 10 pictures,. Pgm format, you can deal directly with matlab
Face-recognition--on-a-DSP
- 本文介绍了 DSP6711的硬件特性 分析了人脸检测、 识别的原理及算法的选型 运用基于 DCT变换域的 LDA的特征提取方法 ,实现了人脸的自动识别。在 Yale人脸库上的实验结果表明本算法识别率要比直接用 PCA进行特征提取的方 法要好-This article describes the DSP6711 hardware features analysis of face detection, recognition of the principle and algorithm se
ORL-face-database
- 原始的ORL人脸库,包含40个人400张图片,每张大小是92x112x3。-original ORL face database
yale-face-database
- 原始Yale人脸库,其中包括15个人的人脸,每个人11幅图像,图像格式为100*100的bmp格式。-original Yale face database
MIT-face-database
- 原始MIT人脸库,其中包括人脸20*20的bmp格式2706幅图,以及非人脸20*20的bmp格式4381幅图-original MIT face database, including face folder and nonface folder
Face-Recognition
- 人脸识别特指利用分析比较人脸视觉特征信息进行身份鉴别的计算机技术。人脸识别是一项热门的计算机技术研究领域,它属于生物特征识别技术,是对生物体(一般特指人)本身的生物特征来区分生物体个体。一般来说,人脸识别系统包括图像摄取、人脸定位、图像预处理、以及人脸识别(身份确认或者身份查找)。系统输入一般是一张或者一系列含有未确定身份的人脸图像,以及人脸数据库中的若干已知身份的 人脸识别人脸图象或者相应的编码,而其输出则是一系列相似度得分,表明待识别的人脸的身份。-Face Recognition refe
FACE-database
- 人脸库:包括ORL、YALE、MIT、AT&T等人脸库图片,可用PS打开。-Face database include: ORL, YALE, MIT, AT & T face database, such pictures available PS opens.
PCA-LDA-face-recognition
- PCA LDA 人脸识别 特征脸 类间方差 人脸数据库-etween PCA LDA face recognition feature class variance face database