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

搜索资源列表

  1. MATLAcode.rar

    0下载:
  2. matlab常见的几个算法,有人脸识别, 车牌号识别等。,matlab several common algorithms, there is face recognition, license plate number recognition.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:29457
    • 提供者:程和
  1. gabor_face

    0下载:
  2. 人工智能人脸识别的基于gabor小波的matlab参考算法-Face Recognition Artificial Intelligence gabor wavelet-based reference algorithm matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3629
    • 提供者:songy
  1. opencv

    0下载:
  2. adaboost算法 人脸识别 用opencv实现的,供大家学习交流-Face recognition algorithm adaboost
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:10340198
    • 提供者:小彬
  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. Equalization

    0下载:
  2. MATLAB实现人脸识别,光照归一化算法-MATLAB realization of face recognition, illumination normalization algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:412067
    • 提供者:li
  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. DMMC

    0下载:
  2. DMMC算法在JAFFE 30*180训练与测试集下的人脸识别算法,其中包括源代码及所用的人脸库。-DMMC algorithm JAFFE 30* 180, under the training and test set of face recognition algorithms, including source code and libraries used by the human face.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2356534
    • 提供者:lyhpjlcn
  1. faceRecognitionBasedOnWavelet

    0下载:
  2. 基于小波变换和神经网络的人脸识别:本论文围绕人脸识别问题对人脸特征提取及识别技术进行了研究。主要有:对人脸识别的研究工作进行了综述;在KL算法的基础上提出了新的基于KL的特征提取方法,克服了KL算法计算量大,计算时间长的缺点,-Based on Wavelet Transform and Neural Network Face Recognition: In this paper, issues surrounding the face recognition feature extractio
  3. 所属分类:Wavelet

    • 发布日期:2017-05-15
    • 文件大小:3935365
    • 提供者:hyh
  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. 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. PCA2D

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

    • 发布日期:2017-04-06
    • 文件大小:1123
    • 提供者:niushaobo
  1. PCA

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

    • 发布日期:2017-04-06
    • 文件大小:1220
    • 提供者:niushaobo
  1. LDA

    0下载:
  2. LDA是人脸识别中比较基础的一个算法,在人脸识别中使用较广-Comparison of LDA in face recognition are based on an algorithm used in face recognition broader
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2890
    • 提供者:zhangwenming
  1. PCA-Face-Recognition

    1下载:
  2. 一个用PCA算法实现的人脸识别小程序,备注详细,有利于学习。-a PCA althology to recognize faces
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:365835
    • 提供者:cxf
  1. AdaBoost_Feature

    0下载:
  2. 这里不光有AdaBoost算法本身的实现,而且还包含利用特征模板从人脸提取特征值的代码,让大家轻松掌握利用AdaBoost进行人脸识别的全过程。-AdaBoost algorithm here not only has its own implementation, but also includes the use of the characteristics of the template from the extracted features of face value of the c
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-24
    • 文件大小:90542
    • 提供者:
  1. homework

    1下载:
  2. 使用基于PCA+KNN算法实现的人脸识别,本算法的优点在于使用的是基于2DPCA的方法,计算时间更短,效率更高。-PCA+ KNN-based face recognition algorithm, the advantage of this algorithm is based on the use of 2DPCA method in calculating the time is even shorter, more efficient.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6190427
    • 提供者:周丽霞
  1. pca-ch

    0下载:
  2. pca人脸识别程序,应用PCA算法进行人脸识别-pca face recognition
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3534193
    • 提供者:王朋
  1. pcafacerecognition

    0下载:
  2. 基于主成分分析(PCA)的人脸识别系统 利用2D PCA算法求对训练集向量进行降维的降维矩阵,最近邻法测试对测试集识别的精度-pca face recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:195973
    • 提供者:费菲
  1. KPCA

    0下载:
  2. 人脸识别中KPCA算法,调试成功。大家可以下载-KPCA face recognition algorithms, debugging success.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:687
    • 提供者:王朋
  1. malic

    0下载:
  2. 它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)等等 Malic is realtime face recognition system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1326224
    • 提供者:乔超
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com