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

搜索资源列表

  1. FisherFaces

    0下载:
  2. 本文在Matlab R2012a下面实现了fisherface算法,选用的人脸库是ORL,其中有40 人,每人有10幅不同的人脸图像。本文选取了每人9幅作为训练(1幅作为测 试),图像大小为112x92。 主程序入口:Main.m 读取样本:CreatDatabase.m FisherFace核心:FisherFaceCore.m 识别:Recognition.m 训练样本库:TrainDatabase 测试样本库:TestDatabase 不足:识别准确率有待
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4238160
    • 提供者:邱竞
  1. pca

    0下载:
  2. pca主成分分析基础程序,能够有较好的识别率,需要下载人脸库才能运行-Principal component analysis of PCA based program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1545
    • 提供者:庞成
  1. orl-LBP

    0下载:
  2. 这个是LBP人脸算法,对学习者有很好的帮助,关于人脸表情识别,这里是基于ORL人脸库。-This is the human face LBP algorithm, the learners have good help, on facial expression recognition, here is based on the ORL database.
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:3635422
    • 提供者:chen
  1. project_test1.m

    0下载:
  2. 一个清华大学使用的人脸检测程序,可以识别人脸所在位置并进行标注,其中的人脸库可以替换为其他的人脸库-Face detection process uses a Tsinghua University, can recognize faces and location tagging, face which can be replaced with other people face
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-13
    • 文件大小:2032
    • 提供者:方方
  1. asmlib-opencv-master

    0下载:
  2. 图形图像识别根据人脸的特征库来进行人脸边缘轮廓的识别和特征部位的识别-this is a program,it can detect face by face s db
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1059858
    • 提供者:天网一号
  1. fisher

    0下载:
  2. Fisher线性鉴别分析已成为特征抽取的最为有效的方法之一 .但是在高维、小样本情况下如何抽取Fisher最优鉴别特征仍是一个困难的、至今没有彻底解决的问题 .文中引入压缩映射和同构映射的思想 ,从理论上巧妙地解决了高维、奇异情况下最优鉴别矢量集的求解问题 ,而且该方法求解最优鉴别矢量集的全过程只需要在一个低维的变换空间内进行 ,这与传统方法相比极大地降低了计算量 .在此理论基础上 ,进一步为高维、小样本情况下的最优鉴别分析方法建立了一个通用的算法框架 ,即先作K L变换 ,再用Fisher鉴别
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6924
    • 提供者:迪迪
  1. facepp-csharp-sdk-beta-master

    0下载:
  2. 代码里面还有动态库,可以编译,主要适用于面部识别人脸检测的功能,-Code with dynamic library, you can compile, mainly is suitable for the face recognition function of face detection,
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:148096
    • 提供者:ALEX
  1. face

    0下载:
  2. 先用PCA降维,然后使用OMP识别人脸图像。人脸库是ORL人脸库。-First with PCA dimensionality reduction, and then use the OMP face image recognition. Face is the ORL.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3834438
    • 提供者:谢小雨
  1. FacialExpressionRecognitiontool

    0下载:
  2. 人脸表情识别,稀疏表示,人脸表情图片,表情库。matlab程序实现,绝对可以调试运行。 毕业设计内容。-Facial expression recognition, sparse representation, facial expression, facial expression . Matlab programming, can debug the operation. Graduation design content.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2481160
    • 提供者:王菽裕
  1. biaoqingshibie

    0下载:
  2. 是对jaffe人脸库进行识别测试的主程序,将jaffe人脸库分为训练集和测试集两部分,首先对图片进行LBP+LPQ特征提取,然后svm分类识别,统计识别率 -Is jaffe face recognition test the main library, the library will jaffe face divided into training and test sets of two parts, the first of LBP+LPQ image feature extrac
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12309150
    • 提供者:jiagh
  1. pcaPica

    0下载:
  2. ICA和PCA两种方法,实现了基于ORL人脸库的方法。识别率较高,适合初学者学习。-ICA and PCA are two ways to achieve based on ORL face approach. High recognition rate, suitable for beginners to learn.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-31
    • 文件大小:13062232
    • 提供者:err
  1. FaceRec

    0下载:
  2. IOS平台下,利用Opencv开源库实现了人脸的识别,国外博客上搜到的。-The IOS platform, the use of Opencv open-source library implementation of the human face recognition, foreign blog search.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:229684
    • 提供者:陈绿平
  1. face-detection

    0下载:
  2. 基于Opencv库的脸部识别,可识别出人脸并用圆画出,并可上升至识别眼睛区域。-Face recognition based on the Opencv library, you can identify the face and draw a circle, and can rise to identify the eye area.
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2166278
    • 提供者:图图
  1. biaoqing

    0下载:
  2. 对jaffe人脸库进行识别测试的主程序,将jaffe人脸库分为训练集和测试集两部分,首先对图片进行LBP+LPQ特征提取,然后svm分类识别,统计识别率-Jaffe face for the identification of the main test will jaffe face is divided into a training set and a test set of two parts, the first of LBP+LPQ image feature extractio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2787220
    • 提供者:mutong
  1. shi

    0下载:
  2. 人脸矩形识别易语言源码例程程序结合易语言易LOGO支持库和易语言第三方云外归鸟的图像处理支持库,调用API函数实现人面部矩形识别处理功能。 -Face recognition easy language source code routines program combined with easy language LOGO support library and easy language third party cloud outside the bird s image process
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-13
    • 文件大小:16710
    • 提供者:zh816
« 1 2 ... 18 19 20 21 22 23»
搜珍网 www.dssz.com