資源簡(jiǎn)介
基于matlab的虹膜識(shí)別程序,還配有英文論文。
代碼片段和文件信息
%?createiristemplate?-?generates?a?biometric?template?from?an?iris?in
%?an?eye?image.
%
%?Usage:?
%?[template?mask]?=?createiristemplate(eyeimage_filename)
%
%?Arguments:
% eyeimage_filename???-?the?file?name?of?the?eye?image
%
%?Output:
% template ????-?the?binary?iris?biometric?template
% mask ????-?the?binary?iris?noise?mask
%
%?Author:?
%?Libor?Masek
%?masekl01@csse.uwa.edu.au
%?School?of?Computer?Science?&?Software?Engineering
%?The?University?of?Western?Australia
%?November?2003
function?[template?mask]?=?createiristemplate(eyeimage_filename)
%?path?for?writing?diagnostic?images
global?DIAGPATH
DIAGPATH?=?‘diagnostics‘;
%normalisation?parameters
radial_res?=?20;
angular_res?=?240;
%?with?these?settings?a?9600?bit?iris?template?is
%?created
%fe
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????2904??2003-11-25?09:20??虹膜識(shí)別的Matlab程序\createiristemplate.m
?????文件???????1733??2003-11-28?15:51??虹膜識(shí)別的Matlab程序\Matching\gethammingdistance.m
?????文件???????1552??2003-11-28?15:59??虹膜識(shí)別的Matlab程序\Matching\shiftbits.m
?????文件???????1997??2003-11-30?13:01??虹膜識(shí)別的Matlab程序\Normal_encoding\encode.m
?????文件???????2557??2003-11-30?13:09??虹膜識(shí)別的Matlab程序\Normal_encoding\gaborconvolve.m
?????文件???????5035??2003-11-30?13:24??虹膜識(shí)別的Matlab程序\Normal_encoding\normaliseiris.m
?????文件???????1432??2003-11-30?13:44??虹膜識(shí)別的Matlab程序\README.txt
?????文件????2282557??2008-03-16?20:25??虹膜識(shí)別的Matlab程序\Recognition?of?Human?Iris?Patterns?for?Biometric?Identification(虹膜識(shí)別).pdf
?????文件???????1472??2003-02-07?09:25??虹膜識(shí)別的Matlab程序\Segmentation\addcircle.m
?????文件????????844??2003-02-11?18:57??虹膜識(shí)別的Matlab程序\Segmentation\adjgamma.m
?????文件???????2219??2003-11-25?11:11??虹膜識(shí)別的Matlab程序\Segmentation\canny.m
?????文件???????1622??2003-11-30?12:20??虹膜識(shí)別的Matlab程序\Segmentation\circlecoords.m
?????文件???????2321??2003-11-25?09:42??虹膜識(shí)別的Matlab程序\Segmentation\findcircle.m
?????文件???????1090??2003-11-25?10:56??虹膜識(shí)別的Matlab程序\Segmentation\findline.m
?????文件????????917??2003-11-25?09:41??虹膜識(shí)別的Matlab程序\Segmentation\houghcircle.m
?????文件???????3304??2003-02-11?18:34??虹膜識(shí)別的Matlab程序\Segmentation\hysthresh.m
?????文件????????812??2003-11-25?09:23??虹膜識(shí)別的Matlab程序\Segmentation\linecoords.m
?????文件???????3683??2003-02-11?18:34??虹膜識(shí)別的Matlab程序\Segmentation\nonmaxsup.m
?????文件???????3261??2003-11-25?10:09??虹膜識(shí)別的Matlab程序\Segmentation\segmentiris.m
?????文件????????729??2008-10-02?00:28??虹膜識(shí)別的Matlab程序\使用說(shuō)明請(qǐng)參看右側(cè)注釋====〉〉.txt
?????目錄??????????0??2003-11-30?12:22??虹膜識(shí)別的Matlab程序\Matching
?????目錄??????????0??2003-11-30?13:41??虹膜識(shí)別的Matlab程序\Normal_encoding
?????目錄??????????0??2003-11-30?12:21??虹膜識(shí)別的Matlab程序\Segmentation
?????目錄??????????0??2009-09-21?13:39??虹膜識(shí)別的Matlab程序
-----------?---------??----------?-----??----
??????????????2322041????????????????????24
評(píng)論
共有 條評(píng)論