TIchinese_A1746

所属分类:matlab编程
开发工具:matlab
文件大小:477KB
下载次数:100
上传日期:2010-05-20 16:03:23
上 传 者nimohhh
说明:  虹膜识别算法 对图像要求较高 算法简单 内附可用于程序图片
(Iris recognition algorithms require a higher simple algorithm and the image can be used to process images containing)

文件列表:
虹膜识别算法程序\Integrodifferential operator\74bw.bmp (308280, 2009-06-25)
虹膜识别算法程序\Integrodifferential operator\75bw.bmp (308280, 2009-06-25)
虹膜识别算法程序\Integrodifferential operator\aa.bmp (921654, 2009-06-17)
虹膜识别算法程序\Integrodifferential operator\bb.bmp (921654, 2009-06-17)
虹膜识别算法程序\Integrodifferential operator\drawcircle.m (1210, 2007-07-21)
虹膜识别算法程序\Integrodifferential operator\lineint.m (2250, 2007-07-21)
虹膜识别算法程序\Integrodifferential operator\main1.asv (148, 2009-07-15)
虹膜识别算法程序\Integrodifferential operator\main1.m (170, 2009-07-15)
虹膜识别算法程序\Integrodifferential operator\Notes.txt (352, 2007-07-21)
虹膜识别算法程序\Integrodifferential operator\partiald.m (1971, 2007-07-21)
虹膜识别算法程序\Integrodifferential operator\References.txt (741, 2007-07-21)
虹膜识别算法程序\Integrodifferential operator\search.m (960, 2007-07-21)
虹膜识别算法程序\Integrodifferential operator\thresh.m (3703, 2007-07-21)
虹膜识别算法程序\使用说明请参看右侧注释====〉〉.txt (729, 2008-10-02)
虹膜识别算法程序\Integrodifferential operator (0, 2009-09-26)
虹膜识别算法程序 (0, 2009-09-26)

Code is not yet finished totally. Small improvements can be made. Parameters that need to be changed from database to database(of iris images) are: 1.If required the neighbourhood around the coarse location of the centre in the 'search' function can be modified.I have used a 11*11 neighbourhood around the coarse centre. 2.Then of course the minimum and maximum radius values of the iris have to be given as input.That is necessary. 3.Scaling can be changed if accuracy is not too much of a concern.This basically runs the algorith on a smaller image and then resizes it back to the original size. The procedure to call the function is as follows: use thresh which is the main calling function and include all functions except data.m on the search path.data.m was developed to automate the code execution on a large serially ordered databse. Function call is: [ci,cp,o]=thresh(im,rminiris,rmaxiris) INPUTS: 1.Im is input image. In case the image gives problems like functions not working with uint8 convert to double before calling the function 2.rminiris and rmaxiris are the minimum and maximum values of the iris radius. These are the only inputs(parameters are described above) Output: 1.ci is the 3-element vector corresponding to x coordinate of iris centre,y coordinate of iris centre and radius in that order(Coordinate system as in Gonz and Woods) 2.SImilar comments apply to cp 3.o is the output image with the circles shown. Anirudh SK

近期下载者

相关文件


收藏者