CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - face recognition database

搜索资源列表

  1. flda

    0下载:
  2. fisher线性鉴别分析的人脸识别,在ORL库上实验,可在其他库上运行-fisher linear discriminant analysis for face recognition, in the ORL database on the test can be run on other database
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1502
    • 提供者:王善民
  1. pca

    0下载:
  2. 运用奇异值分解定理的PCA方法在ORL人脸库上进行人脸识别,分类器为最近邻分类器,-The use of singular value decomposition theorem of PCA method in ORL face database for face recognition, nearest neighbor classifier for the classifier,
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1262
    • 提供者:胡丽娜
  1. adaboostm1code

    1下载:
  2. 这是一篇关于adaboost.m1算法的人脸识别源码,识别率挺高的,读入任意人脸库即可运行,已经过测试-This is a source code of face recognition algorithm on adaboost.m1 .code has been tested ,you can read face database to run
  3. 所属分类:matlab例程

    • 发布日期:2014-03-13
    • 文件大小:1157315
    • 提供者:田晓娜
  1. 1

    0下载:
  2. 基于PCA的人脸识别源代码,使用matlab编程,针对ORL库-PCA-based face recognition source code, the use of matlab programming, for ORL database
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1560
    • 提供者:张鹏
  1. FLDA

    2下载:
  2. 使用Fisher线性鉴别分析(FLDA)方法在ORL人脸数据库上进行人脸识别试验。ORL标准人脸库共包含40人,每人10幅共400幅BMP图像。-The use of Fisher linear discriminant analysis (FLDA) at Ways on ORL face database for face recognition test. Standard ORL face database contains a total of 40 people, 10 per pe
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3782
    • 提供者:liz
  1. 1

    1下载:
  2. Amir Hossein Omidvarnia用matlab编写的基于PCA的人脸识别系统和基于FLD的人脸识别系统,其中 的图像示例为Essex face database中 face94 的部分图像,文献可参考"Eigenfaces vs. Fisherfaces: Recognition using class specific linear projection."已经测试过程序可正常运行没有问题。-Amir Hossein Omidvarnia prepared using
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:377708
    • 提供者:刘子木
  1. MPCASourceCode

    0下载:
  2. The matlab codes provided here implement two algorithms multilinear principal component analysis to run the face recognition using FERET database.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2073761
    • 提供者:nick
  1. pca

    0下载:
  2. 本程序描述了pca在人脸识别上的应用。并带有输入输出,可在人脸库上进行试验。-This procedure describes the pca in face recognition applications. And with the input and output can be tested on the face database.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:940
    • 提供者:wangyinan
  1. MLbayesface

    3下载:
  2. 基于贝叶斯人脸识别技术的matlab人脸识别程序,在ORL库上实现,也可换用别的库进行运算,只需要更改样本数量-Bayesian face recognition technology based on face recognition matlab program, implemented on ORL database can also be used for other library operations, only need to change the number of sample
  3. 所属分类:matlab

    • 发布日期:2015-09-21
    • 文件大小:1024
    • 提供者:王善民
  1. KPCA

    6下载:
  2. 在ORL或Yale标准人脸数据库上完成模式识别任务。用PCA与基于核的PCA(KPCA)方法完成人脸图像的重构与识别试验. -Or Yale in the ORL face database, complete the standard pattern recognition tasks. With the PCA and kernel-based PCA (KPCA) method to complete the reconstruction of face image and reco
  3. 所属分类:matlab例程

    • 发布日期:2013-10-07
    • 文件大小:1149
    • 提供者:李海
  1. lda

    0下载:
  2. This code is LDA base face recognition programme. It reads nots faces from ORL database a
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1004
    • 提供者:samira
  1. Sparse_ar

    2下载:
  2. sparsity preserving projections (SPP)方法,根据论文《sparsity preserving projections with applications to face recognition》使用AR人脸数据库-sparsity preserving projections (SPP)method, according to the paper "sparsity preserving projections with applications t
  3. 所属分类:matlab例程

    • 发布日期:2013-08-15
    • 文件大小:13197630
    • 提供者:刘茜
  1. kpca

    0下载:
  2. 运用KPCA方法在ORL人脸库上进行人脸识别,分类器为最近邻分类器。-KPCA method using ORL face database for face recognition, classification for the nearest neighbor classifier.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1327
    • 提供者:胡丽娜
  1. 1DPCA

    0下载:
  2. 基于主成分分析的人脸识别的方法 在ORL人脸库中运行-Face recognition based on principal component analysis method in the ORL face database is running
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3732
    • 提供者:ljh
  1. originalcodes

    0下载:
  2. 多尺度LBP的原代码,用于人脸识别,在orl数据库中的识别率达97 以上。-Multi- scale LBP original code, used in face recognition and the recognition rate of over 97 in orl database.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4864
    • 提供者:liubosheng
  1. faces

    0下载:
  2. face database for face recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:81408
    • 提供者:priya
  1. RunFaceRecog_vV

    0下载:
  2. 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
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:6166
    • 提供者:Sandeep
  1. Face-Recognition

    0下载:
  2. 通过主成分分析,对已有人脸库进行人脸识别,效果非常好,非常显著-Through principal component analysis, the existing face recognition, face database are effect is very good, is very significant
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:278491
    • 提供者:张聪
  1. Face-Recognition

    0下载:
  2. 程序通过提取人脸图像的质心、协方差、偏转角等特征量与数据库中已有参数进行比对,从而进行人脸的识别。-Procedure to extract the centroid of the face image, covariance, the deflection angle has the feature quantity parameters of the database and compared to identify human faces.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1587
    • 提供者:wang
  1. detectFaceParts20160607

    0下载:
  2. Face recognition with database.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:484352
    • 提供者:Shahzi
« 12 »
搜珍网 www.dssz.com