Integr

所属分类:模式识别(视觉/语音等)
开发工具:matlab
文件大小:475KB
下载次数:179
上传日期:2009-08-08 10:10:44
上 传 者lavenderpang
说明:  一种虹膜识别算法程序,可以很好的实现虹膜的识别。
(Iris recognition algorithm for a procedure, you can achieve a good identification of the iris.)

文件列表:
Integrodifferential operator (0, 2009-07-15)
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)

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

近期下载者

相关文件


收藏者