登录
首页 » matlab » face--recognition

face--recognition

于 2017-04-14 发布 文件大小:8060KB
0 151
下载积分: 1 下载次数: 144

代码说明:

  人脸识别,用于MATLAB识别人脸,用于自动识别人脸的系统。(Face recognition, face recognition for MATLAB for the use of automatic face recognition system)

文件列表:

人脸识别代码
............\method_svd_奇异值分解
............\.....................\allFeature.m,5640,2008-05-17
............\.....................\answer.m,374,2015-09-06
............\.....................\answer2.m,7013,2015-09-07
............\.....................\answer3.m,3015,2015-09-08
............\.....................\content.m,732,2007-04-08
............\.....................\createBP.m,1385,2006-06-03
............\.....................\createBP1.m,1562,2007-03-18
............\.....................\face20.txt,166,2015-09-06
............\.....................\result.m,2188,2007-03-27
............\.....................\s1

............\.....................\..\1.pgm,10318,1994-04-18

............\.....................\..\10.pgm,10318,1994-04-18

............\.....................\..\2.pgm,10318,1994-04-18

............\.....................\..\3.pgm,10318,1994-04-18

............\.....................\..\4.pgm,10318,1994-04-18
............\.....................\..\5.BMP,11382,2005-05-27
............\.....................\..\5.pgm,10318,1994-04-18
............\.....................\..\6.BMP,11382,2005-05-27
............\.....................\..\6.pgm,10318,1994-04-18
............\.....................\..\7.BMP,11382,2005-05-27
............\.....................\..\7.pgm,10318,1994-04-18
............\.....................\..\8.BMP,11382,2005-05-27
............\.....................\..\8.pgm,10318,1994-04-18
............\.....................\..\9.BMP,11382,2005-05-27
............\.....................\..\9.pgm,10318,1994-04-18
............\.....................\s10

............\.....................\...\1.pgm,10318,1994-04-18

............\.....................\...\10.pgm,10318,1994-04-18

............\.....................\...\2.pgm,10318,1994-04-18

............\.....................\...\3.pgm,10318,1994-04-18

............\.....................\...\4.pgm,10318,1994-04-18
............\.....................\...\5.BMP,11382,2005-05-27
............\.....................\...\5.pgm,10318,1994-04-18
............\.....................\...\6.BMP,11382,2005-05-27
............\.....................\...\6.pgm,10318,1994-04-18
............\.....................\...\7.BMP,11382,2005-05-27
............\.....................\...\7.pgm,10318,1994-04-18
............\.....................\...\8.BMP,11382,2005-05-27
............\.....................\...\8.pgm,10318,1994-04-18
............\.....................\...\9.BMP,11382,2005-05-27
............\.....................\...\9.pgm,10318,1994-04-18
............\.....................\s11

............\.....................\...\1.pgm,10318,1994-04-18

............\.....................\...\10.pgm,10318,1994-04-18

............\.....................\...\2.pgm,10318,1994-04-18

............\.....................\...\3.pgm,10318,1994-04-18

............\.....................\...\4.pgm,10318,1994-04-18
............\.....................\...\5.BMP,11382,2005-05-27
............\.....................\...\5.pgm,10318,1994-04-18
............\.....................\...\6.BMP,11382,2005-05-27
............\.....................\...\6.pgm,10318,1994-04-18
............\.....................\...\7.BMP,11382,2005-05-27
............\.....................\...\7.pgm,10318,1994-04-18
............\.....................\...\8.BMP,11382,2005-05-27
............\.....................\...\8.pgm,10318,1994-04-18
............\.....................\...\9.BMP,11382,2005-05-27
............\.....................\...\9.pgm,10318,1994-04-18
............\.....................\s12

............\.....................\...\1.pgm,10318,1994-04-18

............\.....................\...\10.pgm,10318,1994-04-18

............\.....................\...\2.pgm,10318,1994-04-18

............\.....................\...\3.pgm,10318,1994-04-18

............\.....................\...\4.pgm,10318,1994-04-18
............\.....................\...\5.BMP,11382,2005-05-27
............\.....................\...\5.pgm,10318,1994-04-18
............\.....................\...\6.BMP,11382,2005-05-27
............\.....................\...\6.pgm,10318,1994-04-18
............\.....................\...\7.BMP,11382,2005-05-27
............\.....................\...\7.pgm,10318,1994-04-18
............\.....................\...\8.BMP,11382,2005-05-27
............\.....................\...\8.pgm,10318,1994-04-18
............\.....................\...\9.BMP,11382,2005-05-27
............\.....................\...\9.pgm,10318,1994-04-18
............\.....................\s13

............\.....................\...\1.pgm,10318,1994-04-18

............\.....................\...\10.pgm,10318,1994-04-18

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

发表评论

0 个回复

  • Delaunay
    用matlab编写的Delaunay三角化的程序,在points里面修改自己的初始点。(Delaunay triangulation using matlab program to modify the initial point, the points inside.)
    2012-08-26 23:41:14下载
    积分:1
  • snakes算法简单序(可运行)
    说明:  snakes算法简单程序(可运行),对初步学习snakes算法有帮助(snakes simple algorithm (runs), the preliminary study snakes help Algorithm)
    2005-11-09 09:35:24下载
    积分:1
  • 基于MATLAB的学生成绩管理系统
    说明:  学生成绩管理与分析系统的统计功能与分析功能的实现:使用matlab中max函数、min函数、mean函数、std函数求最高分、最低分、平均分、本标准方差;使用sort函数对成绩从高到低进行排序,使用bar函数绘制直方图;使用pie函数绘制饼状图。(Student achievement management system based on MATLAB)
    2020-07-04 09:20:02下载
    积分:1
  • cg-prog
    computer graphics 2d programs
    2011-12-05 15:24:33下载
    积分:1
  • rockf
    Prewitte边缘算子法(Prewitte Edge Operators)
    2005-01-20 14:58:44下载
    积分:1
  • DrawPad
    说明:  能花线,圆,矩形,正方形 能选者颜色,能选者填充的背景图案 (can spend line, circle, rectangle, square color who can be elected, who can be elected to fill the background logo)
    2006-05-15 15:14:59下载
    积分:1
  • 2DfastTriangulation
    清华大学本科生课程设计,实现平面点集的三角剖分!用外接圆测试剖分的正确性。算法执行速度较快,但存在狭长三角形!(Tsinghua University undergraduate courses designed to achieve the triangulation of the set of points in the plane! Circumcircle test the correctness of the split. Algorithms perform faster, but there is a long, narrow triangle!)
    2012-09-05 10:47:37下载
    积分:1
  • PMP
    使用结构光投射,用PMP的相位测量方法进行三维测量(Using the structural light projection, the method of measurement of PMP is measured in three dimensions)
    2017-05-20 09:46:42下载
    积分:1
  • LK
    说明:  用LK光流算法实现视频跟踪的金字塔实现方法(Optical Flow Computation)
    2012-07-04 22:53:46下载
    积分:1
  • mfc
    通过MFC的操作进行图形的操作,可以让进行简单图形绘制(through MFC to realise some functions)
    2014-03-17 12:14:08下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载