face_recognition_fft

所属分类:数学计算
开发工具:matlab
文件大小:1303KB
下载次数:6
上传日期:2009-06-30 22:18:12
上 传 者sstto
说明:  face recognition algorithm in frequency space

文件列表:
face_recognition_fft\facefft.p (35262, 2006-01-21)
face_recognition_fft\recognition.m (775, 2005-12-31)
face_recognition_fft\s1\1.pgm (10318, 1994-04-18)
face_recognition_fft\s1\10.pgm (10318, 1994-04-18)
face_recognition_fft\s1\2.pgm (10318, 1994-04-18)
face_recognition_fft\s1\3.pgm (10318, 1994-04-18)
face_recognition_fft\s1\4.pgm (10318, 1994-04-18)
face_recognition_fft\s1\5.pgm (10318, 1994-04-18)
face_recognition_fft\s1\6.pgm (10318, 1994-04-18)
face_recognition_fft\s1\7.pgm (10318, 1994-04-18)
face_recognition_fft\s1\8.pgm (10318, 1994-04-18)
face_recognition_fft\s1\9.pgm (10318, 1994-04-18)
face_recognition_fft\s10\1.pgm (10318, 1994-04-18)
face_recognition_fft\s10\10.pgm (10318, 1994-04-18)
face_recognition_fft\s10\2.pgm (10318, 1994-04-18)
face_recognition_fft\s10\3.pgm (10318, 1994-04-18)
face_recognition_fft\s10\4.pgm (10318, 1994-04-18)
face_recognition_fft\s10\5.pgm (10318, 1994-04-18)
face_recognition_fft\s10\6.pgm (10318, 1994-04-18)
face_recognition_fft\s10\7.pgm (10318, 1994-04-18)
face_recognition_fft\s10\8.pgm (10318, 1994-04-18)
face_recognition_fft\s10\9.pgm (10318, 1994-04-18)
face_recognition_fft\s11\1.pgm (10318, 1994-04-18)
face_recognition_fft\s11\10.pgm (10318, 1994-04-18)
face_recognition_fft\s11\2.pgm (10318, 1994-04-18)
face_recognition_fft\s11\3.pgm (10318, 1994-04-18)
face_recognition_fft\s11\4.pgm (10318, 1994-04-18)
face_recognition_fft\s11\5.pgm (10318, 1994-04-18)
face_recognition_fft\s11\6.pgm (10318, 1994-04-18)
face_recognition_fft\s11\7.pgm (10318, 1994-04-18)
face_recognition_fft\s11\8.pgm (10318, 1994-04-18)
face_recognition_fft\s11\9.pgm (10318, 1994-04-18)
face_recognition_fft\s12\1.pgm (10318, 1994-04-18)
face_recognition_fft\s12\10.pgm (10318, 1994-04-18)
face_recognition_fft\s12\2.pgm (10318, 1994-04-18)
face_recognition_fft\s12\3.pgm (10318, 1994-04-18)
face_recognition_fft\s12\4.pgm (10318, 1994-04-18)
face_recognition_fft\s12\5.pgm (10318, 1994-04-18)
face_recognition_fft\s12\6.pgm (10318, 1994-04-18)
... ...

% Copy all files in Matlab current directory and type "facefft" on % Matlab command window. % % First, select an input image clicking on "Select image". % Then you can % - add this image to database (click on "Add selected image to database" % - perform face recognition (click on "Face Recognition" button) % Note: If you want to perform face recognition database has to include % at least one image. % % If you choose to add image to database, a positive integer (face ID) is % required. This posivive integer is a progressive number which identifies % a person (each person corresponds to a class). % For example: % - run the GUI (type "facefft" on Matlab command window) % - delete database (click on "Delete Database") % - add "mike1.jpg" to database ---> the ID has to be 1 since Mike is the first % person you are adding to database % - add "mike2.jpg" to database ---> the ID has to be 1 since you have already % added a Mike's image to database % - add "paul1.jpg" to database ---> the ID has to be 2 since Paul is the second person % you are adding to database % - add "cindy1.jpg" to database ---> the ID has to be 3 since Cindy is % the third person you are adding to database % - add "paul2.jpg" to database ---> the ID has to be 2 once again since % you have already added Paul to database % % ... and so on! Very simple, isnt't? :) % % The recognition gives as results the ID of nearest person present in % database. For example if you select image "paul3.jpg" the ID given SHOULD % be 2: "it should be" because errors are possible. % % 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. % % Face Recognition: face matching. The selected input image is processed % % Delete Database: remove database from the current directory % % Info: show informations about this software % % % Source code for Face Recognition System: how to obtain the complete source code % % Exit: quit program % % %

近期下载者

相关文件


收藏者