虹膜身份识别算法的研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
在当今信息化时代,如何准确鉴别一个人的身份、保护信息安全,已成为一个必须解决的社会问题。传统的身份认证方式由于极易伪造和丢失,越来越难以满足人们的需求,目前最为便捷与安全的解决方案无疑就是生物特征识别技术。虹膜识别是各种生物特征识别技术中误识率最低的,并且具有唯一性、稳定性、可采集性、非侵犯性和防伪性等优点,有着广阔的应用前景、巨大的经济效益和科学研究价值。
     虹膜识别算法主要包括虹膜图像质量评价、虹膜图像预处理、特征抽取和模式匹配等环节,其中虹膜图像预处理包括虹膜内外边界定位、眼睑定位、虹膜归一化、图像增强和噪声去除。
     本文主要对虹膜识别算法进行了如下研究和创新:
     1)实际采集到的虹膜图像常常存在散焦模糊和眼睑、睫毛的严重遮挡,增大了同类虹膜之间的差异,容易导致虹膜识别系统的错误拒绝率增加。本文从降低算法复杂度、减小运算量的角度出发,提出了一种快速有效的分步式虹膜图像质量评价算法:首先,使用高斯拉普拉斯算子提取瞳孔两侧虹膜局部区域的高频分量来判断图像是否散焦模糊;然后,计算瞳孔上方指定区域的平均灰度来判断虹膜区域是否受到眼睑的严重遮挡;最后,通过提取瞳孔上方指定区域的水平高频分量来衡量虹膜受睫毛遮挡的程度。该算法只需要定位瞳孔,避免了难定位、耗时长的虹膜外圆定位,并且只针对虹膜局部区域提取相关信息,不需要处理整幅图像,在CASIA 1.0和CASIA 2.0 ver1虹膜库上进行了实验,结果表明这是一种快速有效的虹膜图像质量评价算法。
     2)在虹膜定位方面,针对经典算法都是在三维参数空间迭代求最优解,存在着计算量大、运行速度慢的缺点,本文提出了一种快速准确、鲁棒性好的虹膜定位方法:根据虹膜图像的灰度分布特点,巩膜、虹膜和瞳孔依次呈阶梯分布,并且瞳孔和虹膜的分界较明显,内圆定位相对容易,分别使用了最小二乘法和几何方法来定位瞳孔。然后在瞳孔定位的基础上,采用改进的Canny算子结合Hough变换的方法定位虹膜外圆。检测眼睑时,提出了采用Radon变换分段直线定位眼睑,并用阈值法去除了睫毛、眼睑阴影对虹膜区域的干扰。3)由于虹膜图像的大小和分辨率各不相同,并且还不同程度地存在着平移、缩放和旋转失真,使得虹膜模式很难直接进行比对。本文采用Daugman提出的各向同质的橡胶皮弹性模型(Rubber Sheet Model),对定位后的虹膜图像进行了归一化处理,经分析取归一化图像分辨率为512×64。为了去除眼睑、睫毛的干扰,选取归一化图像中右上角四分之一部分作为虹膜的有效区域,同时,为了避免瞳孔对有效区域的影响,舍弃前四行纹理信息,从第五行开始选取虹膜有效区域,有效部分的分辨率大小是256×32。
     4)考虑到二维Gabor函数能够较好地模拟动物视觉系统中的一对简单视觉神经元的感受特性,通过选择不同的窗口、频率和方向参数,可以得到有效的纹理特征。本文设计并构造了基于极坐标形式的32通道Gabor滤波器对归一化虹膜图像提取纹理特征,并使用Hamming距离进行匹配,取得了较好的识别效果。实验中选用CASIA 1.0库中有效区域受干扰较少的53只眼睛共371幅图像作为实验用虹膜库,并取得了在阈值为0.372时,错误拒绝18次,错误接受587次,错误拒绝率为1.62 %,错误接受率为0.87 %,正确识别率为99.119 %的满意结果。
In the informatization time, how to correctly identify a person's identity and protect his information safe already becomes a social problem which needs to be solved. The traditional identity autentication methods become more and more difficult to satisfy people's requirements as a result of its easy forging and lost. At present, the most convenient and fast solution will undoubtedly be the biometrics. Because iris recognition has the least false recognition rate among all kinds of biometrics, and it has the merits of uniqueness, stability, non-invasive and antifalsification, iris recognition has the broard application prospect, huge economic benefits and research value.
     Iris recognition algorithm includes iris image quality assessment, iris image pre-process, feature extraction and pattern matching, while iris image pre-process includes the localization of inner and outer circles, eyelid localization, iris normolization, image enhancement and noise removal.
     In this paper, we mainly research and innovate following iris recognition parts:
     1) Usually there are defocus and eyelid occlusion in the obtained iris images, which increase difference among intra-class iris images, and at last will make the false reject rate of recognition system up. To reduce the complexity of algorithm and computation, we propose a fast and efficient multiple step iris image quality assessment algorithm, which is as: Firstly the high frequency power of iris local areas lying in the two sides of the pupil is calculated by Laplacian of Gaussian operator to discard the defocused images, secondly the average gray value of the upper designated area of the pupil is computed to discard the seriously occluded images by eyelid, lastly the occluded degree by eyelash is measured through the horizontal high frequency power of the upper designated area of the pupil. Besides, the algorithm only needs to localize pupil, avoids the hard localized and time-consuming outer circle localization. In addition, the algorithm just extracts relative information from iris local areas to assess image quality, needs not to handle the whole image. We experiment it on CASIA 1.0 and CASIA 2.0 ver1 iris libraries, and the result shows that it is a fast and efficient iris image quality assessment algorithm.
     2) In localizing iris, we propose a fast, accurate and robust iris localization method, while the classical methods have disadvantage of large calculated amount and consuming time because of their iteration in three-dimension parameter space. According to the gray distribution of iris image, the gray of sclera, iris and pupil is of ladder distribution, and it is obvious between pupil boundary and iris boundary, so inner circle of iris is easy to localize, and we separatsely use the least squares method and geometric method to localize pupil. Then on the basis of pupil localization, we use the improved Canny operator plus Hough transform to localize outer circle of iris. While detecting eyelids, we propose a method of Radon transform subsection line to localize eyelid, and use threshold method to remove eyelash and eyelid shadow.
     3) As a result of different sizes and different resolutions of iris images and translation distortion, zoom distortion and rorate distortion with different degrees in iris images, it is hard to compare directly iris patterns. We use Daugman's Rubber Sheet Model to normalize the licalized iris, and transform the annular iris into the same size rectange which is of size 512×64. To remove the eyelid and eyelash interferences, we select the right corner quarter of normalized iris as the valid area to do the subsequent recognition, to avoid influence from pupil, we select iris pixels from the fifth row, and the valid iris area is of size 256×32.
     4) Because 2D Gabor function could simulate the feeling characteristics of a pair of simple visual neurons from animals, we can use it to extract useful pattern feature through selecting different window, frequency and direction parameters. In this paper, we design and construct 32 enterclose Gabor filter based on polar form to extract pattern feature from normalized iris image, and then we use Hamming distance to match. We select 53 eyes, 371 images from CASIA 1.0, whose useful iris area is disturbed a little, and when threshold is 0.372, the false reject time is 18, the false acception time is 587, the false rejection rate is 1.62 %, the false accept rate is 0.87 %, and the correct recognition rate is 99.119 %, while the result is pleasant.
引文
[1] A. K. Jain, A. Ross, S. Prabhakar. An introduction to biometric recognition [J]. IEEE Transactions on Circuits and Systems for Video Technology, 2004, 14(1): 4-20.
    [2] M. Turk, A. Pentland. Eigenfaces for reegnition [J]. Journal of Cognitive Neurosciences, 1991, 3(1): 71-86.
    [3] J. Daugman. Face and gesture recognition [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence, 1997, 19(7): 675-676.
    [4] Stan Z. Li, Anil K. Jain. Handbook of face recognition [M], 2004, New York, Springer, 2004.
    [5] Anil K. Jain, Lin Hong, Bolle. R. On-line fingerprint verification [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence, 1997, 19(4): 302-313.
    [6] D. Maltoni, D. Maio, A. K. Jain, et al. Handbook of fingerprint recognition [M]. Springer, 2003.
    [7] D. Zhang, W. Shu. Two novel characteristic in palmprint verification: datum point invariance and line feature matching [J]. 1999, 32(4): 691-702.
    [8] D. Zhang, W K. Kong, J. You, et al. Online palmprint identification [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2003, 25(9): 1041-1050.
    [9] J. Daugman. High confidence visual recognition of persons by a test of statistical independence [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence, 1993, 15(11): 1148-1161.
    [10] R. Wildes. A system for automated iris recognition [J]. Proceeding of the Second IEEE Workshop on Applications of Computer Vision, 1994: 121-128.
    [11] L. Ma, T. Tan, Y. Wang, et al. Personal recognition based on iris texture analysis [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2003, 25(12): 1519-1533.
    [12] J. Hu, M. K. Brown, W. Turin. HMM based online handwriting recognition [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence, 1996, 18(10): 1039-1045.
    [13] C. Bahlmann, H. Burkhardt. Thewriter independent online handwriting recognition system frog on hand and cluster generative statistical dynamic time warping [J]. IEEE Transactions on Pattern Analysis on Machine Intelligence, 2004, 26(3) : 299-310.
    [14] H. Sheikhzadeh, L. Deng. Waveform-based speech recognition using hidden filter models: parameter selection and sensitivity to power normalization [J]. IEEE Transactions on Speech and Audio Processing, 1994, 2(1): 80-89.
    [15] J. Campbell. Speaker recognition: a tutorial [J]. Proceeding of IEEE, 1997, 85(9): 1437-1462.
    [16] J. Yoo, M. Nixon, C. Harris. Model-driven statistical analysis of human gait motion [J]. Proceeding of IEEE International Conference on Image Processing, 2002: 285-288.
    [17] Z. Liu, S. Sarkar. Improved gait recognition by gait dynamics normalization [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2006, 28(6): 863-876.
    [18] David D. Zhang. Automated biometrics technologies and systems [M]. Kluwer AcademicPublishers, 2000.
    [19] J. L. Wayman. Fundamentals of biometric authentication technologies [J]. International Journal of Image and Graphics, 2001, 1(1): 93-113.
    [20] Frankfurt airport to test face, finger and iris [J]. Biometric Technology Today, 2004, 12(5): 12.
    [21] Iris recognition in focus [J]. Biometric Technology Today, 2005, 13(2): 9-11.
    [22] Middle east country eyes up biometrics [J]. Biometric Technology Today, 2005, 13(4): 2.
    [23] Multi-biometric match-on-card alliance formed [J]. Biometric Technology Today, 2005, 13(5): 6.
    [24] Iris technology keeps an eye on missing children [J]. Biometric Technology Today, 2005, 13(6): 3.
    [25] T. Mansfield, G. Kelly, D. Chandler, et al. Biometric product testing final report [R]. National Physical Laboratory of UK, Issue 1.0, 2001.
    [26] Peter T. Higgins. An overview of biometrics [J]. The Proceeding of Biometrics Consortium Conference, 2004, Hyatt Regency Crystal City, Arlington, VA, USA.
    [27] John Campbell. Interoperability and conformance testing [J]. The Proceeding of Biometrics Consortium Conference, 2005, Hyatt Regency Crystal City, Arlington, VA, USA.
    [28] FBI & DHS. IDENT/IAFIS interoperability [J]. The Proceeding of Biometrics Consortium Conference, 2005, Hyatt Regency Crystal City, Arlington, VA, USA.
    [29] Anil K Jain. Multimodal biometric systems [J]. The Proceeding of Biometrics Consortium Conference, 2005, Hyatt Regency Crystal City, Arlington, VA, USA.
    [30] John Daugman. High confidence visual recognition of person by a test of statistical independence [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence, 1993, 15(11): 1148-1161.
    [31] Ales Muron, Jaroslav Pospisil. The human iris structure and its usages [J]. acta univ. palacki. olomuc., fac. rer. nat. phisica 39, 2000: 87-95.
    [32] H. Tabatabaee, A. M. Fard, H. Jafariani. Identifier system using retina image and uy clusterin [J]. Information and Communication Technologies, 2006, 2: 1031-1036.
    [33]张成海,张铎.现代自动识别技术与应用[M].北京:清华大学出版社,2003.
    [34] Z. Ji, Y. Jian. The development of automatic recognition system for DNA, engineering in medicine and biology society [J]. Proceeding of the Annual International Conference of the IEEE, 1998: 366-367.
    [35] E. Ficarra, L. Benini, E. Macii, et al. Automated DNA fragments recognition and sizing through AFM image processing [J]. IEEE Transactions on Information Technology in Biomedicine, 2005, 9(4): 508-517.
    [36]刘家琦.实用眼科学[M].北京:人民卫生出版社,1984.110-115.
    [37] http://www.cmi.hku.hk/Teaching/eye/structure/structure.htm [EB/OL].
    [38]王春,叶虎年.虹膜识别算法的研究[J].贵州工业大学学报(自然科学版),2000,29(3):48-52.
    [39] Richard P W, Jane C A, Gilbert L G, et al. A machine-vision system for iris recognition [J]. Machine Vision and Application, 1996, 9(1) : 1-8.
    [40]严民军,汪云九.虹膜的计算机识别原理[J].生物化学与生物物理进展,2000,27(4): 348-350.
    [41] Leonard Flom, Aran Safir. Iris recognition system [P]. United States, 4641394. 1987.
    [42] R. P. Wildes, Jane C. Asmuth, Gilbert L. Green, et al. Automated noninvasive iris recognition system and method [P]. United States, 5572596. 1996.
    [43] J. Matyas, M. Stephen, J. Stapleton. A biometric standard for information management and security [J]. Computers & Security, 2000, 19(5): 428-441.
    [44] Williams, O. Gerald. Iris recognition technology [J]. IEEE Aerospace and Electronic systems magazine, 1997, 12(4): 23-29.
    [45] A. Bertillon. La couleur de I’iris [J]. Rev. of Science, 1985, 36(3): 65-73.
    [46] Johnson R. G. Can iris patterns be used to identify people [R]. Chemical and Laser Sciences Division LA-12331-PR, Los Alamos National Laboratory, CA, 1991.
    [47] Daugman J. G. Biometric personal identification system based on iris analysis [P]. United States, 5291560. 1994.
    [48] W. W. Boles, B. Boashash. A human identification technique using images of the iris and wavelet transform [J]. IEEE Transactions on Signal Processing, 1998, 46(4): 1185-1188.
    [49] Shinyoung Lim, Kwanyong Lee, Okhwan Byeori, et al. Efficient iris recognition through improvement of feature vector and classifier [J]. ETRI Journal, 2001, 23(2): 61-70.
    [50]谭铁牛,朱勇,王蕴红.虹膜图像采集装置(实用新型专利)[P].中国专利,2392219.1999.
    [51]谭铁牛,王蕴红,马力.活体虹膜图像采集装置(实用新型专利)[P].中国专利,2508306.2001.
    [52]施鹏飞,宫雅卓,邢磊.虹膜纹理归一化处理方法[P].中国专利,1445714.2003.
    [53]何孝富.活体虹膜识别的关键技术研究[D]:[博士学位论文].上海:上海交通大学,2007.
    [54]袁晓燕.虹膜定位、形变及特征提取研究[D]:[博士学位论文].上海:上海交通大学,2008.
    [55]沈沉.虹膜识别技术研究[D]:[硕士学位论文].杭州:浙江大学,2004.
    [56]古红英.基于统计学习理论的虹膜识别研究[D]:[博士学位论文].杭州:浙江大学,2005.
    [57]于力.虹膜图像的特征分析研究[D]:[博士学位论文].哈尔滨:哈尔滨工业大学,2006.
    [58]赵琦.虹膜图像预处理和识别方法研究[D].哈尔滨:哈尔滨工业大学,2007.
    [59]徐中宇.虹膜识别算法的研究[D]:[博士学位论文].吉林:吉林大学,2006.
    [60]李志慧.虹膜识别特征提取与表达的理论和方法研究[D]:[博士学位论文].吉林:吉林大学,2007.
    [61]徐露.虹膜识别若干关键问题研究[D]:[博士学位论文].沈阳:沈阳工业大学,2008.
    [62]林忠华.基于人眼自然睁开状态下的识别方法研究[D]:[博士学位论文].沈阳:沈阳工业大学,2008.
    [63]美国Iridian Technologies公司[Z]. http://www.iridiantech.com
    [64]韩国LG公司[Z]. http://www.lg.co.kr/korean
    [65]日本松下公司[Z]. http://www.panasonic.co.jp/global
    [66]日本OKI公司[Z]. http://www.oki.comd
    [67]中国科学院自动化研究所[Z]. htt://www.cbsr.ia.ac.cn/IrisDatabase.htm
    [68] J. Daugman. How iris recognition works [J]. IEEE Transaction on Circuits and Systems for Video Technology, 2004, 14(1): 21-30.
    [69] J. Daugman. Statistical richness of visual phase information: update on recognizing persons by iris patterns [J]. International Journal of Computer Vision, 2001, 45(1): 25-38.
    [70] J. Daugman. The importance of being random: statistical principles of iris recognition [J]. Pattern Recognition, 2003, 36(2): 279-291.
    [71] J. Daugman. Complete discrete 2D Gabor transforms by neural networks for image analysis and ompression [J]. IEEE Transactions on Acoustics, Speech and Signal Proceeding, 1988, 36(7): 1169-1179.
    [72] A. Bovik, N. Gopal, T. Emmoth, et al. Localized measurement of emergent imagefrequencies by Gabor wavelets [J]. IEEE Transactions on Information Theory, 1992, 38(3): 691-712.
    [73] T. S. Lee. Image representation using 2D Gabor wavelets [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence, 1996, 18(10): 959-971.
    [74] R. Wildes, J. Asmuth, G. Green, et al. A machine-vision system for iris recognition [J]. Machine Vision and Applications, 1996, 9: 1-8.
    [75] R. Duda, P. Hart. Use of the Hough transform to detect lines and curves in pictures [J]. Communications of the ACM, 1975: 11-15.
    [76] S. Tsuji, E. Oja, P. Kultanan. Detection of ellipses by a modified Hough transformation [J]. IEEE Transactions on Computers, 1978, 27(8): 777-781.
    [77] A. Leung. Modification of Hough transform for circle and ellipses detecting using a 2 dimensional array [J]. Pattern Recognition, 1992, 25(6): 1007-1022.
    [78] P. Burt, E. Adelson. The laplacian pyramid as a compact image code [J]. IEEE Transactions on Communication, 1983, 31(4): 532-540.
    [79] Boles W W. A security system based on human iris identification using wavelet transform [J]. 1th International Conference on Knowledge-Based Intelligent Electronic System, 1997.
    [80]林喜荣,黄析伟,苏晓生,等.生物特征识别技术的标准化进程[J].清华大学学报(自然科学版),2006,(2):194-198.
    [81]刘希清.生物特征识别技术标准化工作现状研究[J].金卡工程,2005,(12):37-39.
    [82]袁理,杨建军.生物特征识别标准新进展[J].信息技术与标准化,2006,(6):28-32.
    [83]韦志辉,程军.基于小波变换的一种新的图像质量评价方法[J].南京理工大学学报,1998,22(6):552-555.
    [84] Chun-Hsien Chou, Yun-Chin Li. A perceptually tuned subband image coder based on the measure of just-noticeable-distortion profile [J]. IEEE Transactions on Circuits and Systems for Video Technology, 1995, 5(6): 467-476.
    [85] J. Daugman. Biometric personal identification system based on iris analysis [P]. United States, 5291560, 1994.
    [86] Z. Wei, T. Tan, Z. Sun, et al. Robust and fast assessment of iris image quality [J]. International Conference on Biometrics, 2005: 464-471.
    [87]杨福生.小波变换的工程分析与应用[M].北京:科学出版社,1999.
    [88]陈戟,胡广书,徐进.基于小波包分解的虹膜图像质量评价算法[J].清华大学学报,2003,43(3):377-380.
    [89] Eslami R, Radha H. Wavelet-based contourlet transform and its application to image coding [J]. Proceedings of the International Conference on Image Processing, 2004: 3189-3192.
    [90] Lu Wen, Gao Xin-Bo, Wang Ti-Sheng. A natural image quality assessment metric based on wavelet-based contourlet transform [J]. Acta Electronica Sinica, 2008, 36(2): 303-308.
    [91]陈瑞,林喜荣,于天怀.基于WBCT的虹膜图像质量评价算法[J].自动化学报,2009,35(5):618-621.
    [92]邢磊,施鹏飞.虹膜图像的质量评测方法[J].中国体视学与图像分析,2003,8(2):108-113.
    [93] R. Fisher, S. Perkins, A. Walker, et al. Laplacian/Laplacian of Gaussian [OB/EL]. http://homepages.inf.ed.ac.uk/rbf/HIPR2/log.htm
    [94]孙即祥.图像分析[M].北京:科学出版社,2005.
    [95]张强,郭宝龙.基于非采样Contourlet变换多传感器图像融合算法[J].自动化学报,2008, 34(2):135-141.
    [96]中国科学院自动化研究所.CASIA虹膜图像数据库[EB/OL].http://www.sinobiometrics.com
    [97]刘克,杨靖宇,权军,等.离焦图像模糊辨识及复原方法研究[J].自动化学报,1994,20(1):58-65.
    [98] Huang J, Wang Y, Cui J, et al. Noise removal and impainting model for iris image [J]. Proceedings of the 2004 International Conference on Image Processing, 2004: 869-872.
    [99] R. Wildes, J. Asmuth, G. Green, et al. A machine-vision system for iris recognition [J]. Mach. Vis. Applic., 1996, 9: 1-8.
    [100] Richard P. Wildes. Iris recognition: an emerging biometric technology [J]. Proceeding of the IEEE, 1997, 85(9): 1348-1363.
    [101] Canny J. A computational approach to edge detection [J]. IEEE Pattern Analysis and Machine Intelligence, 1986, 8: 679-698.
    [102] Davies ER. A modified Hough scheme for general circle location [J]. Pattern Recognition Letters, 1988, 7(1): 37-43.
    [103] Ballard DH. Generalizing the Hough transform to detect arbitrary shapes [J]. Pattern Recognition, 1981, 13(2): 111-122.
    [104] Chiu SH, Liaw J-J. An effective voting method for circle detection [J]. Pattern Recognition Letters, 2005, 26(2): 121-133.
    [105]张德馨.虹膜图像的预处理[D].北京:中国科学院自动化研究所,2003.
    [106] Jain A K. Fundamentals of digital image processing [M]. USA: Prentice Hall, 1989.
    [107]田启川.不完美虹膜的定位分割、特征提取与分类识别[D]:[博士学位论文].西安:西北工业大学,2005.
    [108] Daugman J G. High confidence personal identification by rapid video analysis of iris texture [J]. Proceeding of IEEE 1992 International Canrnahan Conference on Security Technology, 1992, 50-60.
    [109] J. Daugman. Demodulation by complex-valued wavelets for stochastic pattern recognition [J]. International Journal of Wavelets, Multiresolution and Information Processing, 2003, 1: 1-17.
    [110] Ma L, Tan T, Wang Y. Efficient iris recognition by characterizing key local variations [J]. IEEE Transactions on Image Processing, 2004, 13(6): 739-750.
    [111] Richard P W, Jane C A, Gilbert L G, et al. A machine-vision system for iris recognition [J]. Machine Vision and Application, 1996, 9(1): 1-8.
    [112] J. P. Ivins, J. Porrill, J. P. Frisby. A deformable model of the human iris driven by non-linearleast-squares minimization [J]. The 6th International Conference on Image Processing and its Applications, 1997, 1: 14-17.
    [113] Harry J. Wyatt. A minimum-wear-and-tear meshwork for the iris [J]. Vision Research, 2000, 40(16): 2167-2176.
    [114] Jason Thornton Marios Savvides, Vijaya Kumar. A Bayesian approach to deformed pattern matching of iris image [J]. IEEE Transaction on Pattern Analysis and Machine Intelligence, 2007, 29(4): 596-606.
    [115]王蕴红,朱勇,谭铁牛.基于虹膜识别的身份鉴别[J].自动化学报,2002,28(1):1-10.
    [116]张仁彦.虹膜身份识别算法研究[D]:[博士学位论文].哈尔滨:哈尔滨工程大学,2006.
    [117]明星.虹膜识别技术中小波变换的应用原理与方法[D]:[博士学位论文].长春:吉林大学,2006.
    [118]狄文彬.虹膜识别算法的研究和实现[D]:[硕士学位论文].沈阳:沈阳工业大学,2004.
    [119] Ma L, Tan T, Y. Wang, et al. Personal identification based on iris texture analysis [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2003, 25(12): 1519-1533.
    [120] Ma L, Tan T, Zhang D, et al. Local intensity variation analysis for iris recognition [J]. Pattern Recognition, 2004, 379(6): 1287-1298.
    [121] Rafael C. Gonzalez, Richard E. Woods.数字图像处理[M].第二版.北京:电子工业出版社,2006.
    [122]陈书海,傅录祥.实用数字图像处理[M].北京:科学出版社,2005.
    [123] P. Yao, J. Li, X. Ye, et al. Iris recognition algorithm using modified Log-Gabor filters [J]. 18th International Conference on Pattern Recognition, 2006, 4: 461-464.
    [124] Z. Sun, Y. Wang, T. Tan, et al. Robust direction estimation of gradient vector field for iris recognition [J]. Proceedings of the 17th International Conference on Pattern Recognition, 2004, 2: 783-786.
    [125] C. Tisse, L. Martin, L. Torres, et al. Person identification technique using human iris recognition [J]. Proceeding of Vision Interface, 2002: 294-299.
    [126] C. Sanchez-Avila, R. Sanchez-Reillo. Iris-based biometric recognition using wavelet transform [J]. IEEE Aerospace and Electronic Systems Magazine, 2002: 3-6.
    [127] R. Zewail, A. Seif, N. Hamdy, et al. Iris identification based on Log-Gabor filtering [J]. Proceeding of the 46th IEEE International Midwest Symposium on Circuits and Systems, 2003.
    [128] J. Ali, A. Hassanien. An iris recognition system to enhance E-security environment based on wavelet theory [J]. Advanced Modeling and Optimization, 2003, 5(2).
    [129] E. Krichen, M. Mellakh, S. Salicetti, et al. Iris identification using wavelet packets [J]. Proceeding of the 17th International Conference on Pattern Recognition, 2004.
    [130] H. Sung, J. Lim, J. Park, et al. Iris recognition using collarette boundary localization [J]. Proceeding of the 17th International Conference on Pattern Recognition, 2004.
    [131] C. Lu, Z. Lu. Zernike moment invariants based iris recognition [J]. Sinobiometrics 2004, 2004: 554-561.
    [132] L. Yu, D. Zhang, K. Wang. The relative distance of key point based iris recognition [J]. Pattern Recognition, 2007, 40(2): 423-430.
    [133] Daugman J G. Uncertainty relation for resolution in space, spatial frequency, and orientation optimized by two-dimensional visual cortical filters [J]. Journal of the Optical of America, 1985, 2(7); 1160-1169.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700