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

搜索资源列表

  1. annotate

    0下载:
  2. 人脸特征点手工标定程序,在人脸识别训练过程中标定特征点-Facial feature points manual calibration procedures, the training process in the face recognition feature points in the calibration
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:2400
    • 提供者:
  1. matlab-Face-Recognition-Detection

    7下载:
  2. MATLAB环境下编的人脸检测和识别算法,人脸识别部分采用的pca算法,另外包括一个人机界面,直接运行facedec程序即可运行-MATLAB environment, compiled by face detection and recognition algorithms, face recognition pca algorithm is used in some of the other, including a man-machine interface, programs can b
  3. 所属分类:Special Effects

    • 发布日期:2014-04-09
    • 文件大小:3860212
    • 提供者:Brad Bibson
  1. face_dection_neural_network

    0下载:
  2. 人脸识别中人脸定位算法。本人的收藏。MATLAB程序源码。-Face recognition of human face location algorithm. My collection. MATLAB program source code.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:164338
    • 提供者:silen
  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. facedetect

    0下载:
  2. 该程序是完成人脸识别的程序,可根据给出图片在图片中匹配-The program is the completion of the procedures for face recognition can be given in accordance with picture in picture matching
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3165375
    • 提供者:赵明
  1. pcaandica

    1下载:
  2. 这是一个人脸识别的程序,先对图像预处理,然后用PCA进行特征提取。-This is a face recognition process, first on the image pre-processing, and then use PCA for feature extraction.
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2676543
    • 提供者:ll
  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. PCA

    0下载:
  2. 主成分分析,可以用来做人脸识别的程序,方便,快捷-Principal component analysis, face recognition can be used to do the procedure, convenient and fast
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3100241
    • 提供者:李圣杰
  1. RSC

    0下载:
  2. 强壮的人脸识别系统,发表于cvpr2011年,程序是应用matlab实现-Recently the sparse representation (or coding) based classifi cation (SRC) has been successfully used in face recognition. In SRC, the testing image is represented as a sparse linear combination of the trai
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1216356
    • 提供者:刘大明
  1. ica_example

    0下载:
  2. ICA人脸识别算法实例matlab源码,已测试过,程序能运行,且识别率较高-ICA face recognition algorithm matlab source code examples have been tested, the program will be able to run, and a higher recognition rate
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2016
    • 提供者:songy
  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. Facerecognition_M

    0下载:
  2. 这个Matlab程序使用eigenface系统实现人脸识别,它使用AT&T的数据库,运行代码实例前,请阅读其中的comment,下载该数据库。-Matlab program uses the eigenface face recognition system, which uses AT
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:43291
    • 提供者:adoby
  1. detectfaces

    0下载:
  2. 基于WinMoca库的人脸识别程序,可以识别视频和图像中的人脸-Face Recognition Based on WinMoca library procedures, video and images can be identified Face
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:117186
    • 提供者:Tao
  1. Face_MFC

    0下载:
  2. 本程序是一个人脸识别系统,它是在VC++和opencv环境下下编译成功的,虽然或许本网站有过类似代码。但是这个代码是在别的网站上搜索到的,个人觉得很有典型性,具体下载后调试可知,希望对相关方面的朋友能有所提高!-This procedure is a face recognition system, which is VC++ And compile opencv under the circumstances of success, although perhaps this site has
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:3796218
    • 提供者:龚有平
  1. face_detection_recognition

    0下载:
  2. 包含两个人脸识别的vc程序,和相关的pdf文档。源码分别都是采用人脸细节几何特征进行人脸检测和人脸识别的方法。-Face Recognition vc contains two procedures, and related pdf documents. Source, respectively, and are based on face geometry characteristics of the details of face detection and face recognition
  3. 所属分类:Graph program

    • 发布日期:2017-05-25
    • 文件大小:8253103
    • 提供者:yk
  1. illumination-normalization

    0下载:
  2. 这个c#编写的程序,用来对人脸图像进行预处理,从而提升人脸识别算法的性能。这里提出了3种用于人脸识别的图像预处理的光照归一化算法,即:Multiscale retinex和anisotropic 和isotropic平滑方法。-The c# Preparation procedures used for face image preprocessing, so as to enhance the performance of face recognition algorithms. Here p
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:251406
    • 提供者:小单
  1. facerecognize

    0下载:
  2. 人脸识别的小波变换程序,速度快,简单易懂-Face Recognition wavelet transform procedures, fast, easy-to-read
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:124535
    • 提供者:gj
  1. facecade

    0下载:
  2. matlab做的人脸识别程序,定位和检测人脸。-matlab do face recognition program, positioning and detection of human faces.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-24
    • 文件大小:6398
    • 提供者:amanda
  1. R_LDA_PRL

    0下载:
  2. LDA 人脸识别的 程序段 大家下着看看吧 对大家有帮助的-LDA face recognition under the program segment we take a look at the bar for all of us help
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:290845
    • 提供者:byrne
  1. LDA2D-2

    0下载:
  2. 人脸识别中2DLDA算法的matlab程序,使用最近邻分类器进行识别。-Face Recognition 2DLDA algorithm matlab procedures, the use of nearest neighbor classifier to identify.
  3. 所属分类:Graph Recognize

    • 发布日期:2016-12-02
    • 文件大小:1257
    • 提供者:niushaobo
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com