irisannprot

所属分类:图形图象
开发工具:matlab
文件大小:60KB
下载次数:2
上传日期:2018-12-25 17:18:38
上 传 者Elayadi
说明:  iris recognition system with matlab

文件列表:
polarmatrices.p (43414, 2008-12-15)
sourcecode.m (438, 2008-12-07)
irisann.p (21716, 2008-12-15)
irissegmentation.p (13286, 2008-12-15)

% PERSONAL IRIS RECOGNITION USING NEURAL NETWORK % % Copy all files in Matlab current directory and type "irisann" 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 "Iris Recognition" button) % Note: If you want to perform iris recognition database has to include % at least one image. % If you choose to add image to database, a positive integer (iris 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 "irisann" 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. % % Iris Recognition: iris matching. The selected input image is processed % % Delete Database: remove database from the current directory % % 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 %***************************************************************** % %

近期下载者

相关文件


收藏者