CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 人脸识别 matlab

搜索资源列表

  1. 人脸识别matlab实现

    3下载:
  2. 人脸识别,采用gabor实现的matlab代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2011-12-27
    • 文件大小:190017
    • 提供者:wangzhibin536
  1. 人脸识别程序SVM,matlab的

    2下载:
  2. 人脸识别程序SVM,matlab的……初次上传多多指教,Face Recognition procedures SVM, matlab ... ... the initial upload of the exhibitions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:1987
    • 提供者:rao
  1. LBP.rar

    1下载:
  2. 人脸识别提出的LBP特征计算程序,简单实用的特征,可以得到统计的直方图特征,LBP features of face recognition proposed by the calculation procedure, simple and practical features of the histogram statistics can be characteristic of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:3224
    • 提供者:changxin.gao
  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. 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. pca

    1下载:
  2. PCA代码 主成分分析代码 适合初学人脸识别的朋友学习使用-PCA principal component analysis source code suitable for beginner learning to use face recognition friend
  3. 所属分类:Special Effects

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

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

    • 发布日期:2017-04-08
    • 文件大小:2594
    • 提供者:fuyanjun
  1. face

    0下载:
  2. 人脸识别matlab源代码,应用主分量分析(PCA)实现了人脸识别。-Face recognition matlab source code, application of principal component analysis (PCA) to achieve a face recognition.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:33809
    • 提供者:马汪
  1. pnn_lvq

    0下载:
  2. 这是2D人脸识别matlab源代码,要下的赶紧下载吧!-This is a 2D face recognition matlab code, if you need this, download it right now!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1111
    • 提供者:jzh
  1. FLD_basedFaceRecognitionSystem_v2

    0下载:
  2. pca+fisher 人脸识别MATLAB程序,附加图像数据库,适合简单的人脸识别。 -pca+ fisher face recognition program using MATLAB , adding image database for easy recognition.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:271147
    • 提供者:海棉宝宝
  1. 人脸识别matlab程序

    4下载:
  2. 人脸识别matlab程序,很好的程序,很详细。(Matlab program for face recognition)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-16
    • 文件大小:8192
    • 提供者:wangauan
  1. 神经网络实现人脸识别任务

    2下载:
  2. 通过python第三方库和matlab神经网络工具箱实现人脸识别(Face recognition using MATLAB and python through neural network)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:58417152
    • 提供者:SpongeB0B
  1. Adaboost人脸识别

    1下载:
  2. 运用adaboost方法进行人脸检测的matlab算法,实用易懂,适合初学者!(Using adaboost method for face detection matlab algorithm, practical and easy to understand, suitable for beginners!)
  3. 所属分类:图形图像处理

  1. 人脸识别

    0下载:
  2. 利用数字图像处理里的方法得到的基于颜色和区域的人脸识别,包括单人和多人算法,单人算法效果比较好,对同色背景仍能很好的识别,多人算法效果一般,容易识别缺失(Face recognition based on color and region is achieved by using the method of digital image processing, including single person and multi person algorithm. The single player
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:532480
    • 提供者:怀风
  1. PCA+GUI人脸识别

    0下载:
  2. 基于PCA主成分分析算法和Yale人脸数据库,采用Matlab语言实现的人脸识别程序,整个程序分为预处理、训练、识别、GUI界面控制等几个模块,注释清晰,通俗易懂。(Based on PCA principal component analysis algorithm and Yale face database, the face recognition program is implemented in Matlab language. The whole program is divide
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:2179072
    • 提供者:linXH
  1. PCA_based Face Recognition System

    0下载:
  2. 基于主成分分析pca的人脸识别matlab源码,用的是orl库(Face recognition matlab source code based on PCA)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:327680
    • 提供者:起啥名儿好
  1. 基于matlab的人脸识别

    1下载:
  2. matlab实现人脸识别的代码,有文档说明,有需要的同学可以下载(Matlab to achieve face recognition code, there is documentation, students in need can be downloaded.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:8230912
    • 提供者:凯撒11
  1. 基于LBP算子的人脸识别

    2下载:
  2. 基于LBP的人脸识别算法,Matlab编程语言(Face recognition algorithm based on LBP using matlab programming language)
  3. 所属分类:图形图像处理

    • 发布日期:2019-05-13
    • 文件大小:1074176
    • 提供者:易大大
  1. 人脸识别 MATLAB代码

    1下载:
  2. 使用pca方法对图像进行特征提取,对训练集的20个人的共一百张人脸进行训练,使用adaboost算法生成强分类器,可以对测试集的人脸图片进行识别,且识别率较高(The PCA method is used to extract the features of the image, and the training is carried out for a total of 100 faces of 20 people in the training set. The AdaBoost algor
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-07
    • 文件大小:19835904
    • 提供者:王二愣子
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com