CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - matlab face

搜索资源列表

  1. fdmex_windows

    0下载:
  2. face detection achieved by matlab downloaded form u of a
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:859.43kb
    • 提供者:frank
  1. PCA_SVM.rar

    1下载:
  2. 此方法采用经典的PCA对人脸图像进行特征提取,用libsvm库函数的SVM分类器对图像分类。,This method uses the classical PCA on the face image feature extraction, with the libsvm library function of SVM classifier for image classification.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:5.93kb
    • 提供者:zhangpei
  1. FaceDetectorOtherversion

    3下载:
  2. 人脸检测的一个程序,adaboost+cascade+haar 能运行-Face detection of a program, adaboost+ Cascade+ Haar to run
  3. 所属分类:2D图形编程

    • 发布日期:2014-03-18
    • 文件大小:768.32kb
    • 提供者:who
  1. lbp

    0下载:
  2. LBP(局部二值模式)算法最初用于描述纹理,后引用到人脸,可描述人脸特征。-LBP (local binary mode) algorithm was originally used to describe the texture, the latter a reference to the human face, facial feature can be described.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:2.45kb
    • 提供者:甜甜
  1. pcalda

    0下载:
  2. 人脸识别的源代码 经典的pca和lda人脸识别 实现的成功率有待改进 好的可以达到70 -Face recognition source code for pca and lda classic face recognition could be improved to achieve a good success rate can reach 70
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:2.33kb
    • 提供者:
  1. pca_knn

    0下载:
  2. 本方法采用pca进行特征提取,knn分类器进行人脸识别。-The method of feature extraction using pca, knn classifier for face recognition.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:3.01kb
    • 提供者:zhangpei
  1. face_recognition_PCAPBPNN

    0下载:
  2. The purpose of this work is to identify a given face image using main features of face. The dimensionality of face image is reduced by the Principal component analysis (PCA, using eigenfaces method) and the recognition is done by the Back propagation
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-13
    • 文件大小:2.97mb
    • 提供者:amine
  1. 3435646

    0下载:
  2. 利用MATLAB进行人脸识别。利用人脸的特征进行定位,识别等。效果很好-Using MATLAB for face recognition. Features of human face location, identification, and so on. Good results. . .
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:179.85kb
    • 提供者:zhangkun
  1. realadaboost

    3下载:
  2. matlab的一个基于realadaboost的人脸检测程序,有详细的源码,包括haar特征的提取,以及若分类器的学习。-Matlab based on adaboost face detection procedures, there are detailed source code, including haar feature extraction, and if the classifier learning
  3. 所属分类:2D图形编程

    • 发布日期:2014-03-18
    • 文件大小:154.14kb
    • 提供者:杨浦东
  1. PCA_based-Face-Recognition-System

    0下载:
  2. 使用传统的PCA主成分法,进行人脸的识别与匹配,源程序为matlab版,本程序改写,已经将内置函数进行了替换-Use the traditional method of PCA components, face recognition and matching, source code for matlab version, the program rewritten, and has built-in functions to replace
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:258.61kb
    • 提供者:君君
  1. face-detection-using-skin-color

    0下载:
  2. a face detection method using skin color implemented in matlab
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1.97mb
    • 提供者:orlagno
  1. facedetect-MATLABcode

    0下载:
  2. 人脸检测的核心算法以及在matlab开发环境下的实现程序-The core algorithm of face detection and implementation procedures in the matlab development environment 双语对照
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:14.12kb
    • 提供者:高旗
  1. FaceRec

    0下载:
  2. 通过预建的人脸图像库,实现人脸识别的matlab程序。-By pre-built library of face images, face recognition matlab program.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:1.31kb
    • 提供者:song
  1. harrlike-for-face-dectection

    0下载:
  2. harrlike算法实现人脸检测和定位方法,MATLAB环境,经测试,效果非常好-harrlike algorithm face detection and localization methods, MATLAB environment, tested, very good results
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1.15kb
    • 提供者:zhangyaoming
  1. tezhenglian

    0下载:
  2. 用于特征脸识别的MATLAB经典代码,本科毕业设计所做,调试成功,运行结果理想-Face Recognition MATLAB for feature classic code, doing graduate design, debugging success, the results are satisfactory
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-06
    • 文件大小:1.07mb
    • 提供者:叶一淳
  1. Hausdorff-distance-facedetection

    1下载:
  2. 利用hausdorff距离判断匹配,实现人脸检测的matlab程序,实现速度还不错-Using Hausdorff to judge the distance matching,Implementation of face detection matlab program,Speed is also good》
  3. 所属分类:2D图形编程

    • 发布日期:2017-06-07
    • 文件大小:5.8kb
    • 提供者:xiaohanhan
  1. faceclassfying

    0下载:
  2. 人脸识别程序,包含人脸库和非人脸库,模块性和通用性强,方便修改-Matlab Code for face Classfying
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-13
    • 文件大小:2.53mb
    • 提供者:S.W. Huo
  1. lsb

    0下载:
  2. 基于matlab的简单人脸识别,这里通过对人脸图像打上网格,对区域块图像做二值分析,通过像素比例来做处理。进而得到人脸区域。-A simple matlab based face recognition, the face image of a grid, the two value image through the analysis of the regional block, the proportion of pixels to process. To get the face reg
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:630.2kb
    • 提供者:龙建
  1. Yale_face-recognition_pca

    0下载:
  2. 使用yale人脸数据库,用PCA降维方法来对人脸数据进行分类的MATLAB代码,附有人脸图片-Yale face , using PCA dimension reduction method to classify data of face of MATLAB code, and comes with a human face images
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1.52mb
    • 提供者:yanlun
  1. face--recognition

    0下载:
  2. 人脸识别,用于MATLAB识别人脸,用于自动识别人脸的系统。-Face recognition, face recognition for MATLAB for the use of automatic face recognition system
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-12
    • 文件大小:7.87mb
    • 提供者:张清风
« 12 »
搜珍网 www.dssz.com