资源简介

基于matlab的虹膜识别程序,还配有英文论文。

资源截图

代码片段和文件信息

% 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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2904  2003-11-25 09:20  虹膜识别的Matlab程序\createiristemplate.m

     文件       1733  2003-11-28 15:51  虹膜识别的Matlab程序\Matching\gethammingdistance.m

     文件       1552  2003-11-28 15:59  虹膜识别的Matlab程序\Matching\shiftbits.m

     文件       1997  2003-11-30 13:01  虹膜识别的Matlab程序\Normal_encoding\encode.m

     文件       2557  2003-11-30 13:09  虹膜识别的Matlab程序\Normal_encoding\gaborconvolve.m

     文件       5035  2003-11-30 13:24  虹膜识别的Matlab程序\Normal_encoding\normaliseiris.m

     文件       1432  2003-11-30 13:44  虹膜识别的Matlab程序\README.txt

     文件    2282557  2008-03-16 20:25  虹膜识别的Matlab程序\Recognition of Human Iris Patterns for Biometric Identification(虹膜识别).pdf

     文件       1472  2003-02-07 09:25  虹膜识别的Matlab程序\Segmentation\addcircle.m

     文件        844  2003-02-11 18:57  虹膜识别的Matlab程序\Segmentation\adjgamma.m

     文件       2219  2003-11-25 11:11  虹膜识别的Matlab程序\Segmentation\canny.m

     文件       1622  2003-11-30 12:20  虹膜识别的Matlab程序\Segmentation\circlecoords.m

     文件       2321  2003-11-25 09:42  虹膜识别的Matlab程序\Segmentation\findcircle.m

     文件       1090  2003-11-25 10:56  虹膜识别的Matlab程序\Segmentation\findline.m

     文件        917  2003-11-25 09:41  虹膜识别的Matlab程序\Segmentation\houghcircle.m

     文件       3304  2003-02-11 18:34  虹膜识别的Matlab程序\Segmentation\hysthresh.m

     文件        812  2003-11-25 09:23  虹膜识别的Matlab程序\Segmentation\linecoords.m

     文件       3683  2003-02-11 18:34  虹膜识别的Matlab程序\Segmentation\nonmaxsup.m

     文件       3261  2003-11-25 10:09  虹膜识别的Matlab程序\Segmentation\segmentiris.m

     文件        729  2008-10-02 00:28  虹膜识别的Matlab程序\使用说明请参看右侧注释====〉〉.txt

     目录          0  2003-11-30 12:22  虹膜识别的Matlab程序\Matching

     目录          0  2003-11-30 13:41  虹膜识别的Matlab程序\Normal_encoding

     目录          0  2003-11-30 12:21  虹膜识别的Matlab程序\Segmentation

     目录          0  2009-09-21 13:39  虹膜识别的Matlab程序

----------- ---------  ---------- -----  ----

              2322041                    24


评论

共有 条评论