CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 人脸识别库

搜索资源列表

  1. 人脸识别图库

    3下载:
  2. 人脸识别研究用的图片。很多哦。供大家参考!
  3. 所属分类:图形图象

    • 发布日期:2009-11-25
    • 文件大小:6425534
    • 提供者:iristang
  1. MyFaceRecognition

    0下载:
  2. 基于局部二值模式的人脸识别范例,其中选用了YALE人脸库作为仿真数据源。-Face recognition based on LBP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:4091711
    • 提供者:赵武锋
  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-29
    • 文件大小:1502
    • 提供者:王善民
  1. 2D-LDA

    1下载:
  2. 2维线性判别进行人脸识别的程序,很不错!采用ORL人脸库,取每人的1、3、5、7、9五幅图像作为训练图像,其余作为测试图像,进行二维线性判别。计算出特征向量矩阵,降序排列后,取前d(d=2,4,6,……,20)个特征向量组成的矩阵作为变换矩阵,对训练集合测试集进行特征重建,最后采用最近邻分类器。附有实验的结果。-code for face recognition based 2D-LDA,the performance is nice!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2834469
    • 提供者:王阳丽
  1. HMMDemo

    2下载:
  2. 基于Opencv和Visual C++技术,编程实现的人脸识别系统,可以实现人脸的自动识别,在ORL人脸库中取得了98 的识别率-Based on Opencv and Visual C++ technology, programming of the face recognition system that can realize the automatic face recognition, in the ORL face database has achieved 98 recognit
  3. 所属分类:Special Effects

    • 发布日期:2015-12-11
    • 文件大小:6123964
    • 提供者:zhou
  1. FaceRec

    2下载:
  2. 基于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
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-06
    • 文件大小:16052224
    • 提供者:周天
  1. FaceRecog_src100902

    1下载:
  2. 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1487828
    • 提供者:yk
  1. Face-Recognition

    1下载:
  2. 基于主成份分析(PCA)的人脸识别算法MATLAB程序的实现。机器视觉的作业,内附人脸识别的matlab程序,和人脸库,还有作业的详细要求,以及格式示例和部分参考文献。-Based on principal component analysis (PCA) of the face recognition algorithm MATLAB program implementation. Machine vision operations, included face recognition mat
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-02
    • 文件大小:14964931
    • 提供者:姚树军
  1. pca2D

    0下载:
  2. 一个基于pca2D的人脸识别分类程序, 并包含完整的FACE-ORL人脸库,很具有研究和学习价值-Pca2D based on face recognition classification procedures, and includes the complete FACE-ORL face database, it is with research and learning the value of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5578526
    • 提供者:李伟
  1. ica_for_image

    0下载:
  2. 本代码用于人脸识别,可以在ORL、Yale、AR等人脸库上测试使用。-The code for face recognition, can ORL, Yale, AR face database, such as the use of the test.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:3097
    • 提供者:黄璞
  1. FaceRec

    0下载:
  2. 基于Opencv的人脸识别程序 其中列出了所需的相关文件 opencv库是个开源的库,请自行下载-Face Recognition Based on Opencv procedures which set out the relevant documents required for opencv open source library is a library, please download
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:677485
    • 提供者:gentleiron
  1. face_recognition

    0下载:
  2. 基于PCA(pricipal component analysis)算法的人脸识别程序,用matlab编写,使用前需载入人脸库-Based on the PCA (pricipal component analysis) algorithm for face recognition process, using matlab to prepare, use before loading face database
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1943
    • 提供者:lee
  1. pcaFISHER

    1下载:
  2. PCA+Fisher人脸识别,已在ORL人脸库上测试,效果不错-face recognition,including PCA and Fisher methods.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2594
    • 提供者:fuyanjun
  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. KFDA

    1下载:
  2. 此实验使用核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
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:5754
    • 提供者:liz
  1. PCA

    1下载:
  2. PCA主成分分析用于人脸识别,提取特征值特征向量。有ORL人脸库。-PCA principal component analysis for face recognition, extraction Eigenvalue eigenvector. Have ORL face database.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3559934
    • 提供者:qjc
  1. PCA

    0下载:
  2. 基于PCA改进实现人脸识别的完整代码,采用ORL人脸库进行训练和测试.-Face Recognition Based on the PCA to improve the achievement of a complete code, ORL face database used for training and testing.
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:4766
    • 提供者:邱赵龙
  1. FaceDec

    0下载:
  2. 人脸识别的程序,内有附带的识别照片的人脸库,可运行程序-face detection
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3453187
    • 提供者:lulu
  1. YALE

    1下载:
  2. YALE 人脸数据库,人脸识别的好工具,15个人,每个人11副图像-YALE face database, face recognition a good tool, 15 individuals, each 11 images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1175167
    • 提供者:wj
  1. yaleB01_P02.tar

    0下载:
  2. face database人脸识别灰度图库,我想对做人脸识别的朋友会有帮助-face database
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:11404967
    • 提供者:xiaoguochang
« 1 23 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com