⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 一个利用matlab实现的特征脸的提取程序
💻 TXT
字号:
The zip file includes:

readme.txt                       ----> this file
faces.zip                         -----> a collection of face images, see the cited references for more informations about this database
facerecognition.m          -----> the M-file

Type "facerecognition" on Matlab Command Window to start image processing.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


FACE RECOGNITION SYSTEM
 
  Face recognition system based on EigenFaces Method.
  The system functions by projecting face images onto a feature space
  that spans the significant variations among known face images. The
  significant features are known as "eigenfaces" because they are the
  eigenvectors (principal components) of the set of faces.
 
  Face images must be collected into sets: every set (or class) should
  include a number of images for each person, with some variations in 
  expression and in the lighting. When a new input image is read and added
  to the training database, the number of class is required. We choose a
  number of eigenvectors M' equal to the number of class (see algorithmic
  details in the cited references).
 
  The images included are taken from AT&T Laboratories Cambridge's
  DataBase. See the cited references for more informations.
  
  
  FUNCTIONS
 
  Select image:                   read the input image
 
  Add selected image to database: the input image is added to database and will be used for training
 
  Database Info:                  show informations about the images present in database. Images must 
                                  have the same size. If this is not true you have to resize them.
 
  Face Recognition:               face matching. The selected input image is processed 
 
  Delete Database:                remove database from the current directory
 
  Info:                           show informations about this software
 
  Exit:                           quit program
 
 
   References:
   "Eigenfaces for Recognition", Matthew Turk and Alex Pentlad
   Journal of Cognitive Neuroscience pp.71-86, March 1991
   Vision and Modeling Group, The Media Laboratory
   Massachusetts Institute of Technology
   paper is available at http://www.cs.ucsb.edu/~mturk/Papers/jcn.pdf
   See also Matthew Turk's homepage http://www.cs.ucsb.edu/~mturk/research.htm
 
   AT&T Laboratories Cambridge. The ORL face database, Olivetti Research Laboratory available at
   http://www.uk.research.att.com/pub/data/att_faces.zip
   or http://www.uk.research.att.com/pub/data/att_faces.tar.Z
 
 
 
 Please contribute if you find this software useful.
 Report bugs to luigi.rosa@tiscali.it
 
 
 *****************************************************************
  Luigi Rosa
  Via Centrale 27
  67042 Civita di Bagno
  L'Aquila --- ITALY 
  email  luigi.rosa@tiscali.it
  mobile +39 340 3463208 
  http://utenti.lycos.it/matlab
 *****************************************************************

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -