Critique: Efficient Iris Recognition by Characterizing Key Local Variations

Size: px
Start display at page:

Download "Critique: Efficient Iris Recognition by Characterizing Key Local Variations"

Transcription

1 Critique: Efficient Iris Recognition by Characterizing Key Local Variations Authors: L. Ma, T. Tan, Y. Wang, D. Zhang Published: IEEE Transactions on Image Processing, Vol. 13, No. 6 Critique By: Christopher Boyce Biom693: Advanced Biometrics 04/13/2006

2 1. Introduction and Overview The complex structure of the iris is being evaluated for recognition performance. Since the iris is the only internal organ that can be externally seen on the human body, it can be noninvasively imaged. Due to the iris s epigenetic formation, being formed chaotically in the womb and after birth, it gives rise to randomly distributed feature. This randomness causes the iris features to become highly reliable for personal identification. However, the iris is still difficult to represent effectively, due to the muscular deformations and random features. The paper [1] describes a methodology to perform iris recognition based on the characterization of key local sharp variation points that represent the appearance or disappearance of important image structures. The proposed algorithm extracts the iris features by taking the iris image and characterizing the important information via a set of one dimensional intensity signals, and through using wavelets as a position sequence of local sharp variations to record features. Matching is then performed rapidly on the computed bits using the exclusive OR operator. The performance of the algorithm is then compared to results of the authors [1] iris recognition implementations of Daugman s, Wilde s, Bole s, and Tan s algorithms. 2. Algorithm Review Iris Image Processing Localization The iris is first localized to remove irrelevant parts of the eye structure (e.g. sclera, pupil, and eyelids). Because the pupil is generally darker than the rest of the eye tissue, taking the eye image and taking the minimum of the projection of the image in the vertical and horizontal directions estimates the pupil center

3 coordinates. The center coordinates are then recomputed and binarized using the gray level histogram to attain 120x120 region centered at the initial center coordinates. The centroid of the binary region is taken as the new center pupil coordinates of the image. Center coordinates of the pupil can still be misplaced by this technique and therefore be recomputed in this 120x120 binarized fashion to detect the exact center points. Edge detection is then performed using the canny operator and the Hough transform in a region given by the pupil centroid. Normalization Due to the nature of iris being a muscle and able to constrict and dilate, and the iris acquisition system used to image the iris, various registration problems occur across image captures. The iris structure can have less pixels within the captured image with the elastic dilation and different camera position, camera distances, and head orientations can cause the iris to appear larger or radially shifted. Therefore the iris is unwrapped, counter clockwise, to a rectangular texture block representing polar coordinates. This normalization slightly reduces the elastic distortions of the iris. Enhancement Because of the inherent low contrast and nonuniform brightness present in the image, in the near infrared spectrum, normalization is done. Intensity variations across the segmented iris image are approximated to obtain a proportionally distributed texture image. A block size of 16x16 is taken and the mean is computed to get a coarse estimate of the illumination in the background. Bicubic interpolation is then done to expand the background illumination estimation to the

4 same size as the normalized image. Subtracting the resized background illumination from the normalized image then compensates for the illumination changes. Next, 32x32 pixel regions are selected and histogram equalized. This improves the contrast between structural components of the iris block. Feature Extraction 1-D Intensity Signal Generation Because the iris is a sphincter muscle its details exhibit a radial similarity. The rows of the 2-D iris block image correspond to this radial similarity. The 2-D normalized image is decomposed into a set of 1-D intensity signals. Each intensity signal is a combination of successive horizontal scan lines. Theses lines reflect local variations of an object along the horizontal direction and a set of 1-D signals conveys the majority of the local sharp variations contained within the iris structure. Because structural variations near the sclera are typically minimal and are usually occluded by eyelashes and eyelids in some manner, the top 78% (near the pupil) of the 2-D iris is taken. The total number of 1-D signals used in the experiment in [1] is ten and the number of rows used to form the signal is five. Feature Vector The dyadic wavelet is used to decompose a signal into detail components appearing at different scales. The dyadic wavelets parameter varies only along the dyadic sequence. The local sharp variations can be precisely located using the dyadic wavelet in this way. These variations indicate the appearance and disappearance of an important iris structure. Using local extreme, minimum or maximum, detection the sharp iris variation points can be located. Where the

5 local maximum denotes the vanishing of an irregular block and the local minimum denotes the appearing of an irregular block. A small block may be present if adjacent local extreme points occur. It can happen, however, that a few adjacent local extreme points between which the amplitude difference is small. These extreme points correspond to faint iris characteristics that are undesirable for recognition purposes. Therefore, thresholding is done by the amplitude difference to suppress these points. The intensity signals are then concatenated to form a corresponding feature vector of the local sharp variation points in the intensity signal, where the first scale correspond to the first scale and the next components to the other scale. The local sharp variation point is set to 1 if the first local sharp variation point is a local minimum of the wavelet transform and 1 otherwise. All 1-D intensity signals are then concatenated to constitute an order feature vector, varying across irises because of size differences. The differences between feature components is then computed with the actual position of local sharp variation points minus the previous position of local sharp variation points to save on storage memory. Matching Two irises are determined to be of the same class by a comparison of the feature vectors, using a Daugman [2] like X-OR operation. The original feature is expanded into a binary feature vector. If the feature is a local maximum point of the wavelet transform the binary sequence is set to 1, otherwise the binary sequence is set to 0. The X-OR operation, matching of bits equals 1, is then performed for fast determination of similarity. The bits are then shifted for

6 matching because of rotation of the iris image. This brute force technique determines the best match of the binary feature vectors. Experimental Results A data set of 213 subjects comprised mainly of Chinese origin was collected, probably in the near IR range. A comparative study of iris recognition algorithms is then conducted to evaluate performance. The iris recognition algorithms in [2] [3] [4] were implemented by the authors of [1], and verification and identification experiments for each algorithm are compared. No eyelash or eyelid detection was performed in the authors implementation. Daugman s algorithm and the authors proposed algorithm performed the highest for the data set, whereas Boles s and Tan s algorithms were slightly less accurate in terms of EER and correct recognition rate. A time comparison was also done with Bole s algorithm taking the least time to perform recognition. However, all methods took less than a second to execute. 3. Critique Localization The localization technique used to determine the initial center coordinates of the iris from the minimum of the pixel values and the gray level histogram of a block region is a good initial estimation. However, this technique has to be iterated several times to find the exact coordinats of the pupil. This could be done simply by histogram thresholding the original image to include the dark potions of the eye image, corresponding mainly to the pupil and possible the eyelashes, and using morphological operators to determine the exact pupil area. Using this area a circle or ellipse can be fit to find the center and radial coordinates of the pupil.

7 This is tends to be faster, dependent on the coding implementation, than using the Hough transform to find the circular regions. The Hough transform is computationally complex and even in the reduced search space given in [1] will take a longer time to compute. Also, before the Hough transform is applied the edges are detected using the canny edge detector. Other edge detectors could be used or a detector that is biased in the vertical direction could be used to properly detect the important edge features, corresponding to the sides of the iris and pupil, in the iris image. Normalization Due to the various types of registration transformation that can be present in the image and the elastic deformation that is caused by different illumination the iris has to be normalized before matching can be performed. The paper ([1]) transforms the iris into a polar coordinate system making each radial circular ring of the iris a row of the new image. In this way slight deformation caused by illumination changes are compensated for. However, this is not true for heavily dilated or constricted irides. The polar coordinate system cannot compensate for extreme elastic deformation. One possible way to account for the deformation is to define a set of control points in a dilated image and a constricted image, and through using thin plate splines the deformation can be modeled more precisely than the polar coordinate system. However, the polar coordinate system does make subsequent processing and matching techniques very easy. The unwrapping could cause undesirable distortions. So, the image does not necessarily have to be unwrapped it could be register as a circular entity, as Wildes does, and processed subsequently in a circular fashion.

8 Enhancement Because of the variant illumination and the inherent poor contrast caused when imaging the iris, due to the shape of the face, the occlusion of the eyelids and the nonuniformity of the illumination source, the illumination pattern must be normalized and enhanced. The papers method of illumination estimation and block wise histogram equalization for compensating for these illumination problems is very efficient and should work well to counter the effects of variant illumination problems and enhance contrast. However, binarizing the image or possibly taking only the edge structures of the image using the canny operator to enhance the image could further enhance contrast. Feature Extraction 1-D Intensity Signal Generation Because of the radial nature of the iris, the structures within the iris can be taken row wise in the horizontal direction of the 2-D image, and the local sharp variations along this direction in the normalized image can characterize the iris structures in 1 dimension. This is a very fast technique for feature extraction. However, it simplifies discriminate variations that are present in the iris that could be exploited to better classify a certain iris. Instead the entire 2-D texture could be used as part of the feature vector, but this will increase the computational cost of the algorithm. Also [1] states, the iris regions close to the sclera contain few texture characteristics and are easy to be occluded by the eyelashes and eyelids. Therefore we extract features only in the top-most 78% section of the normalized iris. This is true in most brown irides but there are quite a few exceptions where

9 there is rich structure corresponding to the outer portions of the iris near the sclera. Also, blue irides structure tends to be more radially distributed throughout the iris. So, they are in affect discarding more discriminate structure information in this reduction. They could instead segment the exact iris boundary and use it as a mask to exclude the occlusion and eyelash portion of the eye. Feature Vector The dyadic wavelet is used to decompose the 1-D signal into detail components appearing at different scales. This wavelet is a very effective means (computationally) of determining these variations in the 1_D signal though the local extremes. This feature extraction could be done using other parameterizations of the 1-D signal, but there would probably be a similar final performance. Also, the paper sets a threshold to use only the prominent characteristics in the iris image represented by the 1-D structure. This again eliminates certain textural features that could be utilized to discriminate between irides. Matching To perform matching the feature vector of the local extremes is converted to a binary sequence via the local maximum equaling 1 and the 0 otherwise. This greatly reduces the computational cost of the system while slightly decreasing the discriminatory nature of the iris. Matching of the actual local extremes could produce higher inter class distance however intra class distance could become more variable due to the complex deformations and transformations of the iris. The X-OR operator is used to match the computed binary sequence after pixel

10 translation shifting the iris to account for circular rotational shifts caused by head or camera orientations. The matching performance is computed for each circular shift. This is a brute force approach to determine the circular shift. The shift approach could be simplified by using a defined block size initially to determine an approximate alignment, and then proceed to do the necessary pixel shifting. The circle shift, however, is still not going to compensate for the elastic deformation of the iris muscle. Experimental Results The data set collect to test the algorithms implemented by the authors is composed of 213 subjects with images taken from each eye. The subject population is 95% Chinese greatly conforming the dataset to the brown highly occlude nature of a Chinese eye. Therefore, variations and structures present in Caucasian blue eyes and other races are not taken into consideration when evaluating the algorithms. Also, there is very slight color and structural information correlation across one subject s left and right eye. This could lead to an increase in the false match rate if both irides are used in the testing. Also, during the performance evaluation the authors evaluate the speed and performance of other algorithms compared to there own. It should be noted that it is difficult to do a comparison of another algorithm without having the actual implementation tweaked to fit the dataset it is to be tested on. Although this does test the robustness of the algorithms, but is the authors representation of the actual implementation. So, the timing and the performance could be construed worse or even better than the original algorithm. The authors also bring up the

11 nature of time lag between capturing sessions and the slight performance degradation that occurs. The capture time shouldn t have a large affect on the actual iris structure, but the conditions such as lighting and head orientation will change. This should also be exhibited if the system and the user were slightly moved between captures. So, the actual length of time between captures shouldn t matter, unless the time span is vary large, e.g. a decade. References 1. L. Ma, T. Tan, Y. Wang, D. Zhang, Efficient Iris Recogntion by Characterizing Key Local Variations. IEEE transactions on Image Processing, Vol. 13, No. 6, June J. Daugman, High confidence visual recognition of persons by a test of statistical independence. IEEE Trans. Pattern Analy. Machine Intell., vol. 15 pp , Nov R. Wildes, et al, A machine vision system for iris recognition, Mach. Vis. Applic., Vol 9, pp1-8, W. Boles, B. Boashash, A human identification technique using images of the iris and wavelet transform, IEEE Trans. Signal Processing, vol. 46. pp , Apr. 1998

An Efficient Iris Recognition Using Correlation Method

An Efficient Iris Recognition Using Correlation Method , pp. 31-40 An Efficient Iris Recognition Using Correlation Method S.S. Kulkarni 1, G.H. Pandey 2, A.S.Pethkar 3, V.K. Soni 4, &P.Rathod 5 Department of Electronics and Telecommunication Engineering, Thakur

More information

Tutorial 8. Jun Xu, Teaching Asistant March 30, COMP4134 Biometrics Authentication

Tutorial 8. Jun Xu, Teaching Asistant March 30, COMP4134 Biometrics Authentication Tutorial 8 Jun Xu, Teaching Asistant csjunxu@comp.polyu.edu.hk COMP4134 Biometrics Authentication March 30, 2017 Table of Contents Problems Problem 1: Answer The Questions Problem 2: Daugman s Method Problem

More information

IRIS SEGMENTATION OF NON-IDEAL IMAGES

IRIS SEGMENTATION OF NON-IDEAL IMAGES IRIS SEGMENTATION OF NON-IDEAL IMAGES William S. Weld St. Lawrence University Computer Science Department Canton, NY 13617 Xiaojun Qi, Ph.D Utah State University Computer Science Department Logan, UT 84322

More information

IRIS recognition II. Eduard Bakštein,

IRIS recognition II. Eduard Bakštein, IRIS recognition II. Eduard Bakštein, edurard.bakstein@fel.cvut.cz 22.10.2013 acknowledgement: Andrzej Drygajlo, EPFL Switzerland Iris recognition process Input: image of the eye Iris Segmentation Projection

More information

A Method for the Identification of Inaccuracies in Pupil Segmentation

A Method for the Identification of Inaccuracies in Pupil Segmentation A Method for the Identification of Inaccuracies in Pupil Segmentation Hugo Proença and Luís A. Alexandre Dep. Informatics, IT - Networks and Multimedia Group Universidade da Beira Interior, Covilhã, Portugal

More information

WITH AN increasing emphasis on security, automated

WITH AN increasing emphasis on security, automated IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 13, NO. 6, JUNE 2004 739 Efficient Iris Recognition by Characterizing Key Local Variations Li Ma, Tieniu Tan, Fellow, IEEE, Yunhong Wang, Member, IEEE, and Dexin

More information

IRIS Recognition System Based On DCT - Matrix Coefficient Lokesh Sharma 1

IRIS Recognition System Based On DCT - Matrix Coefficient Lokesh Sharma 1 Volume 2, Issue 10, October 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

More information

www.worldconferences.org Implementation of IRIS Recognition System using Phase Based Image Matching Algorithm N. MURALI KRISHNA 1, DR. P. CHANDRA SEKHAR REDDY 2 1 Assoc Prof, Dept of ECE, Dhruva Institute

More information

Chapter 5. Effective Segmentation Technique for Personal Authentication on Noisy Iris Images

Chapter 5. Effective Segmentation Technique for Personal Authentication on Noisy Iris Images 110 Chapter 5 Effective Segmentation Technique for Personal Authentication on Noisy Iris Images Automated authentication is a prominent goal in computer vision for personal identification. The demand of

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0047 ISSN (Online): 2279-0055 International

More information

Graph Matching Iris Image Blocks with Local Binary Pattern

Graph Matching Iris Image Blocks with Local Binary Pattern Graph Matching Iris Image Blocs with Local Binary Pattern Zhenan Sun, Tieniu Tan, and Xianchao Qiu Center for Biometrics and Security Research, National Laboratory of Pattern Recognition, Institute of

More information

A NEW OBJECTIVE CRITERION FOR IRIS LOCALIZATION

A NEW OBJECTIVE CRITERION FOR IRIS LOCALIZATION The Nucleus The Nucleus, 47, No.1 (010) The Nucleus A Quarterly Scientific Journal of Pakistan Atomic Energy Commission NCLEAM, ISSN 009-5698 P a ki sta n A NEW OBJECTIVE CRITERION FOR IRIS LOCALIZATION

More information

A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation

A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation Walid Aydi, Lotfi Kamoun, Nouri Masmoudi Department of Electrical National Engineering School of Sfax Sfax University

More information

Enhanced Iris Recognition System an Integrated Approach to Person Identification

Enhanced Iris Recognition System an Integrated Approach to Person Identification Enhanced Iris Recognition an Integrated Approach to Person Identification Gaganpreet Kaur Research Scholar, GNDEC, Ludhiana. Akshay Girdhar Associate Professor, GNDEC. Ludhiana. Manvjeet Kaur Lecturer,

More information

An Efficient Iris Recognition System using Phase Based Technique

An Efficient Iris Recognition System using Phase Based Technique ISSN No: 2454-9614 An Efficient Iris Recognition System using Phase Based Technique T.Manickam, A.Sharmila, A.K.Sowmithra Department Of Electronics and Communications Engineering, Nandha Engineering College,

More information

Spatial Frequency Domain Methods for Face and Iris Recognition

Spatial Frequency Domain Methods for Face and Iris Recognition Spatial Frequency Domain Methods for Face and Iris Recognition Dept. of Electrical and Computer Engineering Carnegie Mellon University Pittsburgh, PA 15213 e-mail: Kumar@ece.cmu.edu Tel.: (412) 268-3026

More information

Dilation Aware Multi-Image Enrollment for Iris Biometrics

Dilation Aware Multi-Image Enrollment for Iris Biometrics Dilation Aware Multi-Image Enrollment for Iris Biometrics Estefan Ortiz 1 and Kevin W. Bowyer 1 1 Abstract Current iris biometric systems enroll a person based on the best eye image taken at the time of

More information

A New Encoding of Iris Images Employing Eight Quantization Levels

A New Encoding of Iris Images Employing Eight Quantization Levels A New Encoding of Iris Images Employing Eight Quantization Levels Oktay Koçand Arban Uka Computer Engineering Department, Epoka University, Tirana, Albania Email: {okoc12, auka}@epoka.edu.al different

More information

Iris Segmentation and Recognition System

Iris Segmentation and Recognition System Iris Segmentation and Recognition System M. Karpaga Kani, Dr.T. Arumuga MariaDevi Abstract-- The richness and apparent stability of the iris texture make it a robust bio-metric trait for personal authentication.

More information

SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) Volume 3 Issue 6 June 2016

SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) Volume 3 Issue 6 June 2016 Iris Recognition using Four Level HAAR Wavelet Transform: A Literature review Anjali Soni 1, Prashant Jain 2 M.E. Scholar, Dept. of Electronics and Telecommunication Engineering, Jabalpur Engineering College,

More information

Are Iris Crypts Useful in Identity Recognition?

Are Iris Crypts Useful in Identity Recognition? Are Iris Crypts Useful in Identity Recognition? Feng Shen Patrick J. Flynn Dept. of Computer Science and Engineering, University of Notre Dame 254 Fitzpatrick Hall, Notre Dame, IN 46556 fshen1@nd.edu flynn@nd.edu

More information

Algorithms for Recognition of Low Quality Iris Images. Li Peng Xie University of Ottawa

Algorithms for Recognition of Low Quality Iris Images. Li Peng Xie University of Ottawa Algorithms for Recognition of Low Quality Iris Images Li Peng Xie University of Ottawa Overview Iris Recognition Eyelash detection Accurate circular localization Covariance feature with LDA Fourier magnitude

More information

Chapter-2 LITERATURE REVIEW ON IRIS RECOGNITION SYTSEM

Chapter-2 LITERATURE REVIEW ON IRIS RECOGNITION SYTSEM Chapter-2 LITERATURE REVIEW ON IRIS RECOGNITION SYTSEM This chapter presents a literature review of iris recognition system. The chapter is divided mainly into the six sections. Overview of prominent iris

More information

Implementation of Reliable Open Source IRIS Recognition System

Implementation of Reliable Open Source IRIS Recognition System Implementation of Reliable Open Source IRIS Recognition System Dhananjay Ikhar 1, Vishwas Deshpande & Sachin Untawale 3 1&3 Dept. of Mechanical Engineering, Datta Meghe Institute of Engineering, Technology

More information

Shifting Score Fusion: On Exploiting Shifting Variation in Iris Recognition

Shifting Score Fusion: On Exploiting Shifting Variation in Iris Recognition Preprocessing c 211 ACM This is the author s version of the work It is posted here by permission of ACM for your personal use Not for redistribution The definitive version was published in: C Rathgeb,

More information

Advanced IRIS Segmentation and Detection System for Human Identification

Advanced IRIS Segmentation and Detection System for Human Identification International Journal of Modern Communication Technologies & Research (IJMCTR) ISSN: 2321-0850, Volume-6, Issue-5, May 2018 Advanced IRIS Segmentation and Detection System for Human Identification Saumitra

More information

Iris Recognition for Eyelash Detection Using Gabor Filter

Iris Recognition for Eyelash Detection Using Gabor Filter Iris Recognition for Eyelash Detection Using Gabor Filter Rupesh Mude 1, Meenakshi R Patel 2 Computer Science and Engineering Rungta College of Engineering and Technology, Bhilai Abstract :- Iris recognition

More information

Improved Iris Segmentation Algorithm without Normalization Phase

Improved Iris Segmentation Algorithm without Normalization Phase Improved Iris Segmentation Algorithm without Normalization Phase R. P. Ramkumar #1, Dr. S. Arumugam *2 # Assistant Professor, Mahendra Institute of Technology Namakkal District, Tamilnadu, India 1 rprkvishnu@gmail.com

More information

The Elimination Eyelash Iris Recognition Based on Local Median Frequency Gabor Filters

The Elimination Eyelash Iris Recognition Based on Local Median Frequency Gabor Filters Journal of Information Hiding and Multimedia Signal Processing c 2015 ISSN 2073-4212 Ubiquitous International Volume 6, Number 3, May 2015 The Elimination Eyelash Iris Recognition Based on Local Median

More information

N.Priya. Keywords Compass mask, Threshold, Morphological Operators, Statistical Measures, Text extraction

N.Priya. Keywords Compass mask, Threshold, Morphological Operators, Statistical Measures, Text extraction Volume, Issue 8, August ISSN: 77 8X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Combined Edge-Based Text

More information

THE recent advances of information technology and the

THE recent advances of information technology and the IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 25, NO. 12, DECEMBER 2003 1519 Personal Identification Based on Iris Texture Analysis Li Ma, Tieniu Tan, Senior Member, IEEE, Yunhong

More information

Fast and Efficient Automated Iris Segmentation by Region Growing

Fast and Efficient Automated Iris Segmentation by Region Growing Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 6, June 2013, pg.325

More information

CHAPTER 3 RETINAL OPTIC DISC SEGMENTATION

CHAPTER 3 RETINAL OPTIC DISC SEGMENTATION 60 CHAPTER 3 RETINAL OPTIC DISC SEGMENTATION 3.1 IMPORTANCE OF OPTIC DISC Ocular fundus images provide information about ophthalmic, retinal and even systemic diseases such as hypertension, diabetes, macular

More information

A biometric iris recognition system based on principal components analysis, genetic algorithms and cosine-distance

A biometric iris recognition system based on principal components analysis, genetic algorithms and cosine-distance Safety and Security Engineering VI 203 A biometric iris recognition system based on principal components analysis, genetic algorithms and cosine-distance V. Nosso 1, F. Garzia 1,2 & R. Cusani 1 1 Department

More information

Improved Iris Recognition in 2D Eigen Space

Improved Iris Recognition in 2D Eigen Space Improved Iris Recognition in 2D Eigen Space Abhijit Das School of Education Technology Jadavpur University Kolkata, India Ranjan Parekh School of Education Technology Jadavpur University Kolkata India

More information

Computationally Efficient Serial Combination of Rotation-invariant and Rotation Compensating Iris Recognition Algorithms

Computationally Efficient Serial Combination of Rotation-invariant and Rotation Compensating Iris Recognition Algorithms Computationally Efficient Serial Combination of Rotation-invariant and Rotation Compensating Iris Recognition Algorithms Andreas Uhl Department of Computer Sciences University of Salzburg, Austria uhl@cosy.sbg.ac.at

More information

Iris Recognition in Visible Spectrum by Improving Iris Image Segmentation

Iris Recognition in Visible Spectrum by Improving Iris Image Segmentation Iris Recognition in Visible Spectrum by Improving Iris Image Segmentation 1 Purvik N. Rana, 2 Krupa N. Jariwala, 1 M.E. GTU PG School, 2 Assistant Professor SVNIT - Surat 1 CO Wireless and Mobile Computing

More information

IRIS RECOGNITION AN EFFECTIVE HUMAN IDENTIFICATION

IRIS RECOGNITION AN EFFECTIVE HUMAN IDENTIFICATION IRIS RECOGNITION AN EFFECTIVE HUMAN IDENTIFICATION Deepak Sharma 1, Dr. Ashok Kumar 2 1 Assistant Professor, Deptt of CSE, Global Research Institute of Management and Technology, Radaur, Yamuna Nagar,

More information

A New Iris Identification Method Based on Ridgelet Transform

A New Iris Identification Method Based on Ridgelet Transform International Journal of Computer Theory and Engineering, Vol. 5, No. 4, August 03 A New Iris Identification Method Based on Ridgelet Transform Mojtaba Najafi and Sedigheh Ghofrani steps decomposition.

More information

ACCURATE AND FAST PUPIL LOCALIZATION USING CONTRAST STRETCHING, SEED FILLING AND CIRCULAR GEOMETRICAL CONSTRAINTS

ACCURATE AND FAST PUPIL LOCALIZATION USING CONTRAST STRETCHING, SEED FILLING AND CIRCULAR GEOMETRICAL CONSTRAINTS Journal of Computer Science 10 (2): 305-315, 2014 ISSN: 1549-3636 2014 doi:10.3844/jcssp.2014.305.315 Published Online 10 (2) 2014 (http://www.thescipub.com/jcs.toc) ACCURATE AND FAST PUPIL LOCALIZATION

More information

DETECTION OF DETERMINED EYE FEATURES IN DIGITAL IMAGE

DETECTION OF DETERMINED EYE FEATURES IN DIGITAL IMAGE 1. Tibor MORAVČÍK,. Emília BUBENÍKOVÁ, 3. Ľudmila MUZIKÁŘOVÁ DETECTION OF DETERMINED EYE FEATURES IN DIGITAL IMAGE 1-3. UNIVERSITY OF ŽILINA, FACULTY OF ELECTRICAL ENGINEERING, DEPARTMENT OF CONTROL AND

More information

Iris Recognition Using Gabor Filters and the Fractal Dimension

Iris Recognition Using Gabor Filters and the Fractal Dimension JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 25, 633-648 (2009) Short Paper Iris Recognition Using Gabor Filters and the Fractal Dimension C. C. TSAI, J. S. TAUR AND C. W. TAO + Department of Electrical

More information

Iris Recognition System with Accurate Eyelash Segmentation & Improved FAR, FRR using Textural & Topological Features

Iris Recognition System with Accurate Eyelash Segmentation & Improved FAR, FRR using Textural & Topological Features Iris Recognition System with Accurate Eyelash Segmentation & Improved FAR, FRR using Textural & Topological Features Archana V Mire Asst Prof dept of IT,Bapurao Deshmukh College of Engineering, Sevagram

More information

Person Identification by Iris Recognition Using 2-D Reverse Biorthogonal Wavelet Transform

Person Identification by Iris Recognition Using 2-D Reverse Biorthogonal Wavelet Transform 707 Person Identification by Iris Recognition Using 2-D Reverse Biorthogonal Wavelet Transform Saloni Chopra 1, Er. Balraj Singh Sidhu 2, Er. Darshan Singh Sidhu 3 1,2,3 (Electronics and Communication

More information

A Novel Identification System Using Fusion of Score of Iris as a Biometrics

A Novel Identification System Using Fusion of Score of Iris as a Biometrics A Novel Identification System Using Fusion of Score of Iris as a Biometrics Raj Kumar Singh 1, Braj Bihari Soni 2 1 M. Tech Scholar, NIIST, RGTU, raj_orai@rediffmail.com, Bhopal (M.P.) India; 2 Assistant

More information

Iris recognition based on subspace analysis

Iris recognition based on subspace analysis Iris recognition based on subspace analysis ABSTRACT Pravin S.Patil Electronics and Communication Engineering Department, SSVPS`s B.S.Deore College of Engineering, Dhule Maharashtra (INDIA) pspatil777@gmail.com

More information

International Journal of Advance Engineering and Research Development. Iris Recognition and Automated Eye Tracking

International Journal of Advance Engineering and Research Development. Iris Recognition and Automated Eye Tracking International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Iris

More information

COMPUTATIONALLY EFFICIENT SERIAL COMBINATION OF ROTATION-INVARIANT AND ROTATION COMPENSATING IRIS RECOGNITION ALGORITHMS

COMPUTATIONALLY EFFICIENT SERIAL COMBINATION OF ROTATION-INVARIANT AND ROTATION COMPENSATING IRIS RECOGNITION ALGORITHMS COMPUTATIONALLY EFFICIENT SERIAL COMBINATION OF ROTATION-INVARIANT AND ROTATION COMPENSATING IRIS RECOGNITION ALGORITHMS Mario Konrad, Herbert Stögner School of Communication Engineering for IT, Carinthia

More information

Extracting Unique Personal Identification Number from Iris

Extracting Unique Personal Identification Number from Iris American Journal of Applied Sciences Original Research Paper Extracting Unique Personal Identification Number from Iris 1 Nenad Nestorovic, 1 P.W.C. Prasad, 1 Abeer Alsadoon and 2 Amr Elchouemi 1 SCM,

More information

Eyes extraction from facial images using edge density

Eyes extraction from facial images using edge density Loughborough University Institutional Repository Eyes extraction from facial images using edge density This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation:

More information

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Sowmya. A (Digital Electronics (MTech), BITM Ballari), Shiva kumar k.s (Associate Professor,

More information

CURRENT iris recognition systems claim to perform

CURRENT iris recognition systems claim to perform 1 Improving Iris Recognition Performance using Segmentation, Quality Enhancement, Match Score Fusion and Indexing Mayank Vatsa, Richa Singh, and Afzel Noore Abstract This paper proposes algorithms for

More information

Available online at ScienceDirect. Procedia Technology 25 (2016 )

Available online at  ScienceDirect. Procedia Technology 25 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 25 (2016 ) 464 472 Global Colloquium in Recent Advancement and Effectual Researches in Engineering, Science and Technology (RAEREST

More information

TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES

TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES TEXT DETECTION AND RECOGNITION IN CAMERA BASED IMAGES Mr. Vishal A Kanjariya*, Mrs. Bhavika N Patel Lecturer, Computer Engineering Department, B & B Institute of Technology, Anand, Gujarat, India. ABSTRACT:

More information

Comparing Binary Iris Biometric Templates based on Counting Bloom Filters

Comparing Binary Iris Biometric Templates based on Counting Bloom Filters Christian Rathgeb, Christoph Busch, Comparing Binary Iris Biometric Templates based on Counting Bloom Filters, In Proceedings of the 18th Iberoamerican Congress on Pattern Recognition (CIARP 13), LNCS

More information

ALGORITHM FOR BIOMETRIC DETECTION APPLICATION TO IRIS

ALGORITHM FOR BIOMETRIC DETECTION APPLICATION TO IRIS ALGORITHM FOR BIOMETRIC DETECTION APPLICATION TO IRIS Amulya Varshney 1, Dr. Asha Rani 2, Prof Vijander Singh 3 1 PG Scholar, Instrumentation and Control Engineering Division NSIT Sec-3, Dwarka, New Delhi,

More information

Biometric IRIS Recognition System

Biometric IRIS Recognition System Biometric IRIS Recognition System Ms.Jagtap Dipali P. ME Embedded & VLSI Dhole Patil college of Engineering,Wagholi,Pune,India deepalijagtap932@gmail.com Mr.Musale Rohan Asst.Professor,Department of E

More information

IRIS SEGMENTATION AND RECOGNITION FOR HUMAN IDENTIFICATION

IRIS SEGMENTATION AND RECOGNITION FOR HUMAN IDENTIFICATION IRIS SEGMENTATION AND RECOGNITION FOR HUMAN IDENTIFICATION Sangini Shah, Ankita Mandowara, Mitesh Patel Computer Engineering Department Silver Oak College Of Engineering and Technology, Ahmedabad Abstract:

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,700 108,500 1.7 M Open access books available International authors and editors Downloads Our

More information

A Trailblazing Intrigue Applying Ordinal Analysis of Iris Pattern for Invincibility

A Trailblazing Intrigue Applying Ordinal Analysis of Iris Pattern for Invincibility A Trailblazing Intrigue Applying Ordinal Analysis of Iris Pattern for Invincibility S. Sheeba Jeya Sophia 1 1Assistant Professor, Department of Electronics & Communication Engineering, Vaigai College of

More information

Incremental Iris Recognition: A Single-algorithm Serial Fusion Strategy to Optimize Time Complexity

Incremental Iris Recognition: A Single-algorithm Serial Fusion Strategy to Optimize Time Complexity C Rathgeb, A Uhl, and P Wild Iris Recognition: A Single-algorithm Serial Fusion Strategy to Optimize Time Complexity In Proceedings of the IEEE 4th International Conference on Biometrics: Theory, Applications,

More information

Learning Based Enhancement Model of Iris

Learning Based Enhancement Model of Iris Learning Based Enhancement Model of Iris Junzhou Huang, Li Ma, Tieniu Tan, Yunhong Wang National Laboratory of Pattern Recognition, Institute of Automation Chinese Academy of Sciences, P.O. Box 2728, Beijing,

More information

IRIS IDENTIFICATION SYSTEM BASED ON RLM TEXTURE FEATURES. Suhad A. Ali Dept. of Computer Science,Babylon University/ Babylon/ Iraq

IRIS IDENTIFICATION SYSTEM BASED ON RLM TEXTURE FEATURES. Suhad A. Ali Dept. of Computer Science,Babylon University/ Babylon/ Iraq IRIS IDENTIFICATION SYSTEM BASED ON RLM TEXTURE FEATURES Suhad A. Ali Dept. of Computer Science,Babylon University/ Babylon/ Iraq Dr. Loay E. George Dept. of Computer Science. Baghdad University/ Baghdad/

More information

An Automated Image Segmentation Scheme for Iris Recognition

An Automated Image Segmentation Scheme for Iris Recognition International Journal of Computational Engineering Research Vol, 03 Issue, 11 An Automated Image Segmentation Scheme for Iris Recognition Dr. G. Saravana Kumar 1, J. Munikrishnan 2, Manimaraboopathy 3

More information

Biorthogonal wavelets based Iris Recognition

Biorthogonal wavelets based Iris Recognition Biorthogonal wavelets based Iris Recognition Aditya Abhyankar a, Lawrence Hornak b and Stephanie Schuckers a,b a Department of Electrical and Computer Engineering, Clarkson University, Potsdam, NY 13676,

More information

Texture Segmentation by Windowed Projection

Texture Segmentation by Windowed Projection Texture Segmentation by Windowed Projection 1, 2 Fan-Chen Tseng, 2 Ching-Chi Hsu, 2 Chiou-Shann Fuh 1 Department of Electronic Engineering National I-Lan Institute of Technology e-mail : fctseng@ccmail.ilantech.edu.tw

More information

A NOVEL IRIS RECOGNITION USING STRUCTURAL FEATURE OF COLLARETTE

A NOVEL IRIS RECOGNITION USING STRUCTURAL FEATURE OF COLLARETTE A NOVEL RS RECOGNTON USNG STRUCTURAL FEATURE OF COLLARETTE Shun-Hsun Chang VP-CCLab., Dept. of Electrical Engineering, National Chi Nan University, Taiwan s94323902@ncnu.edu.tw Wen-Shiung Chen VP-CCLab.,

More information

Iris Recognition using Four Level Haar Wavelet Transform

Iris Recognition using Four Level Haar Wavelet Transform Iris Recognition using Four Level Haar Wavelet Transform Anjali Soni 1, Prashant Jain 2 M.E. Scholar, Dept. of Electronics and Telecommunication Engineering, Jabalpur Engineering College, Jabalpur, Madhya

More information

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM 1 PHYO THET KHIN, 2 LAI LAI WIN KYI 1,2 Department of Information Technology, Mandalay Technological University The Republic of the Union of Myanmar

More information

Time Stamp Detection and Recognition in Video Frames

Time Stamp Detection and Recognition in Video Frames Time Stamp Detection and Recognition in Video Frames Nongluk Covavisaruch and Chetsada Saengpanit Department of Computer Engineering, Chulalongkorn University, Bangkok 10330, Thailand E-mail: nongluk.c@chula.ac.th

More information

The Impact of Diffuse Illumination on Iris Recognition

The Impact of Diffuse Illumination on Iris Recognition The Impact of Diffuse Illumination on Iris Recognition Amanda Sgroi, Kevin W. Bowyer, and Patrick J. Flynn University of Notre Dame asgroi kwb flynn @nd.edu Abstract Iris illumination typically causes

More information

Effects Of Shadow On Canny Edge Detection through a camera

Effects Of Shadow On Canny Edge Detection through a camera 1523 Effects Of Shadow On Canny Edge Detection through a camera Srajit Mehrotra Shadow causes errors in computer vision as it is difficult to detect objects that are under the influence of shadows. Shadow

More information

A Novel Iris Segmentation Method for Hand-Held Capture Device

A Novel Iris Segmentation Method for Hand-Held Capture Device A Novel Iris Segmentation Method for Hand-Held Cature Device XiaoFu He and PengFei Shi Institute of Image Processing and Pattern Recognition, Shanghai Jiao Tong University, Shanghai 200030, China {xfhe,

More information

Image Processing Fundamentals. Nicolas Vazquez Principal Software Engineer National Instruments

Image Processing Fundamentals. Nicolas Vazquez Principal Software Engineer National Instruments Image Processing Fundamentals Nicolas Vazquez Principal Software Engineer National Instruments Agenda Objectives and Motivations Enhancing Images Checking for Presence Locating Parts Measuring Features

More information

Biometric Security System Using Palm print

Biometric Security System Using Palm print ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Eyelid Position Detection Method for Mobile Iris Recognition. Gleb Odinokikh FRC CSC RAS, Moscow

Eyelid Position Detection Method for Mobile Iris Recognition. Gleb Odinokikh FRC CSC RAS, Moscow Eyelid Position Detection Method for Mobile Iris Recognition Gleb Odinokikh FRC CSC RAS, Moscow 1 Outline 1. Introduction Iris recognition with a mobile device 2. Problem statement Conventional eyelid

More information

Human Computer Interface Through Biometric Iris Recognition System

Human Computer Interface Through Biometric Iris Recognition System Human Computer Interface Through Biometric Iris Recognition System Gajanan Pandurang Khetri* Research Scholar, Department of Computer Science Singhania University, Pacheri Bari, Rajasthan, India gajanankhetri@gmail.com

More information

Iris Segmentation Along with Noise Detection using Hough Transform

Iris Segmentation Along with Noise Detection using Hough Transform International Journal of Engineering and Technical Research (IJETR) Iris Segmentation Along with Noise Detection using Hough Transform Ms. Sunanda Singh, Mrs. Shikha Singh Abstract this paper presents

More information

Finger Print Enhancement Using Minutiae Based Algorithm

Finger Print Enhancement Using Minutiae Based Algorithm Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 8, August 2014,

More information

Efficient Iris Identification with Improved Segmentation Techniques

Efficient Iris Identification with Improved Segmentation Techniques Efficient Iris Identification with Improved Segmentation Techniques Abhishek Verma and Chengjun Liu Department of Computer Science New Jersey Institute of Technology Newark, NJ 07102, USA {av56, chengjun.liu}@njit.edu

More information

Iris Recognition for Mobile security

Iris Recognition for Mobile security Iris Recognition for Mobile security Pooja C. Kaware 1, Dr.D.M.Yadav 2 1PG Scholar, J.S.P.M,NTC, Pune, India 2Director of J.S.P.M,Narhe technical campus (Department of E &TC), Pune, India -----------------------------------------------------------------------***------------------------------------------------------------------------

More information

New Algorithm and Indexing to Improve the Accuracy and Speed in Iris Recognition

New Algorithm and Indexing to Improve the Accuracy and Speed in Iris Recognition International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 4, Issue 3 (October 2012), PP. 46-52 New Algorithm and Indexing to Improve the Accuracy

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

Artifacts and Textured Region Detection

Artifacts and Textured Region Detection Artifacts and Textured Region Detection 1 Vishal Bangard ECE 738 - Spring 2003 I. INTRODUCTION A lot of transformations, when applied to images, lead to the development of various artifacts in them. In

More information

Gabor Filter for Accurate IRIS Segmentation Analysis

Gabor Filter for Accurate IRIS Segmentation Analysis Gabor Filter for Accurate IRIS Segmentation Analysis Rupesh Mude M.Tech Scholar (SE) Rungta College of Engineering and Technology, Bhilai Meenakshi R Patel HOD, Computer Science and Engineering Rungta

More information

SUMMARY: DISTINCTIVE IMAGE FEATURES FROM SCALE- INVARIANT KEYPOINTS

SUMMARY: DISTINCTIVE IMAGE FEATURES FROM SCALE- INVARIANT KEYPOINTS SUMMARY: DISTINCTIVE IMAGE FEATURES FROM SCALE- INVARIANT KEYPOINTS Cognitive Robotics Original: David G. Lowe, 004 Summary: Coen van Leeuwen, s1460919 Abstract: This article presents a method to extract

More information

Scene Text Detection Using Machine Learning Classifiers

Scene Text Detection Using Machine Learning Classifiers 601 Scene Text Detection Using Machine Learning Classifiers Nafla C.N. 1, Sneha K. 2, Divya K.P. 3 1 (Department of CSE, RCET, Akkikkvu, Thrissur) 2 (Department of CSE, RCET, Akkikkvu, Thrissur) 3 (Department

More information

IRIS RECOGNITION BASED LEARNING `VECTOR QUANTIZATION AND LOCAL BINARY PATTERNS ON IRIS MATCHING

IRIS RECOGNITION BASED LEARNING `VECTOR QUANTIZATION AND LOCAL BINARY PATTERNS ON IRIS MATCHING IRIS RECOGNITION BASED LEARNING `VECTOR QUANTIZATION AND LOCAL BINARY PATTERNS ON IRIS MATCHING ABHILASH SHARMA 1, Ms. RAJANI GUPTA 2 Electronics & Communication Engineering Department K.N.P. College of

More information

Iterative Directional Ray-based Iris Segmentation for Challenging Periocular Images

Iterative Directional Ray-based Iris Segmentation for Challenging Periocular Images Iterative Directional Ray-based Iris Segmentation for Challenging Periocular Images Xiaofei Hu, V. Paúl Pauca, and Robert Plemmons Departments of Mathematics and Computer Science 127 Manchester Hall, Winston-Salem,

More information

International Journal of Advance Engineering and Research Development. Iris Image Categorization for Efficient Large-Scale Iris Classification

International Journal of Advance Engineering and Research Development. Iris Image Categorization for Efficient Large-Scale Iris Classification Scientific Journal of Impact Factor(SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 2,Issue 7, July -2015 e-issn(o): 2348-4470 p-issn(p): 2348-6406 Iris Image

More information

Reducing the False Rejection Rate of Iris Recognition Using Textural and Topological Features

Reducing the False Rejection Rate of Iris Recognition Using Textural and Topological Features Reducing the False Rejection Rate of Iris Recognition Using Textural and Topological Features M Vatsa, R Singh, and A Noore Abstract This paper presents a novel iris recognition system using D log polar

More information

Circular Fuzzy Iris Segmentation

Circular Fuzzy Iris Segmentation Circular Fuzzy Iris Segmentation Nicolaie Popescu-Bodorin Department of Mathematics and Computer Science, Spiru Haret University Ion Ghica 13, Bucharest 3, Romania bodorin@ieee.org http://fmi.spiruharet.ro/bodorin/

More information

SINGULAR VALUE DECOMPOSITION AND 2D PRINCIPAL COMPONENT ANALYSIS OF IRIS-BIOMETRICS FOR AUTOMATIC HUMAN IDENTIFICATION. A thesis presented to

SINGULAR VALUE DECOMPOSITION AND 2D PRINCIPAL COMPONENT ANALYSIS OF IRIS-BIOMETRICS FOR AUTOMATIC HUMAN IDENTIFICATION. A thesis presented to SINGULAR VALUE DECOMPOSITION AND 2D PRINCIPAL COMPONENT ANALYSIS OF IRIS-BIOMETRICS FOR AUTOMATIC HUMAN IDENTIFICATION A thesis presented to the faculty of the Russ College of Engineering and Technology

More information

Human Motion Detection and Tracking for Video Surveillance

Human Motion Detection and Tracking for Video Surveillance Human Motion Detection and Tracking for Video Surveillance Prithviraj Banerjee and Somnath Sengupta Department of Electronics and Electrical Communication Engineering Indian Institute of Technology, Kharagpur,

More information

Scanner Parameter Estimation Using Bilevel Scans of Star Charts

Scanner Parameter Estimation Using Bilevel Scans of Star Charts ICDAR, Seattle WA September Scanner Parameter Estimation Using Bilevel Scans of Star Charts Elisa H. Barney Smith Electrical and Computer Engineering Department Boise State University, Boise, Idaho 8375

More information

A Study of Iris Segmentation Methods using Fuzzy C- Means and K-Means Clustering Algorithm

A Study of Iris Segmentation Methods using Fuzzy C- Means and K-Means Clustering Algorithm A Study of Iris Segmentation Methods using Fuzzy C- Means and K-Means Clustering Algorithm S.Jayalakshmi 1, M.Sundaresan 2 1 Research Scholar, Department of Information Technology, Bharathiar University,

More information

Robust Iris Recognition based on Orientation Field

Robust Iris Recognition based on Orientation Field Robust Iris Recognition based on Orientation Field Pravin S.Patil Department of Electronics and Communication S. S. V. P. S s B. S. Deore College of Engineering, Dhule, (M.S.), India ABSTRACT Recently,

More information

CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS

CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS 130 CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS A mass is defined as a space-occupying lesion seen in more than one projection and it is described by its shapes and margin

More information

PERSONAL IDENTIFICATION BASED ON ORDINAL MEASURES OF IRIS PATTERNS

PERSONAL IDENTIFICATION BASED ON ORDINAL MEASURES OF IRIS PATTERNS PERSONAL IDENTIFICATION BASED ON ORDINAL MEASURES OF IRIS PATTERNS 1 Balaji S Kamble, 2 Prof N P Mawale 1,2 Dept of Electronics and Telecommunication A.I.S.S.M.S College Of Engg., Pune, Ms (India) ABSTRACT

More information

L Iride. Docente: Michele Nappi. biplab.unisa.it

L Iride. Docente: Michele Nappi. biplab.unisa.it L Iride Docente: Michele Nappi mnappi@unisa.it biplab.unisa.it 089-963334 AGENDA 1. Biometric Overview 2. IRIS and Daugman 3. NICE I: Iris Segmentation (Detection) 4.NICE II: Iris Coding and Matching (Recognition)

More information