搜索资源列表

  1. eigenface_matlab

    0下载:
  2. This matlab code implements the face recognition system. It uses the AT&T database. You need to download the database before running the code. Instruction to download the database is in the comment section of the file.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2017
    • 提供者:vivi
  1. face_recognition

    0下载:
  2. 这个Matlab程序使用eigenface系统实现人脸识别,它使用AT&T的数据库,运行代码实例前,请阅读其中的comment,下载该数据库。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1853
    • 提供者:lcp
  1. 人脸识别

    0下载:
  2. 使用PCA实现人脸识别的算法,matlab实现
  3. 所属分类:源码下载

    • 发布日期:2011-06-07
    • 文件大小:215351
    • 提供者:fsq1988@126.com
  1. eigenface_matlab

    0下载:
  2. This matlab code implements the face recognition system. It uses the AT&T database. You need to download the database before running the code. Instruction to download the database is in the comment section of the file.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:vivi
  1. icaFacesCode

    0下载:
  2. 使用ica算法实现的人脸识别的程序,由牛人写的-Ica algorithm using face recognition procedures were written by the cattle
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-07
    • 文件大小:12288
    • 提供者:Kevin
  1. face_recognition

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

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:lcp
  1. Facerecognition_M

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

    • 发布日期:2024-06-07
    • 文件大小:43008
    • 提供者:adoby
  1. AdaBoost

    0下载:
  2. 人脸识别Adaboost源代码,用matlab编写实现,使用Adaboost算法进行人脸检测-source code for face recognation using Adaboost
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:孙家冕
  1. homework

    0下载:
  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 effici
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-07
    • 文件大小:6190080
    • 提供者:周丽霞
  1. pca

    0下载:
  2. 使用MATLAB开发环境,来 实现人脸识别-fase recognition
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:jiancat38
  1. FaceDetectorOtherversion

    0下载:
  2. 采用adaboost算法用于人脸检测,实现较快的人脸识别。使用MATLAB语言编写。-Using adaboost face detection algorithm is used to achieve a faster face recognition. Using the MATLAB language.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-07
    • 文件大小:786432
    • 提供者:sysun
  1. PCA

    0下载:
  2. 实现好的基于PCA的人脸识别系统,程序非常有参考价值,MATLAB编写,内附使用说明。-To achieve a good face recognition system based on PCA, the program very useful, MATLAB written instructions included.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:181248
    • 提供者:张恒
  1. SRC

    0下载:
  2. 该源码实现了使用基于稀疏表示的人脸识别算法。使用GPSR作为l1模最小化方法。-This pack of code implement a imges-based face recognition using sparse representation classification. In the algorithm, i employ GPSR as tool to complete the optimization procedur
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-07
    • 文件大小:8192
    • 提供者:zhang chao
  1. FaceRec

    0下载:
  2. 基于matlab2008的人脸识别系统,使用了PCA +Adaboost与PCA+SVM分别实现了人脸识别,使用了orl人脸库,给一个人的图片就可以识别此人身份,识别率高达84 -Matlab2008 face recognition system based on use of the PCA + Adaboost achieved with the PCA+ SVM face recognition, respectivel
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-07
    • 文件大小:16052224
    • 提供者:周天
  1. face_rec

    0下载:
  2. ## 人脸识别GUI设计 这是我在理解PCA算法后,设计`MATLAB GUI`实现人脸识别。 ### 使用方法: 1. 运行face.m主脚本 2. 点击`训练机器`选择train文件夹 3. 点击`choose photo`选择test文件夹下的一张图片 4. 最后点击`recognize`即可进行识别 5. 点击`Accuracy`可计算整个test文件夹下所有图识别准确率 ###(## face
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-07
    • 文件大小:2177024
    • 提供者:innce
  1. face_shibie

    0下载:
  2. 使用了两种方法实现人脸识别:hog+svm,KNN(Two methods are used to implement face recognition: hog+svm, KNN)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-07
    • 文件大小:39936
    • 提供者:xuhongxh123
  1. MATLAB - 车牌识别代码打包

    0下载:
  2. 使用MATLAB实现车牌识别,可以正常运行(Using MATLAB to realize license plate recognition, it can run normally)
  3. 所属分类:图形图象

  1. BP神经网络的人脸识别matlab代码

    0下载:
  2. 使用MATLAB实现人脸识别,可以正常运行(Using MATLAB to realize face recognition, it can run normally)
  3. 所属分类:其他小程序

  1. STLBP_Matlab

    0下载:
  2. 基于lbp实现人脸识别,使用matlab实现,代码简单易懂(Realization of face recognition)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:573440
    • 提供者:保罗yj
  1. W124-PCA和LDA人脸识别

    0下载:
  2. 实现人脸的识别,使用LDA的模型,基于matlab的语言(Realize face recognition)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:落叶飘零
« 12 »

源码中国 www.ymcn.org