nmffaceprotect
nmf 

所属分类:matlab编程
开发工具:matlab
文件大小:330KB
下载次数:2
上传日期:2017-11-07 17:49:31
上 传 者akinaji
说明:  NMF algorithm with matlab for image proccessing

文件列表:
nmffaceprotect\A\compare.p (2358, 2014-06-08)
nmffaceprotect\A\nmf.p (3818, 2014-06-08)
nmffaceprotect\A\nmfface.p (19697, 2014-06-08)
nmffaceprotect\A\nmf_als.p (3794, 2014-06-08)
nmffaceprotect\A\nmf_alsobs.p (6241, 2014-06-08)
nmffaceprotect\A\nmf_cjlin.p (7871, 2014-06-08)
nmffaceprotect\A\nmf_euclidean_dist.p (413, 2014-06-08)
nmffaceprotect\A\nmf_mm.p (3357, 2014-06-08)
nmffaceprotect\A\nmf_prob.p (4939, 2014-06-08)
nmffaceprotect\A\order_comp.p (1129, 2014-06-08)
nmffaceprotect\A\sourcecode.m (443, 2014-06-08)
nmffaceprotect\A\test_toolbox.p (2486, 2014-06-08)
nmffaceprotect\B\compare.p (390, 2014-06-08)
nmffaceprotect\B\nmf.p (494, 2014-06-08)
nmffaceprotect\B\nmfface.p (2189, 2014-06-08)
nmffaceprotect\B\nmf_als.p (528, 2014-06-08)
nmffaceprotect\B\nmf_alsobs.p (768, 2014-06-08)
nmffaceprotect\B\nmf_cjlin.p (772, 2014-06-08)
nmffaceprotect\B\nmf_euclidean_dist.p (109, 2014-06-08)
nmffaceprotect\B\nmf_mm.p (497, 2014-06-08)
nmffaceprotect\B\nmf_prob.p (665, 2014-06-08)
nmffaceprotect\B\order_comp.p (213, 2014-06-08)
nmffaceprotect\B\sourcecode.m (443, 2014-06-08)
nmffaceprotect\B\test_toolbox.p (362, 2014-06-08)
nmffaceprotect\data\s1\1.pgm (10318, 1994-04-18)
nmffaceprotect\data\s1\10.pgm (10318, 1994-04-18)
nmffaceprotect\data\s1\2.pgm (10318, 1994-04-18)
nmffaceprotect\data\s1\3.pgm (10318, 1994-04-18)
nmffaceprotect\data\s1\4.pgm (10318, 1994-04-18)
nmffaceprotect\data\s1\5.pgm (10318, 1994-04-18)
nmffaceprotect\data\s1\6.pgm (10322, 1994-04-18)
nmffaceprotect\data\s1\7.pgm (10321, 1994-04-18)
nmffaceprotect\data\s1\8.pgm (10318, 1994-04-18)
nmffaceprotect\data\s1\9.pgm (10318, 1994-04-18)
nmffaceprotect\data\s2\1.pgm (10326, 1994-04-18)
nmffaceprotect\data\s2\10.pgm (10323, 1994-04-18)
nmffaceprotect\data\s2\2.pgm (10318, 1994-04-18)
nmffaceprotect\data\s2\3.pgm (10318, 1994-04-18)
... ...

% Copy all files in Matlab current directory and type "nmfface" on % Matlab command window. A simple and intuitive GUI should appear. % % % 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 "nmfface" 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. % % % The images included are taken from AT&T Laboratories Cambridge's % Face 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 % % Face Recognition: face recognition. The selected input image is processed % % NMF Visualization: visualize extracted features % % Delete Database: remove database from the current directory % % Program info: show informations about this software % % Source code: how to obtain the complete source code % % Exit: quit program % % %***************************************************************** % Luigi Rosa % Via Centrale 35 % 67042 Civita di Bagno % L'Aquila - ITALY % email luigi.rosa@tiscali.it % mobile +39 3207214179 % website http://www.advancedsourcecode.com %***************************************************************** % %

近期下载者

相关文件


收藏者