SlideShare a Scribd company logo
1 | Abi International Journal Of Modern Science & Engineering
Division – Biotechnology
ABI International Journal of Modern Science & Engineering
(1)1 January-June 2012. pp. 1-6
IRIS RECOGNITION FOR SECURED VOTINGUSING LABVIEW
V. GAUTHUGESH, Email: gauthugesh17@gmail.com, Phone:+919841175256
R. PREM KUMAR, Email: premrajum@gmail.com, Phone: +919786420799
H.HEMANTH KUMAR, Email: hhemanth.1990@gmail.com, Phone: +919655563349
GUIDE:
MRS. M. SUGANTHY M.E., ASSISTANT PROFESSOR, Email: suganthym46@gmail.com, Phone: +919677035996
DEPARTMENT OF ECE VEL TECH ENGINEERING COLLEGE
Abstract:
This paper describes an alternate method to identify individuals using images of their iris during voting
process. Iris recognition system is implemented using National Instruments LabVIEW.
Design and implementation of our system is divided into two parts. The first part relates to image
acquisition and also voter’s information in an specially cluster made database in a binary secured
format. The second part deals with the actual iris recognition for verification. Computational time is
also taken into consideration
Keywords: Biometric; iris recognition; circular edge detection ;radius calculation; NI LabVIEW
I . INTRODUCTION
Biometric identification systems, which use physical features to check a person’s identity, ensure
much greater security than password and number systems. Biometric features such as the iris, retina, face or a
fingerprint can be stored
Biometrics is automated methods of recognizing a person based on a physiological or behavioral
characteristic. Biometric technologies are becoming the foundation of an extensive array of highly secure
identification and personal verification solutions.
II. BIOID’S
During the last decade, there has been tremendous growth in biometric recognition technology due to the
emerging requirement of highly reliable personal identification in a number of government and
commercial applications.Biometrics refers to the recognition of an individual by using behavioral or
physical traits of that person. Traditional verification systems based on passwords can be easily hacked
when a password is divulged to an unauthorized user. Biometric systems are supposed to be unique as
they make use of a person’s iris, hand shape, fingerprint and face. The iris is a highly accurate biometric
identifier.
2 | Iris Recognition For Secured VotingUsing Labview
Division – Biotechnology
Iris recognition is considered as the most accurate means of personal identification due to the
uniqueness of the iris patterns. John Daugman developed iris recognition algorithm based on two-
dimensional Gabor wavelets. Most of commercial iris recognition systems are based on this
patented algorithm.
Iris recognition is a method of biometric personal identification based on high- resolution
irises images of human eyes. The human iris is an annular region between the pupil and sclera as
shown in Fig. 1. Generally, iris has many properties that make it an ideal biometric
recognition component:
i) Very little variation over a life's period
ii) Genetic independence
FIGURE . 1
Irises not only differ between identical twins, but also between the left and right eye. No two irises are
same. The ability to accurately measure the iris patterns, the false acceptance rate is 1 in 1031. Iris pattern is
formed during the first year of life, and pigmentation of the stroma takes place for the first few years.
Formation of the unique patterns of the iris is random and not related to any genetic factors. The only
characteristic that is dependent on genetics is the pigmentation of the iris, which determines its colour.
Epigenetic nature of iris patterns results in completely independent iris patterns. Even identical twins possess
uncorrelated iris patterns .
In this paper, we propose an iris recognition system. System is implemented using NI LabVIEW. This paper
is organized into few sections. First section presented the introduction and properties of the human
iris. Second section explains our proposed methodology, third section shows our working screenshot
result. Finally conclusion is drawn in fourth section. This paper is also concerned with secured verification
for voting.
III. PROPOSED METHODOLOGY
Design and implementation of for any iris recognition system can be subdivided into three parts . The
3 | Abi International Journal Of Modern Science & Engineering
Division – Biotechnology
first part relates to image acquisition. The second part is concerned with localizing the iris from a
captured image. The third part is concerned with matching an extracted iris pattern with candidate
data base entries.
In our proposed methodology, we have divided the whole process of iris recognition system into four
main stages namely image acquisition, iris localization, pattern matching and authentication.
The iris image needs to be preprocessed to obtain useful iris region. Image preprocessing is done by the
process of converting a color image to a single plane of color. This process is also known as Single
color plane extraction. The next process involves detecting circles in an iris image. This single process itself
detects the iris code information. The method is in detail . Then the radius information is used to store in
a database which is compared during the verification and also with the score parameter.
A. IMAGE ACQUISATION
It is a major challenge to get high resolution iris images. It is not very easy to implement a
system that can take high quality images . The images used in this analysis are taken from the
database . RGB image is converted to gray scale for further processing. This conversion is required
as NI LabVIEW matches gray scale images.
Here we use 320 x 280 pixel image of 11 kb each.
FIGURE 2 (IRIS SINGLE COLOR IMAGE)
FIGURE 3 LabVIEW code for single color plane extraction
4 | Iris Recognition For Secured VotingUsing Labview
Division – Biotechnology
B. IMAQ CIRCLE DETECTOR
Searches for circles in an image
Image is a reference to the image in which you want to search.
Circle Descriptor specifies the sizes of circles to detect.
Min Radius specifies the minimum radius describing the circles to detect.
Max Radius specifies the maximum radius describing the circles to detect.
Match Options are the match options used when detecting shapes.
Rotation specifies whether or not to search for rotated versions of the shape.
Scale specifies whether or not to search for scaled versions of the shape.
Occlusion specifies whether or not to search for occluded versions of the shape.
Range Settings is an array that specifies the allowable ranges for rotation and scale.
IV. CLUSTER DATABASE
5 | Abi International Journal Of Modern Science & Engineering
Division – Biotechnology
this voter id. If the match is found the user is allowed to vote. Also a separate encrypted list of persons who
have voted is stored. This is to ensure that a single person votes only one time. This is all implemented
using the LabVIEW software part.
IV. CONCLUSION AND FUTURE WORK
The database consists of all the details as in election commission’s voter id plus iris
information code. LabVIEW does not require SQL or special database. In LabVIEW we can create
our own secured database.
V. VERIFICATION
On voting day, the voter should enter his/her voter’s id. And user is prompted for iris image
through infrared camera. This iris image is also coded and matched with the iris code from the
database corresponding to this paper describes an alternate method to identify individuals using
images of their iris. This script is tested on images from CASIA database. NI LabVIEW is used for
developing graphical user interface. This identification system is quite simple requiring few
components and is effective enough to be integrated voting systems that require an identity check. The
acquired voter id is matched with the whole database of cluster and the corresponding iris code is
compared with the generated code. It is recommended for large number of users. Voter id match can
drastically reduce the processing time of the system.
REFERENCE:
[1] Invited Talk by Anil K. Jain in Fourth International Conference on Image and Graphics.
[2] J. Daughman "Complete Discrete 2-D Gabor Transformsby Neural Networks for Image Analysis and
Compression", IEEE Transactions on Acoustics, Speech and
signal Processing, VOL.36, No.7, July 1988. [3] Iris database- http://phoenix.inf.upol.cz/iris/download/
[4] J.G. Daugman, “High Confidence Visual Recognition of Persons by a Test of Stastical Independence”,
IEEE Trans. Pattern
Analysis and Machine Intelligence, vol.15, pp. 1148-1161, Nov. 1993.
6 | Iris Recognition For Secured VotingUsing Labview
Division – Biotechnology
[5] R.P. Wildes, “Iris Recognition: An Emerging Biometric Technology”, Proceedings of the IEEE, vo1. 85,
pp.1348-
1363, Sept. 1997.
[6] J. Daugman, "How Iris Recognition Works," IEEE Trans. on Circuits and Systems for Video Technology,
Vol. 14, No.
1, January 2004.
[7] C.C. Teo, and H. T. Ewe, "Development of Iris Preprocessing Method for Portable Devices," Multimedia
University, Jalan Multimedia, Cyberjaya, 63100, Selangor,
Malaysia.
[8] E. Wolff. Anatomy of the Eye and Orbit.
7th edition. H. K. Lewis & Co. LTD, 1976. [9] John Daugman, “Neural Image Processing Strategies Applied
in Real-Time Pattern Recognition, Real-Time Imaging,”
1997, pp 157-171.
[10] R.P. Wildes, J.C. Asmuth, G.L. Green, S.C. Hsu, R.J. Kolczynski, J.R. Matey, S.E. McBride.,”A system
for Automated Iris recognition,”
[11] M.L. Berliner, “Biomicroscopy of the
Eye”,Paul B.Hoeber, Inc.194.

More Related Content

What's hot

Biometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid TechniqueBiometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid Technique
ijsc
 
Bw33449453
Bw33449453Bw33449453
Bw33449453
IJERA Editor
 
Highly Secured Bio-Metric Authentication Model with Palm Print Identification
Highly Secured Bio-Metric Authentication Model with Palm Print IdentificationHighly Secured Bio-Metric Authentication Model with Palm Print Identification
Highly Secured Bio-Metric Authentication Model with Palm Print Identification
IJERA Editor
 
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
aciijournal
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
A Robust Approach in Iris Recognition for Person Authentication
A Robust Approach in Iris Recognition for Person AuthenticationA Robust Approach in Iris Recognition for Person Authentication
A Robust Approach in Iris Recognition for Person Authentication
IOSR Journals
 
Optimization of human finger knuckle print as a neoteric biometric identifier
Optimization of human finger knuckle print as a neoteric biometric identifierOptimization of human finger knuckle print as a neoteric biometric identifier
Optimization of human finger knuckle print as a neoteric biometric identifier
IRJET Journal
 
High Security Human Recognition System using Iris Images
High Security Human Recognition System using Iris ImagesHigh Security Human Recognition System using Iris Images
High Security Human Recognition System using Iris Images
IDES Editor
 
184
184184
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...Scale Invariant Feature Transform Based Face Recognition from a Single Sample...
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...
ijceronline
 
IRIS Based Human Recognition System
IRIS Based Human Recognition SystemIRIS Based Human Recognition System
IRIS Based Human Recognition System
CSCJournals
 
A SURVEY ON IRIS RECOGNITION FOR AUTHENTICATION
A SURVEY ON IRIS RECOGNITION FOR AUTHENTICATIONA SURVEY ON IRIS RECOGNITION FOR AUTHENTICATION
A SURVEY ON IRIS RECOGNITION FOR AUTHENTICATION
International Journal of Technical Research & Application
 
A comparative review of various approaches for feature extraction in Face rec...
A comparative review of various approaches for feature extraction in Face rec...A comparative review of various approaches for feature extraction in Face rec...
A comparative review of various approaches for feature extraction in Face rec...
Vishnupriya T H
 
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...
Iris segmentation analysis using integro differential operator and hough tran...Nadeer Abu Jraerr
 
Multimodal fusion of fingerprint and iris
Multimodal fusion of fingerprint and iris Multimodal fusion of fingerprint and iris
Multimodal fusion of fingerprint and iris
Dr. Vinayak Bharadi
 
A04820104
A04820104A04820104
A04820104
IOSR-JEN
 
An overview of face liveness detection
An overview of face liveness detectionAn overview of face liveness detection
An overview of face liveness detection
ijitjournal
 
Icetet 2010 id 94 fkp segmentation
Icetet 2010   id 94 fkp segmentationIcetet 2010   id 94 fkp segmentation
Icetet 2010 id 94 fkp segmentation
Dr. Vinayak Bharadi
 

What's hot (19)

Biometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid TechniqueBiometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid Technique
 
Bw33449453
Bw33449453Bw33449453
Bw33449453
 
Highly Secured Bio-Metric Authentication Model with Palm Print Identification
Highly Secured Bio-Metric Authentication Model with Palm Print IdentificationHighly Secured Bio-Metric Authentication Model with Palm Print Identification
Highly Secured Bio-Metric Authentication Model with Palm Print Identification
 
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
A Robust Approach in Iris Recognition for Person Authentication
A Robust Approach in Iris Recognition for Person AuthenticationA Robust Approach in Iris Recognition for Person Authentication
A Robust Approach in Iris Recognition for Person Authentication
 
Optimization of human finger knuckle print as a neoteric biometric identifier
Optimization of human finger knuckle print as a neoteric biometric identifierOptimization of human finger knuckle print as a neoteric biometric identifier
Optimization of human finger knuckle print as a neoteric biometric identifier
 
High Security Human Recognition System using Iris Images
High Security Human Recognition System using Iris ImagesHigh Security Human Recognition System using Iris Images
High Security Human Recognition System using Iris Images
 
184
184184
184
 
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...Scale Invariant Feature Transform Based Face Recognition from a Single Sample...
Scale Invariant Feature Transform Based Face Recognition from a Single Sample...
 
IRIS Based Human Recognition System
IRIS Based Human Recognition SystemIRIS Based Human Recognition System
IRIS Based Human Recognition System
 
A SURVEY ON IRIS RECOGNITION FOR AUTHENTICATION
A SURVEY ON IRIS RECOGNITION FOR AUTHENTICATIONA SURVEY ON IRIS RECOGNITION FOR AUTHENTICATION
A SURVEY ON IRIS RECOGNITION FOR AUTHENTICATION
 
A comparative review of various approaches for feature extraction in Face rec...
A comparative review of various approaches for feature extraction in Face rec...A comparative review of various approaches for feature extraction in Face rec...
A comparative review of various approaches for feature extraction in Face rec...
 
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...
Iris segmentation analysis using integro differential operator and hough tran...
 
Multimodal fusion of fingerprint and iris
Multimodal fusion of fingerprint and iris Multimodal fusion of fingerprint and iris
Multimodal fusion of fingerprint and iris
 
A04820104
A04820104A04820104
A04820104
 
An overview of face liveness detection
An overview of face liveness detectionAn overview of face liveness detection
An overview of face liveness detection
 
Icetet 2010 id 94 fkp segmentation
Icetet 2010   id 94 fkp segmentationIcetet 2010   id 94 fkp segmentation
Icetet 2010 id 94 fkp segmentation
 
50120130406045
5012013040604550120130406045
50120130406045
 

Viewers also liked

Cartoons
CartoonsCartoons
Introducción al diseño de las páginas web.
Introducción al diseño de las páginas web.Introducción al diseño de las páginas web.
Introducción al diseño de las páginas web.
Stefany Pérez
 
Vruddha Tarihi Samruddha Bestseller For Sexy Aging Dr Shriniwas Kashalikar
Vruddha Tarihi Samruddha Bestseller For Sexy Aging Dr  Shriniwas KashalikarVruddha Tarihi Samruddha Bestseller For Sexy Aging Dr  Shriniwas Kashalikar
Vruddha Tarihi Samruddha Bestseller For Sexy Aging Dr Shriniwas Kashalikarbanothkishan
 
Lecture IMTelkom:ICT Intro IP&Wireless Part02
Lecture IMTelkom:ICT Intro IP&Wireless Part02Lecture IMTelkom:ICT Intro IP&Wireless Part02
Lecture IMTelkom:ICT Intro IP&Wireless Part02
Djadja Sardjana
 
Surprising Ways You Can Get the Most out of Your Meetings
Surprising Ways You Can Get the Most out of Your MeetingsSurprising Ways You Can Get the Most out of Your Meetings
Surprising Ways You Can Get the Most out of Your Meetings
VolunteerMatch
 
Florence et les Médicis : l'art au service du pouvoir (2e partie)
Florence et les Médicis : l'art au service du pouvoir (2e partie)Florence et les Médicis : l'art au service du pouvoir (2e partie)
Florence et les Médicis : l'art au service du pouvoir (2e partie)
Amel Ferhat
 
ECOLOGÍA. LOS SERES VIVOS EN SU MEDIO AMBIENTE
ECOLOGÍA. LOS SERES VIVOS EN SU MEDIO AMBIENTEECOLOGÍA. LOS SERES VIVOS EN SU MEDIO AMBIENTE
ECOLOGÍA. LOS SERES VIVOS EN SU MEDIO AMBIENTE
José Rojas Osal - Estudiante de Medicina Veterinaria
 

Viewers also liked (9)

Cartoons
CartoonsCartoons
Cartoons
 
Introducción al diseño de las páginas web.
Introducción al diseño de las páginas web.Introducción al diseño de las páginas web.
Introducción al diseño de las páginas web.
 
Vruddha Tarihi Samruddha Bestseller For Sexy Aging Dr Shriniwas Kashalikar
Vruddha Tarihi Samruddha Bestseller For Sexy Aging Dr  Shriniwas KashalikarVruddha Tarihi Samruddha Bestseller For Sexy Aging Dr  Shriniwas Kashalikar
Vruddha Tarihi Samruddha Bestseller For Sexy Aging Dr Shriniwas Kashalikar
 
Lecture IMTelkom:ICT Intro IP&Wireless Part02
Lecture IMTelkom:ICT Intro IP&Wireless Part02Lecture IMTelkom:ICT Intro IP&Wireless Part02
Lecture IMTelkom:ICT Intro IP&Wireless Part02
 
De
DeDe
De
 
Surprising Ways You Can Get the Most out of Your Meetings
Surprising Ways You Can Get the Most out of Your MeetingsSurprising Ways You Can Get the Most out of Your Meetings
Surprising Ways You Can Get the Most out of Your Meetings
 
Florence et les Médicis : l'art au service du pouvoir (2e partie)
Florence et les Médicis : l'art au service du pouvoir (2e partie)Florence et les Médicis : l'art au service du pouvoir (2e partie)
Florence et les Médicis : l'art au service du pouvoir (2e partie)
 
ECOLOGÍA. LOS SERES VIVOS EN SU MEDIO AMBIENTE
ECOLOGÍA. LOS SERES VIVOS EN SU MEDIO AMBIENTEECOLOGÍA. LOS SERES VIVOS EN SU MEDIO AMBIENTE
ECOLOGÍA. LOS SERES VIVOS EN SU MEDIO AMBIENTE
 
Sales incentive plan review process
Sales incentive plan review processSales incentive plan review process
Sales incentive plan review process
 

Similar to Internation Journal Conference

Biometric.docx
Biometric.docxBiometric.docx
Biometric.docx
ShubhamYadav769267
 
A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLAB
A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLABA PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLAB
A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLAB
Maria Perkins
 
Bw33449453
Bw33449453Bw33449453
Bw33449453
IJERA Editor
 
Iris Biometric Based Person Identification Using Deep Learning Technique
Iris Biometric Based Person Identification Using Deep Learning TechniqueIris Biometric Based Person Identification Using Deep Learning Technique
Iris Biometric Based Person Identification Using Deep Learning Technique
IRJET Journal
 
IRJET - A Survey on Biometric Voting System using Iris Recognition
IRJET - A Survey on Biometric Voting System using Iris RecognitionIRJET - A Survey on Biometric Voting System using Iris Recognition
IRJET - A Survey on Biometric Voting System using Iris Recognition
IRJET Journal
 
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
aciijournal
 
A NOVEL BIOMETRIC APPROACH FOR AUTHENTICATION IN PERVASIVE COMPUTING ENVIRONM...
A NOVEL BIOMETRIC APPROACH FOR AUTHENTICATION IN PERVASIVE COMPUTING ENVIRONM...A NOVEL BIOMETRIC APPROACH FOR AUTHENTICATION IN PERVASIVE COMPUTING ENVIRONM...
A NOVEL BIOMETRIC APPROACH FOR AUTHENTICATION IN PERVASIVE COMPUTING ENVIRONM...
aciijournal
 
Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)
aciijournal
 
I017335457
I017335457I017335457
I017335457
IOSR Journals
 
“Enhancing Iris Scanning Using Visual Cryptography”
“Enhancing Iris Scanning Using Visual Cryptography”“Enhancing Iris Scanning Using Visual Cryptography”
“Enhancing Iris Scanning Using Visual Cryptography”
iosrjce
 
Enhancement of Multi-Modal Biometric Authentication Based on IRIS and Brain N...
Enhancement of Multi-Modal Biometric Authentication Based on IRIS and Brain N...Enhancement of Multi-Modal Biometric Authentication Based on IRIS and Brain N...
Enhancement of Multi-Modal Biometric Authentication Based on IRIS and Brain N...
CSCJournals
 
Biometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid Technique  Biometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid Technique
ijsc
 
Iris recognition based on 2D Gabor filter
Iris recognition based on 2D Gabor filterIris recognition based on 2D Gabor filter
Iris recognition based on 2D Gabor filter
IJECEIAES
 
A comparison of multiple wavelet algorithms for iris recognition 2
A comparison of multiple wavelet algorithms for iris recognition 2A comparison of multiple wavelet algorithms for iris recognition 2
A comparison of multiple wavelet algorithms for iris recognition 2IAEME Publication
 
Infrared Vein Detection System For Person Identification – An Image Processin...
Infrared Vein Detection System For Person Identification – An Image Processin...Infrared Vein Detection System For Person Identification – An Image Processin...
Infrared Vein Detection System For Person Identification – An Image Processin...
IRJET Journal
 
Profile Identification through Face Recognition
Profile Identification through Face RecognitionProfile Identification through Face Recognition
Profile Identification through Face Recognition
ijtsrd
 
A Survey : Iris Based Recognition Systems
A Survey : Iris Based Recognition SystemsA Survey : Iris Based Recognition Systems
A Survey : Iris Based Recognition Systems
Editor IJMTER
 
Facial Emotion Recognition: A Survey
Facial Emotion Recognition: A SurveyFacial Emotion Recognition: A Survey
Facial Emotion Recognition: A Survey
IRJET Journal
 
Ijetcas14 598
Ijetcas14 598Ijetcas14 598
Ijetcas14 598
Iasir Journals
 

Similar to Internation Journal Conference (20)

Biometric.docx
Biometric.docxBiometric.docx
Biometric.docx
 
A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLAB
A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLABA PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLAB
A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLAB
 
Bw33449453
Bw33449453Bw33449453
Bw33449453
 
Iris Biometric Based Person Identification Using Deep Learning Technique
Iris Biometric Based Person Identification Using Deep Learning TechniqueIris Biometric Based Person Identification Using Deep Learning Technique
Iris Biometric Based Person Identification Using Deep Learning Technique
 
IRJET - A Survey on Biometric Voting System using Iris Recognition
IRJET - A Survey on Biometric Voting System using Iris RecognitionIRJET - A Survey on Biometric Voting System using Iris Recognition
IRJET - A Survey on Biometric Voting System using Iris Recognition
 
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
A Novel Biometric Approach for Authentication In Pervasive Computing Environm...
 
A NOVEL BIOMETRIC APPROACH FOR AUTHENTICATION IN PERVASIVE COMPUTING ENVIRONM...
A NOVEL BIOMETRIC APPROACH FOR AUTHENTICATION IN PERVASIVE COMPUTING ENVIRONM...A NOVEL BIOMETRIC APPROACH FOR AUTHENTICATION IN PERVASIVE COMPUTING ENVIRONM...
A NOVEL BIOMETRIC APPROACH FOR AUTHENTICATION IN PERVASIVE COMPUTING ENVIRONM...
 
Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)Advanced Computational Intelligence: An International Journal (ACII)
Advanced Computational Intelligence: An International Journal (ACII)
 
I017335457
I017335457I017335457
I017335457
 
“Enhancing Iris Scanning Using Visual Cryptography”
“Enhancing Iris Scanning Using Visual Cryptography”“Enhancing Iris Scanning Using Visual Cryptography”
“Enhancing Iris Scanning Using Visual Cryptography”
 
Enhancement of Multi-Modal Biometric Authentication Based on IRIS and Brain N...
Enhancement of Multi-Modal Biometric Authentication Based on IRIS and Brain N...Enhancement of Multi-Modal Biometric Authentication Based on IRIS and Brain N...
Enhancement of Multi-Modal Biometric Authentication Based on IRIS and Brain N...
 
Biometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid Technique  Biometric Iris Recognition Based on Hybrid Technique
Biometric Iris Recognition Based on Hybrid Technique
 
Iris recognition based on 2D Gabor filter
Iris recognition based on 2D Gabor filterIris recognition based on 2D Gabor filter
Iris recognition based on 2D Gabor filter
 
A comparison of multiple wavelet algorithms for iris recognition 2
A comparison of multiple wavelet algorithms for iris recognition 2A comparison of multiple wavelet algorithms for iris recognition 2
A comparison of multiple wavelet algorithms for iris recognition 2
 
Infrared Vein Detection System For Person Identification – An Image Processin...
Infrared Vein Detection System For Person Identification – An Image Processin...Infrared Vein Detection System For Person Identification – An Image Processin...
Infrared Vein Detection System For Person Identification – An Image Processin...
 
Profile Identification through Face Recognition
Profile Identification through Face RecognitionProfile Identification through Face Recognition
Profile Identification through Face Recognition
 
L_3011_62.+1908
L_3011_62.+1908L_3011_62.+1908
L_3011_62.+1908
 
A Survey : Iris Based Recognition Systems
A Survey : Iris Based Recognition SystemsA Survey : Iris Based Recognition Systems
A Survey : Iris Based Recognition Systems
 
Facial Emotion Recognition: A Survey
Facial Emotion Recognition: A SurveyFacial Emotion Recognition: A Survey
Facial Emotion Recognition: A Survey
 
Ijetcas14 598
Ijetcas14 598Ijetcas14 598
Ijetcas14 598
 

Internation Journal Conference

  • 1. 1 | Abi International Journal Of Modern Science & Engineering Division – Biotechnology ABI International Journal of Modern Science & Engineering (1)1 January-June 2012. pp. 1-6 IRIS RECOGNITION FOR SECURED VOTINGUSING LABVIEW V. GAUTHUGESH, Email: gauthugesh17@gmail.com, Phone:+919841175256 R. PREM KUMAR, Email: premrajum@gmail.com, Phone: +919786420799 H.HEMANTH KUMAR, Email: hhemanth.1990@gmail.com, Phone: +919655563349 GUIDE: MRS. M. SUGANTHY M.E., ASSISTANT PROFESSOR, Email: suganthym46@gmail.com, Phone: +919677035996 DEPARTMENT OF ECE VEL TECH ENGINEERING COLLEGE Abstract: This paper describes an alternate method to identify individuals using images of their iris during voting process. Iris recognition system is implemented using National Instruments LabVIEW. Design and implementation of our system is divided into two parts. The first part relates to image acquisition and also voter’s information in an specially cluster made database in a binary secured format. The second part deals with the actual iris recognition for verification. Computational time is also taken into consideration Keywords: Biometric; iris recognition; circular edge detection ;radius calculation; NI LabVIEW I . INTRODUCTION Biometric identification systems, which use physical features to check a person’s identity, ensure much greater security than password and number systems. Biometric features such as the iris, retina, face or a fingerprint can be stored Biometrics is automated methods of recognizing a person based on a physiological or behavioral characteristic. Biometric technologies are becoming the foundation of an extensive array of highly secure identification and personal verification solutions. II. BIOID’S During the last decade, there has been tremendous growth in biometric recognition technology due to the emerging requirement of highly reliable personal identification in a number of government and commercial applications.Biometrics refers to the recognition of an individual by using behavioral or physical traits of that person. Traditional verification systems based on passwords can be easily hacked when a password is divulged to an unauthorized user. Biometric systems are supposed to be unique as they make use of a person’s iris, hand shape, fingerprint and face. The iris is a highly accurate biometric identifier.
  • 2. 2 | Iris Recognition For Secured VotingUsing Labview Division – Biotechnology Iris recognition is considered as the most accurate means of personal identification due to the uniqueness of the iris patterns. John Daugman developed iris recognition algorithm based on two- dimensional Gabor wavelets. Most of commercial iris recognition systems are based on this patented algorithm. Iris recognition is a method of biometric personal identification based on high- resolution irises images of human eyes. The human iris is an annular region between the pupil and sclera as shown in Fig. 1. Generally, iris has many properties that make it an ideal biometric recognition component: i) Very little variation over a life's period ii) Genetic independence FIGURE . 1 Irises not only differ between identical twins, but also between the left and right eye. No two irises are same. The ability to accurately measure the iris patterns, the false acceptance rate is 1 in 1031. Iris pattern is formed during the first year of life, and pigmentation of the stroma takes place for the first few years. Formation of the unique patterns of the iris is random and not related to any genetic factors. The only characteristic that is dependent on genetics is the pigmentation of the iris, which determines its colour. Epigenetic nature of iris patterns results in completely independent iris patterns. Even identical twins possess uncorrelated iris patterns . In this paper, we propose an iris recognition system. System is implemented using NI LabVIEW. This paper is organized into few sections. First section presented the introduction and properties of the human iris. Second section explains our proposed methodology, third section shows our working screenshot result. Finally conclusion is drawn in fourth section. This paper is also concerned with secured verification for voting. III. PROPOSED METHODOLOGY Design and implementation of for any iris recognition system can be subdivided into three parts . The
  • 3. 3 | Abi International Journal Of Modern Science & Engineering Division – Biotechnology first part relates to image acquisition. The second part is concerned with localizing the iris from a captured image. The third part is concerned with matching an extracted iris pattern with candidate data base entries. In our proposed methodology, we have divided the whole process of iris recognition system into four main stages namely image acquisition, iris localization, pattern matching and authentication. The iris image needs to be preprocessed to obtain useful iris region. Image preprocessing is done by the process of converting a color image to a single plane of color. This process is also known as Single color plane extraction. The next process involves detecting circles in an iris image. This single process itself detects the iris code information. The method is in detail . Then the radius information is used to store in a database which is compared during the verification and also with the score parameter. A. IMAGE ACQUISATION It is a major challenge to get high resolution iris images. It is not very easy to implement a system that can take high quality images . The images used in this analysis are taken from the database . RGB image is converted to gray scale for further processing. This conversion is required as NI LabVIEW matches gray scale images. Here we use 320 x 280 pixel image of 11 kb each. FIGURE 2 (IRIS SINGLE COLOR IMAGE) FIGURE 3 LabVIEW code for single color plane extraction
  • 4. 4 | Iris Recognition For Secured VotingUsing Labview Division – Biotechnology B. IMAQ CIRCLE DETECTOR Searches for circles in an image Image is a reference to the image in which you want to search. Circle Descriptor specifies the sizes of circles to detect. Min Radius specifies the minimum radius describing the circles to detect. Max Radius specifies the maximum radius describing the circles to detect. Match Options are the match options used when detecting shapes. Rotation specifies whether or not to search for rotated versions of the shape. Scale specifies whether or not to search for scaled versions of the shape. Occlusion specifies whether or not to search for occluded versions of the shape. Range Settings is an array that specifies the allowable ranges for rotation and scale. IV. CLUSTER DATABASE
  • 5. 5 | Abi International Journal Of Modern Science & Engineering Division – Biotechnology this voter id. If the match is found the user is allowed to vote. Also a separate encrypted list of persons who have voted is stored. This is to ensure that a single person votes only one time. This is all implemented using the LabVIEW software part. IV. CONCLUSION AND FUTURE WORK The database consists of all the details as in election commission’s voter id plus iris information code. LabVIEW does not require SQL or special database. In LabVIEW we can create our own secured database. V. VERIFICATION On voting day, the voter should enter his/her voter’s id. And user is prompted for iris image through infrared camera. This iris image is also coded and matched with the iris code from the database corresponding to this paper describes an alternate method to identify individuals using images of their iris. This script is tested on images from CASIA database. NI LabVIEW is used for developing graphical user interface. This identification system is quite simple requiring few components and is effective enough to be integrated voting systems that require an identity check. The acquired voter id is matched with the whole database of cluster and the corresponding iris code is compared with the generated code. It is recommended for large number of users. Voter id match can drastically reduce the processing time of the system. REFERENCE: [1] Invited Talk by Anil K. Jain in Fourth International Conference on Image and Graphics. [2] J. Daughman "Complete Discrete 2-D Gabor Transformsby Neural Networks for Image Analysis and Compression", IEEE Transactions on Acoustics, Speech and signal Processing, VOL.36, No.7, July 1988. [3] Iris database- http://phoenix.inf.upol.cz/iris/download/ [4] J.G. Daugman, “High Confidence Visual Recognition of Persons by a Test of Stastical Independence”, IEEE Trans. Pattern Analysis and Machine Intelligence, vol.15, pp. 1148-1161, Nov. 1993.
  • 6. 6 | Iris Recognition For Secured VotingUsing Labview Division – Biotechnology [5] R.P. Wildes, “Iris Recognition: An Emerging Biometric Technology”, Proceedings of the IEEE, vo1. 85, pp.1348- 1363, Sept. 1997. [6] J. Daugman, "How Iris Recognition Works," IEEE Trans. on Circuits and Systems for Video Technology, Vol. 14, No. 1, January 2004. [7] C.C. Teo, and H. T. Ewe, "Development of Iris Preprocessing Method for Portable Devices," Multimedia University, Jalan Multimedia, Cyberjaya, 63100, Selangor, Malaysia. [8] E. Wolff. Anatomy of the Eye and Orbit. 7th edition. H. K. Lewis & Co. LTD, 1976. [9] John Daugman, “Neural Image Processing Strategies Applied in Real-Time Pattern Recognition, Real-Time Imaging,” 1997, pp 157-171. [10] R.P. Wildes, J.C. Asmuth, G.L. Green, S.C. Hsu, R.J. Kolczynski, J.R. Matey, S.E. McBride.,”A system for Automated Iris recognition,” [11] M.L. Berliner, “Biomicroscopy of the Eye”,Paul B.Hoeber, Inc.194.