登录
首页 » Others » Face-recognition

Face-recognition

于 2020-09-14 发布 文件大小:22325KB
0 177
下载积分: 1 下载次数: 209

代码说明:

  基于SVM的人脸识别,识别率很高的,MATLAB代码,已验证完毕(SVM-based face recognition, recognition rate high, MATLAB code, has completed verification)

文件列表:

基于SVM的人脸识别,包括相应的论文讲解
.....................................\11打开图像用户界面.m,1612,2011-01-26
.....................................\1样本的重建.m,354,2009-01-01
.....................................\2训练阈值.m,2058,2011-01-26
.....................................\composite.tiff,208022,2011-02-12
.....................................\Data
.....................................\....\sample
.....................................\....\......\s1

.....................................\....\......\..\1.pgm,10318,2007-10-30

.....................................\....\......\..\2.pgm,10318,2007-10-30

.....................................\....\......\..\3.pgm,10318,2007-10-30

.....................................\....\......\..\4.pgm,10318,2007-10-30

.....................................\....\......\..\5.pgm,10318,2007-10-30
.....................................\....\......\s10

.....................................\....\......\...\1.pgm,10318,2007-10-30

.....................................\....\......\...\2.pgm,10318,2007-10-30

.....................................\....\......\...\3.pgm,10318,2007-10-30

.....................................\....\......\...\4.pgm,10318,2007-10-30

.....................................\....\......\...\5.pgm,10318,2007-10-30
.....................................\....\......\s11

.....................................\....\......\...\1.pgm,10318,2007-10-30

.....................................\....\......\...\2.pgm,10318,2007-10-30

.....................................\....\......\...\3.pgm,10318,2007-10-30

.....................................\....\......\...\4.pgm,10318,2007-10-30

.....................................\....\......\...\5.pgm,10318,2007-10-30
.....................................\....\......\s12

.....................................\....\......\...\1.pgm,10318,2007-10-30

.....................................\....\......\...\2.pgm,10318,2007-10-30

.....................................\....\......\...\3.pgm,10318,2007-10-30

.....................................\....\......\...\4.pgm,10318,2007-10-30

.....................................\....\......\...\5.pgm,10318,2007-10-30
.....................................\....\......\s13

.....................................\....\......\...\1.pgm,10318,2007-10-30

.....................................\....\......\...\2.pgm,10318,2007-10-30

.....................................\....\......\...\3.pgm,10318,2007-10-30

.....................................\....\......\...\4.pgm,10318,2007-10-30

.....................................\....\......\...\5.pgm,10318,2007-10-30
.....................................\....\......\s14

.....................................\....\......\...\1.pgm,10318,2007-10-30

.....................................\....\......\...\2.pgm,10318,2007-10-30

.....................................\....\......\...\3.pgm,10318,2007-10-30

.....................................\....\......\...\4.pgm,10318,2007-10-30

.....................................\....\......\...\5.pgm,10318,2007-10-30
.....................................\....\......\s15

.....................................\....\......\...\1.pgm,10318,2007-10-30

.....................................\....\......\...\2.pgm,10318,2007-10-30

.....................................\....\......\...\3.pgm,10318,2007-10-30

.....................................\....\......\...\4.pgm,10318,2007-10-30

.....................................\....\......\...\5.pgm,10318,2007-10-30
.....................................\....\......\s16

.....................................\....\......\...\1.pgm,10318,2007-10-30

.....................................\....\......\...\2.pgm,10318,2007-10-30

.....................................\....\......\...\3.pgm,10318,2007-10-30

.....................................\....\......\...\4.pgm,10318,2007-10-30

.....................................\....\......\...\5.pgm,10318,2007-10-30
.....................................\....\......\s17

.....................................\....\......\...\1.pgm,10318,2007-10-30

.....................................\....\......\...\2.pgm,10318,2007-10-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • QPSKsimulation
    重要是实现通过瑞利信道的QPSK的仿真,同时给出了其误码率的仿真(Important thing is to achieve through the Rayleigh channel QPSK simulation, while its error rate is given simulation)
    2009-12-11 14:11:35下载
    积分:1
  • boxtreen
    fast and simple voxel traversal algorithm
    2010-12-16 19:07:36下载
    积分:1
  • Analyzing-the-Analyzers
    分析剖析器,深入的综述数据科学家和他们的工作是应用数据科学的方法到专业社区的结果。(Analyzing the Analyzers: An Introspective Survey of Data Scientists and their Work is the result of applying the methods of data science to our own professional community. )
    2013-08-09 17:22:36下载
    积分:1
  • NPC_vincotech
    vincotech的NPC控制资料,Neutral Point Clamped Inverter,很详细的拓扑结构分析和测试波形(vincotech the NPC control information, Neutral Point Clamped Inverter, very detailed topology analysis and test waveforms)
    2014-10-12 12:14:01下载
    积分:1
  • applied_signal_4
    this file contain matlab code for fir filter design
    2010-11-10 05:49:38下载
    积分:1
  • arma1
    Time series analysis and signal processing
    2012-05-02 03:48:04下载
    积分:1
  • bidirectional RRT
    说明:  RRT基本算法仿真,基于三维环境仿真,可更改障碍区(path planning,based on RRT algorithm,obstacle avoidance,robot,)
    2020-05-20 21:55:33下载
    积分:1
  • Samplingfromadiscretedistribution
    说明:  MonteCarlo抽样Matlab程序(Sampling from a discrete distribution)
    2010-05-01 12:45:52下载
    积分:1
  • Naive-Bayes
    一个学习Naive Bayes的matlab代码,学习到的参数只与样本的个数有关,与实际的样本值没有直接关系。 为了代码的可读性、容易学些,算法的实现没有采用MATLAB向量化 操作。(A Naive Bayes learning matlab code, only to learn the parameters related to the number of samples, and the actual sample values ​ ​ are not directly related. For code readability, easy to learn something, no algorithm using MATLAB vectorized operations.)
    2013-08-19 17:25:06下载
    积分:1
  • 6547
    matlab电力电子技术仿真的实现,真的很实用,帮了我很多,现在跟大家分享(matlab simulation of power electronic technology to achieve, really practical, helped me a lot to share with you now)
    2013-04-06 23:50:42下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载