IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR

C

Biometrics has become important in security applications. In comparison with many other biometric features, iris recognition has very high recognition accuracy because it depends on iris which is located in a place that still stable throughout human life and the probability to find two identical iris's is close to zero. The identification system consists of several stages including segmentation stage which is the most serious and critical one. The current segmentation methods still have limitation in localizing the iris due to circular shape consideration of the pupil. In this research, Daugman method is done to investigate the segmentation techniques. Eyelid detection is another step that has been included in this study as a part of segmentation stage to localize the iris accurately and remove unwanted area that might be included. The obtained iris region is encoded using haar wavelets to construct the iris code, which contains the most discriminating feature in the iris pattern. Hamming distance is used for comparison of iris templates in the recognition stage. The dataset which is used for the study is UBIRIS database. A comparative study of different edge detector operator is performed. It is observed that canny operator is best suited to extract most of the edges to generate the iris code for comparison. Recognition rate of 89% and rejection rate of 95% is achieved.

Sundarapandian et al. (Eds) : CSE, CICS, DBDM, AIFL, SCOM - 2013
pp. 65–74, 2013. © CS & IT-CSCP 2013 DOI : 10.5121/csit.2013.3307
IRIS BIOMETRIC RECOGNITION SYSTEM
EMPLOYING CANNY OPERATOR
Binsu C. Kovoor1
, Supriya M.H.2
and K. Poulose Jacob3
1,3
Department of Computer Science, Cochin University of Science and
Technology, Cochin, Kerala, India
1
binsu.kovoor@gmail.com.,3
kpj@cusat.ac.in
2
Department of Electronics, Cochin University of Science and Technology,
Cochin, Kerala, India
supriyadoe@gmail.com
ABSTRACT
Biometrics has become important in security applications. In comparison with many other
biometric features, iris recognition has very high recognition accuracy because it depends on
iris which is located in a place that still stable throughout human life and the probability to find
two identical iris's is close to zero. The identification system consists of several stages including
segmentation stage which is the most serious and critical one. The current segmentation
methods still have limitation in localizing the iris due to circular shape consideration of the
pupil. In this research, Daugman method is done to investigate the segmentation techniques.
Eyelid detection is another step that has been included in this study as a part of segmentation
stage to localize the iris accurately and remove unwanted area that might be included. The
obtained iris region is encoded using haar wavelets to construct the iris code, which contains
the most discriminating feature in the iris pattern. Hamming distance is used for comparison of
iris templates in the recognition stage. The dataset which is used for the study is UBIRIS
database. A comparative study of different edge detector operator is performed. It is observed
that canny operator is best suited to extract most of the edges to generate the iris code for
comparison. Recognition rate of 89% and rejection rate of 95% is achieved.
KEYWORDS
Iris, Canny, Daugman, wavelet, Hamming Distance.
1. INTRODUCTION
Biometrics-based personal authentication systems have recently gained intensive research interest
due to the unreliability and inconvenience of traditional authentication systems. Biometrics
recently became a vital element of any successful person identification solutions as biometric
traits cannot be stolen, shared or even forgotten[1]. Among biometric technologies, iris-based
authentication systems bear more advantages than any other biometric technologies as it offers an
excellent recognition performance .Iris patterns are believed to be unique due to the complexity of
the underlying environmental and genetic processes that influence the generation of iris pattern.
These factors result in extraordinary textural patterns that are unique to each eye of an individual
and is even distinct between twins[2].
66 Computer Science & Information Technology (CS & IT)
Iris, a delicate circular diaphragm, lies between the cornea and the lens of the human eye. Since
the iris patterns do not alter significantly during a person‘s lifetime, it is considered to be one of
the most stable and precise personal identification biometric [1][3][4]. Iris recognition techniques
identifies a person by mathematically analyzing the unique random patterns that are visible within
the iris and making comparisons with an already existing database.
The basic block diagram of iris recognition system is as shown in Figure 1. The different stages in
the implementation of the system consist of segmentation, normalization, feature extraction and
matching.
Eye
image
Iris
Segmentation
Normalisation Feature
Extraction
Eye
image
Iris
Segmentation
Normalisation Feature
Extraction
Matching
Decision
DB
enrolment
Figure 1. Basic block diagram of iris recognition System
A prototype has been implemented and tested using UBIRIS database[5]. The prototype had a
recognition rate of 89% and rejection rate of 95%.
2. METHODOLOGY
The pre-processing stage requires the localization of the iris which generally involves the
detection of the edge of the iris as well as that of the pupil. Since varying levels of illumination
can result in dimensional inconsistencies between eye images due to the stretching of the iris,
normalization needs to be performed so that iris region is transformed to have fixed dimensions.
After unwrapping the normalized iris region into a rectangular region, it is encoded using Haar
wavelets to generate the iris code. In the recognition stage, Hamming distance is used for
comparison of the iris code, the most discriminating feature of the iris pattern, with the existing
iris templates.
2.1. Iris Localization
The different steps involved in the Iris Segmentation or localization is as shown in Figure 2. The
iris region approximated by a ring defined by the iris/sclera (limbic) boundary and the iris/pupil
(pupillary) boundary, needs isolation by the removal of the eyelids and eyelashes [6].
Computer Science & Information Technology (CS & IT) 67
Dimension
Reduction
Eye
Image
Iris
Iris
Extraction
Removal of
Eyelashes&
Eyelids
Boundary
Detection
Figure 2 Iris Segmentation Stages
2.1.1. Dimension Reduction and Iris Extraction
For the reduction of the computational complexity, the iris images are first converted into gray
scale images. For localization, the assumption that summation of the pixel values in the iris region
will be less compared to other region is used. This leads to the use of the threshold technique
based on the color of the iris. The gray level values of the iris pixels for a dark iris will be lesser
when compared to light iris. Two threshold values can be set to determine the iris region using the
histogram of the eye image. For creation of the knowledge base, eye images of both the groups
have been used so that threshold value has been computed for the extreme cases.
2.1.2. Removal of eyelids and eyelashes
Next stage is the removal of unwanted information, such as eyelashes and eyelids which can be
done using Sobel operator for detecting the edges. Sobel operator performs a 2D spatial gradient
measurement on an image and returns points where there is maximum gradient of image which
helps in edge detection as it is characterised by noticeable change in intensity. Sobel operator
consists of two 3x3 masks and which are given in equation (1) and (2) respectively.
(1)
(2)
68 Computer Science & Information Technology (CS & IT)
The gradient is approximated by applying the masks to the image and computing its magnitude as
in equation (3).
(3)
To compute the gradient for the pixel of the input image I is given in equation (4).
(4)
and can be found as in equations (5) and (6). Gradient magnitude at each pixel is found
and compared with the threshold to determine, whether it’s an edge pixel or not. Sobel operator is
less sensitive to noise, due to its large convolution masks.
(5)
(6)
2.1.3. Boundary Detection
For boundary detection, the centre pixel of the eyelash removed iris image is determined and a
circular strip is extracted based on the centre co-ordinates of the pupil. For detecting the inner and
outer boundary of the iris, Integro-Differential operator [2] was used. The integro-
differential operator is defined as in equation (7).
(7)
where is the eye image, r is the radius to search for, is a Gaussian smoothing
function and s is the contour of the circle given by r,x0,y0. The operator searches for the circular
path where there is maximum change in the pixel value, by varying the radius and centre x and y
position of the circular contour. The operator is applied iteratively in order to attain precise
localization.
Computer Science & Information Technology (CS & IT) 69
2.2. Iris Normalization and Unwrapping
Once the iris region has been successfully segmented from an eye image, it is transformed so that
it has fixed dimensions in order to allow comparisons. Most normalization techniques are based
on transforming iris into polar coordinates, known as unwrapping process. The normalization
process will produce iris region, which have the same constant dimensions, so that two
photographs of the same iris under different conditions will have same characteristics features.
Figure 3 shows the normalised iris image.
Figure 3. Normalized iris image
In fact homogenous rubber sheet model devised by Daugman remaps each point (x,y) within the
iris region to a pair of polar co-ordinates (r,θ), where r is on the interval (0,1) and θ is angle
(0,2π). Then the normalized iris region is unwrapped into a rectangular region. Figure 4 illustrates
the mechanism of Daugman’s rubber sheet model.
r
0 1
θ
r
θ
Figure 4. Unwrapping: Daugman’s Rubber Sheet Model
The normalized remapping of iris region from cartesian co-ordinates (x,y) to non-concentric polar
representation is modeled as proposed by [7] and is given by equation (8).
(8)
where
where is the iris region image, are the original cartesian co-ordinate, are the
corresponding normalized polar co-ordinates, and are the pupil and iris
boundary respectively along the direction.
70 Computer Science & Information Technology (CS & IT)
After getting the normalized polar representation of the iris region, this region is unwrapped by
choosing a constant number of points along each radial line, irrespective of how narrow or wide
the radius is at a particular angle. Thus, a 2D array is produced with vertical dimensions of radial
resolution and horizontal dimension of angular resolution.
3. FEATURE EXTRACTION
In order to provide accurate recognition of individuals, the most discriminating information
present in an iris pattern has been extracted. Only the significant features of the iris have been
encoded so that comparison between templates is done.
In the feature extraction stage, first histogram equalization is done to enhance the iris texture in
the normalized image. After this, the canny edge detector [8] is used to extract iris texture from
the normalized image. This edge detected is a 2D image and hence to reduce the dimension of
feature it is converted into a 1D energy signal. Vertical projection is the method used for the
conversion from 2D to 1D signal. Discrete wavelet transform is applied to this 1D energy signal.
As a result a set of low frequency and high frequency coefficients are obtained. Since the high
frequency coefficients do not contain any information, it is omitted and the low frequency
coefficients each of which has a dimension of 64 bytes are taken as the iris templates. The
different steps involved in the feature extraction stage are shown in Figure 5.
3.1. Histogram Equalization
This method usually increases the local contrast of many images. Through this adjustment, the
intensities can be better distributed on the histogram. This allows for areas of lower local contrast
to gain a higher contrast without affecting the global contrast. Histogram equalization
accomplishes this by effectively spreading out the most frequent intensity values. The image
obtained after histogram equalization is shown in Figure 6. The domes in the unwrapped image
are due to the eyelid occlusion.
Figure 6. Histogram Equalised Image
Histogram
equalisation
Edge
detection
Vertical
Projection
DWTNormalized
image
Iris
Features
Figure 5. Feature Extraction Stages
Computer Science & Information Technology (CS & IT) 71
3.2. Edge Detection
After histogram equalization iris texture will be enhanced in the normalized image. Edge
detection is performed to extract the iris texture from this enhanced image. Though several edge
detection techniques such as Sobel, Canny, Prewitt etc. are available, it was observed that Canny
edge detection technique is able to extract most of the iris texture from the enhanced image.
The Canny method [9] finds edges by looking for local maxima of the gradient of . The
gradient is calculated using the derivative of a Gaussian filter. The method uses two thresholds, to
detect strong and weak edges, and include the weak edges in the output only if they are connected
to strong edges. This method is therefore less likely than the others to be fooled by noise, and
more likely to detect true weak edges. Figure 7 shows the edge detected image using canny
operator.
Figure 7. Canny edge detected image
3.3. Vertical Projection
Vertical projection is a method used to convert the 2D signal to 1D signal. This is done to reduce
the system complexity. For vertical projection, energy of each row of the edge detected image is
calculated and is converted into a row vector. The generalized equation is shown in equation (9).
The dimension of normalized image is and is taken as . Hence, after vertical
projection its dimension is m, which is equal to 128.
(9)
3.4. Discrete Wavelet Transform
The discrete wavelet transform (DWT) decomposes the signal into mutually orthogonal set of
wavelets [10]. The DWT of signal x is calculated by passing it through a series of filters. First the
samples are passed through a low pass filter with impulse response g[n] resulting in a convolution
given in equation (10).
(10)
The signal is also decomposed simultaneously using a high pass filter h[n]. The outputs give the
detail coefficients (from the high pass filter) and approximation coefficients (from the low pass
filter) whose dimension will be 64 bytes each, since the dimension of 1D signal is 128 bytes. It is
important that two filters are related to each other and they are known as a quadrature mirror
filter. Here Haar wavelet [11] is used for wavelet transform. After wavelet transform, a set of low
frequency coefficients and high frequency coefficients each of dimension 64 bytes is obtained.
After DWT, it is observed that approximation coefficients contain information and detailed
72 Computer Science & Information Technology (CS & IT)
coefficients do not have any information. Hence approximation coefficients with dimensions 64
bytes is selected as feature vector and stored in database.
4. CLASSIFICATION
In recognition stage the features of the input eye image is compared with that of the features that
is already stored in the database and if it matches, the corresponding eye image is identified
otherwise it remains unidentified. Since a bitwise comparison is necessary Hamming distance was
chosen for identification.
4.1. Hamming Distance
The Hamming distance [12] gives a measure of how many bits are the same between two bit
patterns. It is used for comparison of iris templates in the recognition stage. Hamming distance D
is given by equation (11).
(11)
where, x and y are the two bit patterns of the iris code. n indicates number of bits. Hamming
distance D gives out the number of disagreeing bits between x and y.
Ideally, the hamming distance between two iris codes generated for the same iris pattern should
be zero; however this will not happen in practice due to fact that normalization is not perfect. The
larger the hamming distances (closer to 1), the more the two patterns are different and closer this
distance to zero, the more probable the two patterns are identical. By properly choosing the
threshold upon which we make the matching decision, one can get good iris recognition results
with very low error probability.
5. RESULTS AND DISCUSSIONS
The system was tested using the UBIRIS database [5] which included 1877 images from 241
persons collected in two sessions. The images collected in the first photography session were low
noise images. On the other hand, images collected in the second session were captured under
natural luminosity factor, thus allowing reflections, different contrast levels, and luminosity and
focus problems thus making it a good model for realistic situations.
Ten sets of eye images from UBIRIS database was taken for identification. Each set consists of
three eye images of a person taken at different time. From each set a single eye image was
randomly selected and its features were stored in the database. Therefore a total of 18 images
were used for simulation. These images are called registered images since its feature is stored in
the knowledge base. The main challenge in the identification is to identify the other two images in
each set whose features are not stored. 6 images whose features are not stored in the database are
also used to test the algorithm. These images are called as unregistered images. An efficient
algorithm should identify all registered images and reject all unregistered images. Performance of
iris acceptance algorithm is validated using four parameters -False Reject (FR), False
Accept(FA), Correct Reject(CR) and Correct Accept(CA). FR is obviously the case where we
judge a pattern as not the target one while it is. FA is when the pattern is considered as the target
one while it is not. CR is when the pattern is correctly judged as being not the target one. Finally,
CA is when the pattern is correctly considered to be the targeted one. These outcomes are
Computer Science & Information Technology (CS & IT) 73
illustrated in Figure 8. It was found that an optimum result is obtained at hamming distance
threshold of 0.4.
0
1
2
3
4
5
6
0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0
ProbabilityDensity
Hamming Distance
2
4
3
1. Correct accept rate
2. False accept rate
3. Flase rejectrate
4. Correct rejectrate
threshold
Authentics Imposters
1
Figure 8. Decision making in iris biometric system
Figure 9. Detection of iris edge using various operators
Using MATLAB, a comparison study between different classical operators, Canny, Sobel,
Prewitt, Roberts, log and zero cross was also done. The operators were applied to the enhanced
normalized image. The results, presented in Figure 9, show the performance of each of the
operators. It was found that the Canny operator outperforms the others; in fact it was the only
operator which was able to extract most of the iris texture.
6. CONCLUSIONS
Iris images were segmented and projected into 1D signal by the vertical projection and the 1D
signal features were extracted by the Haar wavelet transform. The complexity of feature
extraction method for iris recognition was low and achieved thus a considerable computational
reduction while keeping good performance.
A low dimensional feature extraction algorithm was developed and tested with 24 eye images
from the database by varying the parameters such as dimension of feature vector and hamming
distance threshold. It was found that an optimum result is obtained at hamming distance threshold
of 0.4 and feature vector dimension of 64bytes. It was also observed that canny operator was best
(a) Canny
(c)Prewitt
(e) Log
(d) Robert
(b) Sobel
(f)Zero Cross
74 Computer Science & Information Technology (CS & IT)
suited to extract most of the edges to generate the iris code for comparison. Recognition rate of
89% and rejection rate of 95% was achieved.
REFERENCES
[1] Jain A.K, Ross A. and Prabhakar S.(2004) “An Introduction to Biometric Recognition”, IEEE
Transactions on Circuits and Systems for Video Technology, Special Issue on Image- and Video-
Based Biometrics, Vol.14, No.1, pp.4–20.
[2] Daugman J.(2004) “How iris recognition works”, IEEE Transactions on Circuits and Systems for
Video Technology, Vol.14, No.1, pp.21-30.
[3] Jain A.K, Ross A, Pankanti S,(2006) “Biometrics: A tool for information security”, IEEE Transaction
on Information Forensics and Security, Vol.1, No.2, pp.125-143.
[4] Ross A, Nandakumar K & Jain A.K,(2006) “Handbook of Multibiometrics”, Springer.
[5] Proenc H, and Alexandre L,(2004) “UBIRIS: Iris Image Database”, Available: http://iris.di.ubi.pt.
[6] Zhang D.(2003) “Detecting eyelash and reflection for accurate iris segmentation”, International
journal of Pattern Recognition and Artificial Intelligence, Vol. 1, No.6, pp.1025-1034..
[7] Jaroslav B, “Circle detection using Hough Transform,” Technical Report, University of Bristol, U.K.
Available at: http://linux.fjfi.cvut.cz/~pinus/bristol/ imageproc/ hw1/report.pdf
[8] Kovesi P, “MATLAB Function for Computer Vision and Image Analysis”, Available at:
http://www.cs. uwa. edu.au/ ~pk/Research/ MatLabFns/ index.html.
[9] Canny J,(1986) “A computational approach to edge detection”, IEEE Transaction on Pattern Analysis
and Machine Intelligence, Vol. 8, pp. 679-698.
[10] Boles W, and Boashash B,(1998), “A Human Identification Technique using Images of the Iris and
Wavelet Transform”, IEEE Trans. Signal Processing, Vol. 46, No. 4, pp. 1185-1188.
[11] Lim S, Lee K., Byeon O, and Kim T,(2001) “Efficient iris recognition through improvement of
feature vector and classifier”, ETRI Journal, Vol. 23, No. 2, pp. 61-70.
[12] Daugman J,(1993) “High confidence Visual Recognition of Person by a test of statistical
Independence”, IEEE transactions on pattern analysis and machine intelligence, Vol.15 No.11, pp.
1148-1161.
Authors
Binsu C. Kovoor is working as Assistant Professor in Information Technology, Cochin
University of Science and Technology 2000 onwards. Her areas of interest include
biometric security system, pattern recognition, database systems, data mining, data
structures, streaming audio and video signals etc. She is a Life member of ISTE and IE.
Dr. Supriya M. H joined as a faculty in the Department of Electronics, Cochin
University of Science & Technology in 1999. Her fields of interests are Target
Identification, Signal Processing, Bioinfomatics, Steganography and Computer
Technology. She has presented papers in several International Conferences in Europe,
USA, and France. She is actively involved in Research and Development activities in
Ocean Electronics and related areas and has a patent and about 87 research publications
to her credit. She is a Life member of IETE and ISTE.
Dr. K. Poulose Jacob, Professor of Computer Science at Cochin University of Science
and Technology since 1994, is currently Director of the School of Computer Science
Studies. His research interests are in Information Systems Engineering, I ntelligent
Architectures and Networks.He has more than 90 research publications to his credit. He
has presented papers in several International Conferences in Europe, USA, UK,
Australia and other countries. Dr. K. Poulose Jacob is a Professional member of the
ACM (Association for Computing Machinery) and a Life Member of the Computer
Society of India.

Recommandé

Iris biometrics par
Iris     biometricsIris     biometrics
Iris biometricsDexterChess
478 vues23 diapositives
Iris recognition seminar par
Iris recognition seminarIris recognition seminar
Iris recognition seminarAjinkya Bhalerao
31.6K vues34 diapositives
Iris Recognition par
Iris RecognitionIris Recognition
Iris RecognitionPiyush Mittal
15.1K vues80 diapositives
Iris recognition par
Iris recognitionIris recognition
Iris recognitionshyamalaramesh2
556 vues29 diapositives
IRIS RECOGNITION par
IRIS RECOGNITION IRIS RECOGNITION
IRIS RECOGNITION Ankit Kumar
2K vues28 diapositives
Iris recognition system par
Iris recognition systemIris recognition system
Iris recognition systemNilu Desai
8.5K vues29 diapositives

Contenu connexe

Tendances

Iris sem par
Iris semIris sem
Iris semRasha Tarawneh
485 vues43 diapositives
Iris ppt par
Iris pptIris ppt
Iris pptSri Harati K
10.2K vues15 diapositives
Study and development of Iris Segmentation and Normalization Technique par
Study and development of Iris Segmentation and Normalization TechniqueStudy and development of Iris Segmentation and Normalization Technique
Study and development of Iris Segmentation and Normalization TechniqueSunil Kumar Chawla
527 vues50 diapositives
Iris Biometric for Person Identification par
Iris Biometric for Person IdentificationIris Biometric for Person Identification
Iris Biometric for Person IdentificationManish Kumar
707 vues27 diapositives
Pattern recognition IRIS recognition par
Pattern recognition IRIS recognitionPattern recognition IRIS recognition
Pattern recognition IRIS recognitionMazin Alwaaly
907 vues30 diapositives
Iris recognition par
Iris recognitionIris recognition
Iris recognitionNARAHARISRUTHI1
273 vues19 diapositives

Tendances(20)

Study and development of Iris Segmentation and Normalization Technique par Sunil Kumar Chawla
Study and development of Iris Segmentation and Normalization TechniqueStudy and development of Iris Segmentation and Normalization Technique
Study and development of Iris Segmentation and Normalization Technique
Iris Biometric for Person Identification par Manish Kumar
Iris Biometric for Person IdentificationIris Biometric for Person Identification
Iris Biometric for Person Identification
Manish Kumar707 vues
Pattern recognition IRIS recognition par Mazin Alwaaly
Pattern recognition IRIS recognitionPattern recognition IRIS recognition
Pattern recognition IRIS recognition
Mazin Alwaaly907 vues
Iris Recognition Technology par RutikBhoyar
Iris Recognition TechnologyIris Recognition Technology
Iris Recognition Technology
RutikBhoyar146 vues
iris recognition system as means of unique identification par Being Topper
iris recognition system as means of unique identification iris recognition system as means of unique identification
iris recognition system as means of unique identification
Being Topper 1.3K vues
Iris segmentation analysis using integro differential operator and hough tran... par Nadeer Abu Jraerr
Iris segmentation analysis using integro differential operator and hough tran...Iris segmentation analysis using integro differential operator and hough tran...
Iris segmentation analysis using integro differential operator and hough tran...
Nadeer Abu Jraerr4.4K vues
Iris scanner technology par shams tabrez
Iris scanner technologyIris scanner technology
Iris scanner technology
shams tabrez1.6K vues
IRIS &RETINAL SCANNING PPT par Ajay K
IRIS &RETINAL SCANNING PPTIRIS &RETINAL SCANNING PPT
IRIS &RETINAL SCANNING PPT
Ajay K3.2K vues

En vedette

An Intelligent System for Secured Authentication using Hierarchical Visual Cr... par
An Intelligent System for Secured Authentication using Hierarchical Visual Cr...An Intelligent System for Secured Authentication using Hierarchical Visual Cr...
An Intelligent System for Secured Authentication using Hierarchical Visual Cr...IDES Editor
507 vues3 diapositives
Iris Recognition Using Active Contours par
Iris Recognition Using Active ContoursIris Recognition Using Active Contours
Iris Recognition Using Active ContoursIJARIDEA Journal
108 vues6 diapositives
Biometrics application par
Biometrics applicationBiometrics application
Biometrics applicationDivya Shah
519 vues13 diapositives
Mobile Voting System Using Advanced NFC Technology par
Mobile Voting System Using Advanced NFC TechnologyMobile Voting System Using Advanced NFC Technology
Mobile Voting System Using Advanced NFC Technologyijsrd.com
611 vues2 diapositives
WIRELESS INTERNET BY SAIKIRAN PANJALA par
WIRELESS INTERNET BY SAIKIRAN PANJALAWIRELESS INTERNET BY SAIKIRAN PANJALA
WIRELESS INTERNET BY SAIKIRAN PANJALASaikiran Panjala
142 vues17 diapositives
The Escalation of Wireless Internet par
The Escalation of Wireless InternetThe Escalation of Wireless Internet
The Escalation of Wireless Internetrjtw
1.2K vues47 diapositives

En vedette(20)

An Intelligent System for Secured Authentication using Hierarchical Visual Cr... par IDES Editor
An Intelligent System for Secured Authentication using Hierarchical Visual Cr...An Intelligent System for Secured Authentication using Hierarchical Visual Cr...
An Intelligent System for Secured Authentication using Hierarchical Visual Cr...
IDES Editor507 vues
Biometrics application par Divya Shah
Biometrics applicationBiometrics application
Biometrics application
Divya Shah519 vues
Mobile Voting System Using Advanced NFC Technology par ijsrd.com
Mobile Voting System Using Advanced NFC TechnologyMobile Voting System Using Advanced NFC Technology
Mobile Voting System Using Advanced NFC Technology
ijsrd.com611 vues
The Escalation of Wireless Internet par rjtw
The Escalation of Wireless InternetThe Escalation of Wireless Internet
The Escalation of Wireless Internet
rjtw1.2K vues
Comparative Analysis of Power System Stabilizer using Artificial Intelligence... par ijsrd.com
Comparative Analysis of Power System Stabilizer using Artificial Intelligence...Comparative Analysis of Power System Stabilizer using Artificial Intelligence...
Comparative Analysis of Power System Stabilizer using Artificial Intelligence...
ijsrd.com552 vues
Power Quality Enhancement in Power Distribution system using Artificial intel... par sundar balan
Power Quality Enhancement in Power Distribution system using Artificial intel...Power Quality Enhancement in Power Distribution system using Artificial intel...
Power Quality Enhancement in Power Distribution system using Artificial intel...
sundar balan2.5K vues
Mahakal institute of technology par Oman Jangir
Mahakal institute of technologyMahakal institute of technology
Mahakal institute of technology
Oman Jangir751 vues
Iris based Human Identification par dswazalwar
Iris based Human IdentificationIris based Human Identification
Iris based Human Identification
dswazalwar6.3K vues
Artificial Intelligence Techniques In Power Systems Paper Presentation par guestac67362
Artificial Intelligence Techniques In Power Systems Paper PresentationArtificial Intelligence Techniques In Power Systems Paper Presentation
Artificial Intelligence Techniques In Power Systems Paper Presentation
guestac673626.5K vues
Cryptography full report par harpoo123143
Cryptography full reportCryptography full report
Cryptography full report
harpoo12314316.9K vues
Blue Brain Seminar Report par Varun A M
Blue Brain Seminar ReportBlue Brain Seminar Report
Blue Brain Seminar Report
Varun A M5K vues
Artificial intelligene (1) par Siddhu gowda
Artificial intelligene (1)Artificial intelligene (1)
Artificial intelligene (1)
Siddhu gowda1.2K vues
Airtificial Intelligence in Power System par Pratik Doshi
Airtificial Intelligence in Power SystemAirtificial Intelligence in Power System
Airtificial Intelligence in Power System
Pratik Doshi6.3K vues
Artificial intelligence in power system par Bittu Goswami
Artificial intelligence in power systemArtificial intelligence in power system
Artificial intelligence in power system
Bittu Goswami36.2K vues
Wireless LAN Security, Policy, and Deployment Best Practices par Cisco Mobility
Wireless LAN Security, Policy, and Deployment Best PracticesWireless LAN Security, Policy, and Deployment Best Practices
Wireless LAN Security, Policy, and Deployment Best Practices
Cisco Mobility20.7K vues

Similaire à IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR

EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME... par
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...IJNSA Journal
6 vues10 diapositives
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME... par
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...IJNSA Journal
501 vues10 diapositives
International Journal of Computational Engineering Research(IJCER) par
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
375 vues8 diapositives
Efficient Small Template Iris Recognition System Using Wavelet Transform par
Efficient Small Template Iris Recognition System Using Wavelet TransformEfficient Small Template Iris Recognition System Using Wavelet Transform
Efficient Small Template Iris Recognition System Using Wavelet TransformCSCJournals
328 vues12 diapositives
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION par
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATIONWAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATIONsipij
925 vues14 diapositives
Iris recognition for personal identification using lamstar neural network par
Iris recognition for personal identification using lamstar neural networkIris recognition for personal identification using lamstar neural network
Iris recognition for personal identification using lamstar neural networkijcsit
368 vues8 diapositives

Similaire à IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR(20)

EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME... par IJNSA Journal
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
IJNSA Journal6 vues
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME... par IJNSA Journal
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
IJNSA Journal501 vues
International Journal of Computational Engineering Research(IJCER) par ijceronline
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline375 vues
Efficient Small Template Iris Recognition System Using Wavelet Transform par CSCJournals
Efficient Small Template Iris Recognition System Using Wavelet TransformEfficient Small Template Iris Recognition System Using Wavelet Transform
Efficient Small Template Iris Recognition System Using Wavelet Transform
CSCJournals328 vues
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION par sipij
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATIONWAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION
sipij925 vues
Iris recognition for personal identification using lamstar neural network par ijcsit
Iris recognition for personal identification using lamstar neural networkIris recognition for personal identification using lamstar neural network
Iris recognition for personal identification using lamstar neural network
ijcsit368 vues
An exploration of periocular region with reduced region for authentication re... par csandit
An exploration of periocular region with reduced region for authentication re...An exploration of periocular region with reduced region for authentication re...
An exploration of periocular region with reduced region for authentication re...
csandit328 vues
AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ... par cscpconf
AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ...AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ...
AN EXPLORATION OF PERIOCULAR REGION WITH REDUCED REGION FOR AUTHENTICATION : ...
cscpconf80 vues
A robust iris recognition method on adverse conditions par ijcseit
A robust iris recognition method on adverse conditionsA robust iris recognition method on adverse conditions
A robust iris recognition method on adverse conditions
ijcseit661 vues
A Survey : Iris Based Recognition Systems par Editor IJMTER
A Survey : Iris Based Recognition SystemsA Survey : Iris Based Recognition Systems
A Survey : Iris Based Recognition Systems
Editor IJMTER312 vues
A Literature Review on Iris Segmentation Techniques for Iris Recognition Systems par IOSR Journals
A Literature Review on Iris Segmentation Techniques for Iris Recognition SystemsA Literature Review on Iris Segmentation Techniques for Iris Recognition Systems
A Literature Review on Iris Segmentation Techniques for Iris Recognition Systems
IOSR Journals352 vues
Quality assessment for online iris par csandit
Quality assessment for online irisQuality assessment for online iris
Quality assessment for online iris
csandit340 vues
International Journal of Computer Science, Engineering and Information Techno... par ijcseit
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...
ijcseit13 vues
The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc... par CSCJournals
The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc...The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc...
The Biometric Algorithm based on Fusion of DWT Frequency Components of Enhanc...
CSCJournals145 vues
International Journal of Engineering Research and Development (IJERD) par IJERD Editor
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor472 vues
Iris Localization - a Biometric Approach Referring Daugman's Algorithm par Editor IJCATR
Iris Localization - a Biometric Approach Referring Daugman's AlgorithmIris Localization - a Biometric Approach Referring Daugman's Algorithm
Iris Localization - a Biometric Approach Referring Daugman's Algorithm
Editor IJCATR396 vues

Plus de csitconf

MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION par
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTIONMRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTIONcsitconf
637 vues10 diapositives
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTION par
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTIONEDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTION
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTIONcsitconf
446 vues9 diapositives
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES par
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGEScsitconf
709 vues10 diapositives
PLANNING BY CASE-BASED REASONING BASED ON FUZZY LOGIC par
PLANNING BY CASE-BASED REASONING BASED ON FUZZY LOGICPLANNING BY CASE-BASED REASONING BASED ON FUZZY LOGIC
PLANNING BY CASE-BASED REASONING BASED ON FUZZY LOGICcsitconf
624 vues12 diapositives
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O... par
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...csitconf
735 vues11 diapositives
NEURAL NETWORKS WITH DECISION TREES FOR DIAGNOSIS ISSUES par
NEURAL NETWORKS WITH DECISION TREES FOR DIAGNOSIS ISSUESNEURAL NETWORKS WITH DECISION TREES FOR DIAGNOSIS ISSUES
NEURAL NETWORKS WITH DECISION TREES FOR DIAGNOSIS ISSUEScsitconf
768 vues11 diapositives

Plus de csitconf(9)

MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION par csitconf
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTIONMRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
MRI IMAGES THRESHOLDING FOR ALZHEIMER DETECTION
csitconf637 vues
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTION par csitconf
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTIONEDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTION
EDGE DETECTION IN RADAR IMAGES USING WEIBULL DISTRIBUTION
csitconf446 vues
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES par csitconf
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGESAUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
AUTOMATIC THRESHOLDING TECHNIQUES FOR SAR IMAGES
csitconf709 vues
PLANNING BY CASE-BASED REASONING BASED ON FUZZY LOGIC par csitconf
PLANNING BY CASE-BASED REASONING BASED ON FUZZY LOGICPLANNING BY CASE-BASED REASONING BASED ON FUZZY LOGIC
PLANNING BY CASE-BASED REASONING BASED ON FUZZY LOGIC
csitconf624 vues
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O... par csitconf
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...
SUPERVISED FEATURE SELECTION FOR DIAGNOSIS OF CORONARY ARTERY DISEASE BASED O...
csitconf735 vues
NEURAL NETWORKS WITH DECISION TREES FOR DIAGNOSIS ISSUES par csitconf
NEURAL NETWORKS WITH DECISION TREES FOR DIAGNOSIS ISSUESNEURAL NETWORKS WITH DECISION TREES FOR DIAGNOSIS ISSUES
NEURAL NETWORKS WITH DECISION TREES FOR DIAGNOSIS ISSUES
csitconf768 vues
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM par csitconf
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMCOMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
csitconf495 vues
FEEDBACK SHIFT REGISTERS AS CELLULAR AUTOMATA BOUNDARY CONDITIONS par csitconf
FEEDBACK SHIFT REGISTERS AS CELLULAR AUTOMATA BOUNDARY CONDITIONSFEEDBACK SHIFT REGISTERS AS CELLULAR AUTOMATA BOUNDARY CONDITIONS
FEEDBACK SHIFT REGISTERS AS CELLULAR AUTOMATA BOUNDARY CONDITIONS
csitconf696 vues
Hamming Distance and Data Compression of 1-D CA par csitconf
Hamming Distance and Data Compression of 1-D CAHamming Distance and Data Compression of 1-D CA
Hamming Distance and Data Compression of 1-D CA
csitconf410 vues

Dernier

ChatGPT and AI for Web Developers par
ChatGPT and AI for Web DevelopersChatGPT and AI for Web Developers
ChatGPT and AI for Web DevelopersMaximiliano Firtman
181 vues82 diapositives
handbook for web 3 adoption.pdf par
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdfLiveplex
19 vues16 diapositives
Attacking IoT Devices from a Web Perspective - Linux Day par
Attacking IoT Devices from a Web Perspective - Linux Day Attacking IoT Devices from a Web Perspective - Linux Day
Attacking IoT Devices from a Web Perspective - Linux Day Simone Onofri
15 vues68 diapositives
Future of Learning - Khoong Chan Meng par
Future of Learning - Khoong Chan MengFuture of Learning - Khoong Chan Meng
Future of Learning - Khoong Chan MengNUS-ISS
33 vues7 diapositives
The Importance of Cybersecurity for Digital Transformation par
The Importance of Cybersecurity for Digital TransformationThe Importance of Cybersecurity for Digital Transformation
The Importance of Cybersecurity for Digital TransformationNUS-ISS
27 vues26 diapositives
Perth MeetUp November 2023 par
Perth MeetUp November 2023 Perth MeetUp November 2023
Perth MeetUp November 2023 Michael Price
15 vues44 diapositives

Dernier(20)

handbook for web 3 adoption.pdf par Liveplex
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdf
Liveplex19 vues
Attacking IoT Devices from a Web Perspective - Linux Day par Simone Onofri
Attacking IoT Devices from a Web Perspective - Linux Day Attacking IoT Devices from a Web Perspective - Linux Day
Attacking IoT Devices from a Web Perspective - Linux Day
Simone Onofri15 vues
Future of Learning - Khoong Chan Meng par NUS-ISS
Future of Learning - Khoong Chan MengFuture of Learning - Khoong Chan Meng
Future of Learning - Khoong Chan Meng
NUS-ISS33 vues
The Importance of Cybersecurity for Digital Transformation par NUS-ISS
The Importance of Cybersecurity for Digital TransformationThe Importance of Cybersecurity for Digital Transformation
The Importance of Cybersecurity for Digital Transformation
NUS-ISS27 vues
Combining Orchestration and Choreography for a Clean Architecture par ThomasHeinrichs1
Combining Orchestration and Choreography for a Clean ArchitectureCombining Orchestration and Choreography for a Clean Architecture
Combining Orchestration and Choreography for a Clean Architecture
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV par Splunk
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
.conf Go 2023 - How KPN drives Customer Satisfaction on IPTV
Splunk88 vues
Black and White Modern Science Presentation.pptx par maryamkhalid2916
Black and White Modern Science Presentation.pptxBlack and White Modern Science Presentation.pptx
Black and White Modern Science Presentation.pptx
The details of description: Techniques, tips, and tangents on alternative tex... par BookNet Canada
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...
BookNet Canada121 vues
STPI OctaNE CoE Brochure.pdf par madhurjyapb
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdf
madhurjyapb12 vues
How the World's Leading Independent Automotive Distributor is Reinventing Its... par NUS-ISS
How the World's Leading Independent Automotive Distributor is Reinventing Its...How the World's Leading Independent Automotive Distributor is Reinventing Its...
How the World's Leading Independent Automotive Distributor is Reinventing Its...
NUS-ISS15 vues
Spesifikasi Lengkap ASUS Vivobook Go 14 par Dot Semarang
Spesifikasi Lengkap ASUS Vivobook Go 14Spesifikasi Lengkap ASUS Vivobook Go 14
Spesifikasi Lengkap ASUS Vivobook Go 14
Dot Semarang35 vues
Beyond the Hype: What Generative AI Means for the Future of Work - Damien Cum... par NUS-ISS
Beyond the Hype: What Generative AI Means for the Future of Work - Damien Cum...Beyond the Hype: What Generative AI Means for the Future of Work - Damien Cum...
Beyond the Hype: What Generative AI Means for the Future of Work - Damien Cum...
NUS-ISS34 vues
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors par sugiuralab
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors
sugiuralab15 vues
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica... par NUS-ISS
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...
NUS-ISS16 vues
.conf Go 2023 - Data analysis as a routine par Splunk
.conf Go 2023 - Data analysis as a routine.conf Go 2023 - Data analysis as a routine
.conf Go 2023 - Data analysis as a routine
Splunk93 vues
RADIUS-Omnichannel Interaction System par RADIUS
RADIUS-Omnichannel Interaction SystemRADIUS-Omnichannel Interaction System
RADIUS-Omnichannel Interaction System
RADIUS15 vues

IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR

  • 1. Sundarapandian et al. (Eds) : CSE, CICS, DBDM, AIFL, SCOM - 2013 pp. 65–74, 2013. © CS & IT-CSCP 2013 DOI : 10.5121/csit.2013.3307 IRIS BIOMETRIC RECOGNITION SYSTEM EMPLOYING CANNY OPERATOR Binsu C. Kovoor1 , Supriya M.H.2 and K. Poulose Jacob3 1,3 Department of Computer Science, Cochin University of Science and Technology, Cochin, Kerala, India 1 binsu.kovoor@gmail.com.,3 kpj@cusat.ac.in 2 Department of Electronics, Cochin University of Science and Technology, Cochin, Kerala, India supriyadoe@gmail.com ABSTRACT Biometrics has become important in security applications. In comparison with many other biometric features, iris recognition has very high recognition accuracy because it depends on iris which is located in a place that still stable throughout human life and the probability to find two identical iris's is close to zero. The identification system consists of several stages including segmentation stage which is the most serious and critical one. The current segmentation methods still have limitation in localizing the iris due to circular shape consideration of the pupil. In this research, Daugman method is done to investigate the segmentation techniques. Eyelid detection is another step that has been included in this study as a part of segmentation stage to localize the iris accurately and remove unwanted area that might be included. The obtained iris region is encoded using haar wavelets to construct the iris code, which contains the most discriminating feature in the iris pattern. Hamming distance is used for comparison of iris templates in the recognition stage. The dataset which is used for the study is UBIRIS database. A comparative study of different edge detector operator is performed. It is observed that canny operator is best suited to extract most of the edges to generate the iris code for comparison. Recognition rate of 89% and rejection rate of 95% is achieved. KEYWORDS Iris, Canny, Daugman, wavelet, Hamming Distance. 1. INTRODUCTION Biometrics-based personal authentication systems have recently gained intensive research interest due to the unreliability and inconvenience of traditional authentication systems. Biometrics recently became a vital element of any successful person identification solutions as biometric traits cannot be stolen, shared or even forgotten[1]. Among biometric technologies, iris-based authentication systems bear more advantages than any other biometric technologies as it offers an excellent recognition performance .Iris patterns are believed to be unique due to the complexity of the underlying environmental and genetic processes that influence the generation of iris pattern. These factors result in extraordinary textural patterns that are unique to each eye of an individual and is even distinct between twins[2].
  • 2. 66 Computer Science & Information Technology (CS & IT) Iris, a delicate circular diaphragm, lies between the cornea and the lens of the human eye. Since the iris patterns do not alter significantly during a person‘s lifetime, it is considered to be one of the most stable and precise personal identification biometric [1][3][4]. Iris recognition techniques identifies a person by mathematically analyzing the unique random patterns that are visible within the iris and making comparisons with an already existing database. The basic block diagram of iris recognition system is as shown in Figure 1. The different stages in the implementation of the system consist of segmentation, normalization, feature extraction and matching. Eye image Iris Segmentation Normalisation Feature Extraction Eye image Iris Segmentation Normalisation Feature Extraction Matching Decision DB enrolment Figure 1. Basic block diagram of iris recognition System A prototype has been implemented and tested using UBIRIS database[5]. The prototype had a recognition rate of 89% and rejection rate of 95%. 2. METHODOLOGY The pre-processing stage requires the localization of the iris which generally involves the detection of the edge of the iris as well as that of the pupil. Since varying levels of illumination can result in dimensional inconsistencies between eye images due to the stretching of the iris, normalization needs to be performed so that iris region is transformed to have fixed dimensions. After unwrapping the normalized iris region into a rectangular region, it is encoded using Haar wavelets to generate the iris code. In the recognition stage, Hamming distance is used for comparison of the iris code, the most discriminating feature of the iris pattern, with the existing iris templates. 2.1. Iris Localization The different steps involved in the Iris Segmentation or localization is as shown in Figure 2. The iris region approximated by a ring defined by the iris/sclera (limbic) boundary and the iris/pupil (pupillary) boundary, needs isolation by the removal of the eyelids and eyelashes [6].
  • 3. Computer Science & Information Technology (CS & IT) 67 Dimension Reduction Eye Image Iris Iris Extraction Removal of Eyelashes& Eyelids Boundary Detection Figure 2 Iris Segmentation Stages 2.1.1. Dimension Reduction and Iris Extraction For the reduction of the computational complexity, the iris images are first converted into gray scale images. For localization, the assumption that summation of the pixel values in the iris region will be less compared to other region is used. This leads to the use of the threshold technique based on the color of the iris. The gray level values of the iris pixels for a dark iris will be lesser when compared to light iris. Two threshold values can be set to determine the iris region using the histogram of the eye image. For creation of the knowledge base, eye images of both the groups have been used so that threshold value has been computed for the extreme cases. 2.1.2. Removal of eyelids and eyelashes Next stage is the removal of unwanted information, such as eyelashes and eyelids which can be done using Sobel operator for detecting the edges. Sobel operator performs a 2D spatial gradient measurement on an image and returns points where there is maximum gradient of image which helps in edge detection as it is characterised by noticeable change in intensity. Sobel operator consists of two 3x3 masks and which are given in equation (1) and (2) respectively. (1) (2)
  • 4. 68 Computer Science & Information Technology (CS & IT) The gradient is approximated by applying the masks to the image and computing its magnitude as in equation (3). (3) To compute the gradient for the pixel of the input image I is given in equation (4). (4) and can be found as in equations (5) and (6). Gradient magnitude at each pixel is found and compared with the threshold to determine, whether it’s an edge pixel or not. Sobel operator is less sensitive to noise, due to its large convolution masks. (5) (6) 2.1.3. Boundary Detection For boundary detection, the centre pixel of the eyelash removed iris image is determined and a circular strip is extracted based on the centre co-ordinates of the pupil. For detecting the inner and outer boundary of the iris, Integro-Differential operator [2] was used. The integro- differential operator is defined as in equation (7). (7) where is the eye image, r is the radius to search for, is a Gaussian smoothing function and s is the contour of the circle given by r,x0,y0. The operator searches for the circular path where there is maximum change in the pixel value, by varying the radius and centre x and y position of the circular contour. The operator is applied iteratively in order to attain precise localization.
  • 5. Computer Science & Information Technology (CS & IT) 69 2.2. Iris Normalization and Unwrapping Once the iris region has been successfully segmented from an eye image, it is transformed so that it has fixed dimensions in order to allow comparisons. Most normalization techniques are based on transforming iris into polar coordinates, known as unwrapping process. The normalization process will produce iris region, which have the same constant dimensions, so that two photographs of the same iris under different conditions will have same characteristics features. Figure 3 shows the normalised iris image. Figure 3. Normalized iris image In fact homogenous rubber sheet model devised by Daugman remaps each point (x,y) within the iris region to a pair of polar co-ordinates (r,θ), where r is on the interval (0,1) and θ is angle (0,2π). Then the normalized iris region is unwrapped into a rectangular region. Figure 4 illustrates the mechanism of Daugman’s rubber sheet model. r 0 1 θ r θ Figure 4. Unwrapping: Daugman’s Rubber Sheet Model The normalized remapping of iris region from cartesian co-ordinates (x,y) to non-concentric polar representation is modeled as proposed by [7] and is given by equation (8). (8) where where is the iris region image, are the original cartesian co-ordinate, are the corresponding normalized polar co-ordinates, and are the pupil and iris boundary respectively along the direction.
  • 6. 70 Computer Science & Information Technology (CS & IT) After getting the normalized polar representation of the iris region, this region is unwrapped by choosing a constant number of points along each radial line, irrespective of how narrow or wide the radius is at a particular angle. Thus, a 2D array is produced with vertical dimensions of radial resolution and horizontal dimension of angular resolution. 3. FEATURE EXTRACTION In order to provide accurate recognition of individuals, the most discriminating information present in an iris pattern has been extracted. Only the significant features of the iris have been encoded so that comparison between templates is done. In the feature extraction stage, first histogram equalization is done to enhance the iris texture in the normalized image. After this, the canny edge detector [8] is used to extract iris texture from the normalized image. This edge detected is a 2D image and hence to reduce the dimension of feature it is converted into a 1D energy signal. Vertical projection is the method used for the conversion from 2D to 1D signal. Discrete wavelet transform is applied to this 1D energy signal. As a result a set of low frequency and high frequency coefficients are obtained. Since the high frequency coefficients do not contain any information, it is omitted and the low frequency coefficients each of which has a dimension of 64 bytes are taken as the iris templates. The different steps involved in the feature extraction stage are shown in Figure 5. 3.1. Histogram Equalization This method usually increases the local contrast of many images. Through this adjustment, the intensities can be better distributed on the histogram. This allows for areas of lower local contrast to gain a higher contrast without affecting the global contrast. Histogram equalization accomplishes this by effectively spreading out the most frequent intensity values. The image obtained after histogram equalization is shown in Figure 6. The domes in the unwrapped image are due to the eyelid occlusion. Figure 6. Histogram Equalised Image Histogram equalisation Edge detection Vertical Projection DWTNormalized image Iris Features Figure 5. Feature Extraction Stages
  • 7. Computer Science & Information Technology (CS & IT) 71 3.2. Edge Detection After histogram equalization iris texture will be enhanced in the normalized image. Edge detection is performed to extract the iris texture from this enhanced image. Though several edge detection techniques such as Sobel, Canny, Prewitt etc. are available, it was observed that Canny edge detection technique is able to extract most of the iris texture from the enhanced image. The Canny method [9] finds edges by looking for local maxima of the gradient of . The gradient is calculated using the derivative of a Gaussian filter. The method uses two thresholds, to detect strong and weak edges, and include the weak edges in the output only if they are connected to strong edges. This method is therefore less likely than the others to be fooled by noise, and more likely to detect true weak edges. Figure 7 shows the edge detected image using canny operator. Figure 7. Canny edge detected image 3.3. Vertical Projection Vertical projection is a method used to convert the 2D signal to 1D signal. This is done to reduce the system complexity. For vertical projection, energy of each row of the edge detected image is calculated and is converted into a row vector. The generalized equation is shown in equation (9). The dimension of normalized image is and is taken as . Hence, after vertical projection its dimension is m, which is equal to 128. (9) 3.4. Discrete Wavelet Transform The discrete wavelet transform (DWT) decomposes the signal into mutually orthogonal set of wavelets [10]. The DWT of signal x is calculated by passing it through a series of filters. First the samples are passed through a low pass filter with impulse response g[n] resulting in a convolution given in equation (10). (10) The signal is also decomposed simultaneously using a high pass filter h[n]. The outputs give the detail coefficients (from the high pass filter) and approximation coefficients (from the low pass filter) whose dimension will be 64 bytes each, since the dimension of 1D signal is 128 bytes. It is important that two filters are related to each other and they are known as a quadrature mirror filter. Here Haar wavelet [11] is used for wavelet transform. After wavelet transform, a set of low frequency coefficients and high frequency coefficients each of dimension 64 bytes is obtained. After DWT, it is observed that approximation coefficients contain information and detailed
  • 8. 72 Computer Science & Information Technology (CS & IT) coefficients do not have any information. Hence approximation coefficients with dimensions 64 bytes is selected as feature vector and stored in database. 4. CLASSIFICATION In recognition stage the features of the input eye image is compared with that of the features that is already stored in the database and if it matches, the corresponding eye image is identified otherwise it remains unidentified. Since a bitwise comparison is necessary Hamming distance was chosen for identification. 4.1. Hamming Distance The Hamming distance [12] gives a measure of how many bits are the same between two bit patterns. It is used for comparison of iris templates in the recognition stage. Hamming distance D is given by equation (11). (11) where, x and y are the two bit patterns of the iris code. n indicates number of bits. Hamming distance D gives out the number of disagreeing bits between x and y. Ideally, the hamming distance between two iris codes generated for the same iris pattern should be zero; however this will not happen in practice due to fact that normalization is not perfect. The larger the hamming distances (closer to 1), the more the two patterns are different and closer this distance to zero, the more probable the two patterns are identical. By properly choosing the threshold upon which we make the matching decision, one can get good iris recognition results with very low error probability. 5. RESULTS AND DISCUSSIONS The system was tested using the UBIRIS database [5] which included 1877 images from 241 persons collected in two sessions. The images collected in the first photography session were low noise images. On the other hand, images collected in the second session were captured under natural luminosity factor, thus allowing reflections, different contrast levels, and luminosity and focus problems thus making it a good model for realistic situations. Ten sets of eye images from UBIRIS database was taken for identification. Each set consists of three eye images of a person taken at different time. From each set a single eye image was randomly selected and its features were stored in the database. Therefore a total of 18 images were used for simulation. These images are called registered images since its feature is stored in the knowledge base. The main challenge in the identification is to identify the other two images in each set whose features are not stored. 6 images whose features are not stored in the database are also used to test the algorithm. These images are called as unregistered images. An efficient algorithm should identify all registered images and reject all unregistered images. Performance of iris acceptance algorithm is validated using four parameters -False Reject (FR), False Accept(FA), Correct Reject(CR) and Correct Accept(CA). FR is obviously the case where we judge a pattern as not the target one while it is. FA is when the pattern is considered as the target one while it is not. CR is when the pattern is correctly judged as being not the target one. Finally, CA is when the pattern is correctly considered to be the targeted one. These outcomes are
  • 9. Computer Science & Information Technology (CS & IT) 73 illustrated in Figure 8. It was found that an optimum result is obtained at hamming distance threshold of 0.4. 0 1 2 3 4 5 6 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 ProbabilityDensity Hamming Distance 2 4 3 1. Correct accept rate 2. False accept rate 3. Flase rejectrate 4. Correct rejectrate threshold Authentics Imposters 1 Figure 8. Decision making in iris biometric system Figure 9. Detection of iris edge using various operators Using MATLAB, a comparison study between different classical operators, Canny, Sobel, Prewitt, Roberts, log and zero cross was also done. The operators were applied to the enhanced normalized image. The results, presented in Figure 9, show the performance of each of the operators. It was found that the Canny operator outperforms the others; in fact it was the only operator which was able to extract most of the iris texture. 6. CONCLUSIONS Iris images were segmented and projected into 1D signal by the vertical projection and the 1D signal features were extracted by the Haar wavelet transform. The complexity of feature extraction method for iris recognition was low and achieved thus a considerable computational reduction while keeping good performance. A low dimensional feature extraction algorithm was developed and tested with 24 eye images from the database by varying the parameters such as dimension of feature vector and hamming distance threshold. It was found that an optimum result is obtained at hamming distance threshold of 0.4 and feature vector dimension of 64bytes. It was also observed that canny operator was best (a) Canny (c)Prewitt (e) Log (d) Robert (b) Sobel (f)Zero Cross
  • 10. 74 Computer Science & Information Technology (CS & IT) suited to extract most of the edges to generate the iris code for comparison. Recognition rate of 89% and rejection rate of 95% was achieved. REFERENCES [1] Jain A.K, Ross A. and Prabhakar S.(2004) “An Introduction to Biometric Recognition”, IEEE Transactions on Circuits and Systems for Video Technology, Special Issue on Image- and Video- Based Biometrics, Vol.14, No.1, pp.4–20. [2] Daugman J.(2004) “How iris recognition works”, IEEE Transactions on Circuits and Systems for Video Technology, Vol.14, No.1, pp.21-30. [3] Jain A.K, Ross A, Pankanti S,(2006) “Biometrics: A tool for information security”, IEEE Transaction on Information Forensics and Security, Vol.1, No.2, pp.125-143. [4] Ross A, Nandakumar K & Jain A.K,(2006) “Handbook of Multibiometrics”, Springer. [5] Proenc H, and Alexandre L,(2004) “UBIRIS: Iris Image Database”, Available: http://iris.di.ubi.pt. [6] Zhang D.(2003) “Detecting eyelash and reflection for accurate iris segmentation”, International journal of Pattern Recognition and Artificial Intelligence, Vol. 1, No.6, pp.1025-1034.. [7] Jaroslav B, “Circle detection using Hough Transform,” Technical Report, University of Bristol, U.K. Available at: http://linux.fjfi.cvut.cz/~pinus/bristol/ imageproc/ hw1/report.pdf [8] Kovesi P, “MATLAB Function for Computer Vision and Image Analysis”, Available at: http://www.cs. uwa. edu.au/ ~pk/Research/ MatLabFns/ index.html. [9] Canny J,(1986) “A computational approach to edge detection”, IEEE Transaction on Pattern Analysis and Machine Intelligence, Vol. 8, pp. 679-698. [10] Boles W, and Boashash B,(1998), “A Human Identification Technique using Images of the Iris and Wavelet Transform”, IEEE Trans. Signal Processing, Vol. 46, No. 4, pp. 1185-1188. [11] Lim S, Lee K., Byeon O, and Kim T,(2001) “Efficient iris recognition through improvement of feature vector and classifier”, ETRI Journal, Vol. 23, No. 2, pp. 61-70. [12] Daugman J,(1993) “High confidence Visual Recognition of Person by a test of statistical Independence”, IEEE transactions on pattern analysis and machine intelligence, Vol.15 No.11, pp. 1148-1161. Authors Binsu C. Kovoor is working as Assistant Professor in Information Technology, Cochin University of Science and Technology 2000 onwards. Her areas of interest include biometric security system, pattern recognition, database systems, data mining, data structures, streaming audio and video signals etc. She is a Life member of ISTE and IE. Dr. Supriya M. H joined as a faculty in the Department of Electronics, Cochin University of Science & Technology in 1999. Her fields of interests are Target Identification, Signal Processing, Bioinfomatics, Steganography and Computer Technology. She has presented papers in several International Conferences in Europe, USA, and France. She is actively involved in Research and Development activities in Ocean Electronics and related areas and has a patent and about 87 research publications to her credit. She is a Life member of IETE and ISTE. Dr. K. Poulose Jacob, Professor of Computer Science at Cochin University of Science and Technology since 1994, is currently Director of the School of Computer Science Studies. His research interests are in Information Systems Engineering, I ntelligent Architectures and Networks.He has more than 90 research publications to his credit. He has presented papers in several International Conferences in Europe, USA, UK, Australia and other countries. Dr. K. Poulose Jacob is a Professional member of the ACM (Association for Computing Machinery) and a Life Member of the Computer Society of India.