搜索资源列表
-
0下载:
便于使用的收集人脸图像建立数据库的工具程序。供人脸检测/识别/表情/姿态等模式识别、人工智能领域的研究者使用。可以方便地从网页中收集人脸照片,提供良好的交互界面对照片在模式识别,尤其是biometric领域中所需的各种属性进行标注,建立数据库。-easy-to-use collection of facial image database tools procedures. For Face detection / identification / expression / gestures,
-
-
0下载:
基于形态学商图像的光照归一化算法.复杂光照条件下的人脸/P,~J1是一个困难但需迫切解决的问题,为此提出了一种有效的光照归一化算法.
该方法根据面部光照特点,基于数学形态学和商图像技术对各种光照条件下的人脸图像进行归一化处理,并且将它
发展到动态地估计光照强度,进一步增强消除光照和保留特征的效果.与传统的技术相比,该方法无须训练数据集以
及假定光源位置,并且每人只需一幅注册图像,在耶鲁人脸图像库B上的测试表明,该算法以较小的计算代价取得了
优良的识别性能.-Face recogn
-
-
1下载:
att人脸库,用于人脸识别,数字图像处理,希望有用-att face database for face recognition, digital image processing, hope helpful
-
-
0下载:
这是一个matlab编写的计算人脸识别率的小程序,选用的图像数据库位ORL数据库。-This is a face recognition matlab calculation of the rate of the preparation of small procedures, digital image database selected ORL database.
-
-
1下载:
人脸图像的预处理程序,对ORL人脸库上的图像进行的预处理-Face image preprocessing procedures on the ORL face database of images of pre-treatment
-
-
0下载:
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
-
-
0下载:
aleix@ecn.
Semantic queries to a database of images are more
desirable than low-level feature queries, because they
facilitate the user s task. One such approach is the
object-related image retrieval. In the context of face
images, it is of
-
-
0下载:
aleix@ecn.
Semantic queries to a database of images are more
desirable than low-level feature queries, because they
facilitate the user s task. One such approach is the
object-related image retrieval. In the context
people s names and facia
-
-
0下载:
aleix@ecn.
Semantic queries to a database of images are more
desirable than low-level feature queries, because they
facilitate the user s task. One such approach is the
object-related image retrieval. In the context of face
images, it is of
-
-
0下载:
pca+fisher 人脸识别MATLAB程序,附加图像数据库,适合简单的人脸识别。
-pca+ fisher face recognition program using MATLAB , adding image database for easy recognition.
-
-
0下载:
PCA+LDA人脸识别,识别率高于单独PCA或LDA算法。需要matlab dimension reducation toolbox。-Face verification using PCA and LDA fusion. Better performance than single PCA or LDA algorithm. The image database is included. Matlab dimension reduction toolbox is requrired.
-
-
0下载:
做人脸图像识别的数据库ORL,共有40个人的400幅人脸图像-Human face image recognition database, ORL, a total of 40 individual 400 face images
-
-
0下载:
用于人脸检测的不同尺寸,不同背景的脸部正面灰度图像,来源于卡内基梅隆,麻省理工大学,绝对的人脸正面识别给力数据库-Face detection for different sizes, different backgrounds, face the positive gray-scale image, from Carnegie Mellon, MIT, absolutely positive identification of human face to force the database!
-
-
0下载:
该人脸库包含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
-
-
0下载:
Matlab下开源的人脸识别经典KL算法,通过200幅裁剪过的人脸图像计算出Eigenvalues和Eigenvectors。本人亲自试用代码可行,只需修改下文件路径即可,值得学习。另文件包含ORL数据库人脸图像400张,方便大家参考试用。-Matlab source for Face Recognition under the classical KL algorithm, cut off by 200 to calculate Eigenvalues face i
-
-
0下载:
标准的图像处理yale人脸数据库,并且分辨率也是标准的,数字图像处理的人可以参考-Standard image processing yale face database, and the resolution is also standard, digital image processing can refer to
-
-
0下载:
人脸识别特指利用分析比较人脸视觉特征信息进行身份鉴别的计算机技术。人脸识别是一项热门的计算机技术研究领域,它属于生物特征识别技术,是对生物体(一般特指人)本身的生物特征来区分生物体个体。一般来说,人脸识别系统包括图像摄取、人脸定位、图像预处理、以及人脸识别(身份确认或者身份查找)。系统输入一般是一张或者一系列含有未确定身份的人脸图像,以及人脸数据库中的若干已知身份的 人脸识别人脸图象或者相应的编码,而其输出则是一系列相似度得分,表明待识别的人脸的身份。-Face Recognition refe
-
-
0下载:
基于K-L变换的人脸识别技术主要思想是:提取输入人脸图像矩阵的特征向量,并与图像数据库中样本特征的向量求欧氏距离,距离小于阈值时便认为识别成功。本程序即为利用K-L原理实现人脸检测的实例。-The main idea of the face recognition technology based on KL transform is: extract the matrix of the input face image feature vectors and Euc
-
-
1下载:
基于PCA的CVI人脸识别程序,实现人脸的切割与ORL图像库人脸的识别-Face recognition based on PCA CVI program, achieve cutting and ORL face image database of face
-
-
0下载:
利用一个小样本人脸样本库创建数据库ar_test.mat中的训练样本数据和待测样本数据将生产的数据库文件.mat利用FDDL程序进行测试,分类;在程序最后先利用最短距离测试提取特征的效果本文利用SVD分解,并提取了每一幅图像的前3列特征向量(前三个主成分),共计3*200个特征向量,构成一个训练样本列元素最后的简单分类测试效果在90 ,区分度较好,能够适用于其他分类器实验..后续中,选取了第一主成分,发现识别率达到100 ;选取了前33个,反而低于了90 ,不知如何解释?-Using a sma
-