Readme.txt
上传用户:netsea168
上传日期:2015-08-07
资源大小:617k
文件大小:1k
源码类别:

图形图象

开发平台:

Matlab

  1. 'Eigenface' Face Recognition System
  2. Written by: Amir Hossein Omidvarnia
  3. Email: aomidvar@ece.ut.ac.ir           
  4. This package implements a well-known PCA-based face recognition 
  5. method, which is called 'Eigenface' [1].
  6. All functions are easy to use, as they are heavy commented. 
  7. Furthermore, a sample script is included to show their usage. 
  8. In general, you should follow this order:
  9. 1. Select training and test database paths.
  10. 2. Select path of the test image.
  11. 3. Run 'CreateDatabase' function to create 2D matrix of all training images.
  12. 4. Run 'EigenfaceCore' function to produce basis's of facespace.
  13. 5. Run 'Recognition' function to get the name of equivalent image in training database.  
  14. For your convenience, I have prepared sample training and test databases, which are parts 
  15. of 'face94' Essex face database [2]. You just need to copy the above functions, along with 
  16. the training and test databases into a specified path (for example 'work' path of your
  17. MATLAB root). Then follow dialog boxes, which will appear upon running 'example.m'.
  18. Enjoy it!
  19. References:
  20. [1] P. N. Belhumeur, J. Hespanha, and D. J. Kriegman. Eigenfaces vs. Fisherfaces: Recognition 
  21.     using class specific linear projection. In ECCV (1), pages 45--58, 1996.
  22. [2] Available at:
  23.     http://cswww.essex.ac.uk/mv/allfaces/faces94.zip