SlideShare a Scribd company logo
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 05, Volume 3 (May 2016) www.ijirae.com
_____________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -23
Fingerprint Recognition Using Minutiae Based and Discrete
Wavelet Transform
Banu M N (SP) V. Shiva Reddy
M.Tech, Department of ECE Professor / School of ECE
REVA ITM REVA University
Abstract: Fingerprint recognition is one of the methods used in biometric system. Most of the biometric systems which
are used for human identification or person’s identification. In this paper we are discussing minutiae matching and
discrete wavelet transform and comparison of these two in fingerprint recognition. In this paper, firstly it uses fingerprint
identification and performance in terms of equal error rate and then by calculating using discrete wavelet transform. The
main aim of this paper is to create performing and accurate program for fingerprint identification.
Keywords: minutiae based, DWT
I. INTRODUCTION
Fingerprint identification is an authenticated method used for verifying a match between two persons fingerprint.
Fingerprints are one form of biometric systems which can used to verify their identity and individual person identification.
Biometric systems verity’s a person using behavioral and physiological biometric data. The behavioral biometrics is:
signature, gait, speech and keystroke, which change with age and environment. Physiological characteristics do not change
the lifetime of a person. Such characteristics which include face, fingerprint, palm print and iris. The biometric systems
verify and identify a person using his biometric data. Most biometric systems are unimodal - rely on a single source of
information for authentication (e.g., single fingerprint, face or signature) . Due to a large number of users, these systems
experience problems, such as: noise in sensed data (e.g.: a fingerprint image with a scar, dirty sensor, etc.); intra-class
variations (e.g., incorrect facial pose); inter-class similarities (e.g.: there may be inter-class similarities in the feature space of
many users); non-universality (e.g.: incorrect minutiae features caused by low quality of ridges). A biometric system can be
an identification or verification system, in which identification means determine a person’s identity even without his or her
knowledge, for example identifying a person in huge crowd. Verification means confirming a person’s identity, for example
verifying a person in which he or she belongs to company or not.
In fingerprint recognition technique the patterns of friction ridges, edges and valleys of a separate fingerprint are
unique to the individual persons. Fingerprints are same for each finger of a person including for identical twins. The most
commonly used fingerprint recognition methods are based on the minutiae points, because extraction of the points does not
require a high-resolution image, and the minutiae points can be extracted from a not-aligned and dissorted fingerprint image.
Thus, the method can be alignment invariant. In this paper we are going to calculating the equal error rate for fingerprint
recognition based on minutiae extraction and for discrete wavelet transform (DWT). Fingerprint is a pattern of ridges and
valleys. The basic fingerprint image which consists of features is shown in figure (1).
Fig 1. Fingerprint features
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 05, Volume 3 (May 2016) www.ijirae.com
_____________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -24
METHODOLOGY
Minutiae based fingerprint recognition include some following process which are binarization, thinning process, minutiae
extraction, minutiae matching and minutiae score. In binarization step the fingerprint image is converted into grayscale image
and then it is converted into binary format. This includes image enhancement where which the image is normalized and
gabor filters are applied to recover the ridge structure and to remove the noise.
Fig 2. Minutiae based fingerprint recognition method.
Then in the next step image is applied to the thinning process in order to reduce the thickness of the ridge lines. This step will
help in order to extract the minutiae points. The minutiae extraction step derives the minutiae locations and angles. The
terminations caused by the outer boundary are not considered as minutiae points. Crossing number (Cn) is used for finding
the minutiae points, which is defined by half of the sum of differences between the intensity values of two adjacent pixels. If
crossing points is 3, 2,1 then the minutiae points are considered as bifurcation, normal ridge, and ending respectively.
a)Bifurcation b) Normal Ridge c) Ending
Fig 3. Minutiae extraction
To compare the input fingerprint data with the template data Minutiae matching is used. For efficient matching
process, the extracted data is stored in the matrix format. The data matrix is as follows.
Number of rows: Number of minutiae points.
NUMBER OF COLUMNS: 4
Column 1 is the row index of each minutiae point; column 2 is the column index of each minutiae point; column 3 is the
orientation angle of each minutiae point; column 4 is the type of minutiae. During the matching process each minutiae point
is compared with the template data. There are several rotation invariant algorithms for comparing minutiae points in two
fingerprints. One of them connects each point to its nearest neighbor, and calculated some values of the resulted connected
structure (crossing ridge number, point types, distance, and rotation angle).
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 05, Volume 3 (May 2016) www.ijirae.com
_____________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -25
The matched minutiae points is divided into four different groups: N1 – they belong to a structure that has 3 or more similar
local structures; N2 - they belong to a structure that has 2 similar local structures; N3 - they belong to a structure that has 1
similar local structure; N4 - they are matching, but the local structures are not. The grouping is used to give a weight to each
point and make the matching score more accurate. The final matching score is calculated, based on the following equation:
The higher the score more the matching fingerprints. This score is based on number of matching minutiae points.
DWT
A wavelet is a wave like oscillation. The wavelet decomposes the signal into a set of basic functions called wavelets. The
discrete wavelet transforms transform the signal from time domain to a discrete wavelet representation. Discrete wavelet
transform is a matrix which is used to identify low quality images on a low quality fingerprint from a inked printed images on
the paper. The fingerprint images which are taken from the paper which they of poor quality and sometimes it is very
difficult with fabric background. For that reason firstly we take a center point area of fingerprint is detected and keep that
core point as center point, the image size w x w is cropped. Then applying gabor filter for enhancement compared to the
original image. Then features are extracted by analyzing the fingerprint with discrete wavelet transform.
ALGORITHM:
The fingerprints are segmented by using the DWT. Then these fingerprints are decomposed into four sub bands for
verification purpose which results in LL sub band, HH sub band, LH sub band, HL sub band. Most of the fingerprint original
information is stored in LL sub band, the horizontal information of the fingerprint image id concentrated in HL sub band, the
vertical information is stored in LH sub band, and finally the diagonal information of the fingerprint image is obtained on
HH sub band. Finally, in this paper we are going to extract the features by using the method minutiae based and by using
DWT.
FUSION SCHEME
Take the fingerprint image as a input then applying minutiae based and DWT in order to extract the features, then
for each fingerprint we are going to apply minutiae based algorithm and DWT algorithm to get the features. Then the
extracted features are fused to get increase the number of features in fingerprint recognition.
RESULTS
In this paper we propose a fusion method by using minutiae based and DWT. The proposed method which gives more
accuracy when compared to other fusion method. The accuracy will improve in terms of equal error rate (EER) and total
success rate (TSR).
TECHNIQUE EER TSR
Minutiae based 0.4 59.26
DWT 0.75 55.55
Fusion 0.45 103.69
CONCLUSION
Biometrics plays an important role in now days. In this paper we propose a method of fingerprint recognition based on
minutiae based method and DWT algorithm. This fusion method which give the performance and efficiency of biometrics in
terms of Equal error rate(EER) and total success rate(TSR).
REFERENCES
[1].Ashraf A. Darwish, Walaa M.Zaki “Human Authentication using Face and Fingerprint Biometric”, 2010 Second
International Conference on Computational Intelligence, Communication Systems and Networks.
International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763
Issue 05, Volume 3 (May 2016) www.ijirae.com
_____________________________________________________________________________________________________
IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 |
Index Copernicus 2014 = 6.57
© 2014- 16, IJIRAE- All Rights Reserved Page -26
[2].Zin Mar Win and Myint Myint Sein, “Texture Feature based Fingerprint Recognition for Low Quality Images”, 2011
International Symposium on Micro-NanoMechatronics and Human Science IEEE.
[3].Yi (Alice) Wang and Jiankun, “Global Ridge Orientation Modeling for Partial Fingerprint Identification” IEEE
Transactions on pattern Analysis and Machine Intelligence, vol. 33, no. 1, January 2011.
[4].Shreya Mohan and Ephin M “Advanced Authentication Scheme using Multimodal Biometric Scheme” International
Journal of Computer Applications Technology and Research Volume 2– Issue 2, 170 - 175, 2013.
[5].Mohamad Abdolahi, Majid Mohamadi, Mehdi Jafari, “Multimodal Biometric system Fusion Using Fingerprint and Iris
with Fuzzy Logic” International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-2, Issue-
6, January 2013.
[6].P. S. Sanjekar and J. B. Patil, “Overview of Multimodal Biometrics”, Signal & Image Processing: An International
Journal (SIPIJ) Vol.4, No.1, and February 2013.
[7].Davit Kocharyan, Vahe Khachaturyan, Hakob Sarukhanyan, “A Multimodal Biometric System Based on Fingerprint and
Signature Recognition” ,IEEE.

More Related Content

PDF
Experimental study of minutiae based algorithm for fingerprint matching
PDF
Fingerprint recognition using minutiae based feature
PDF
Biometric Fingerprint Recognintion based on Minutiae Matching
PPT
finger prints
PPTX
Fingerprint, seminar at IASRI, New Delhi
PPTX
Fingerprint recognition system by sagar chand gupta
PPTX
Fingerprint
PPTX
Hand geometry recognition
Experimental study of minutiae based algorithm for fingerprint matching
Fingerprint recognition using minutiae based feature
Biometric Fingerprint Recognintion based on Minutiae Matching
finger prints
Fingerprint, seminar at IASRI, New Delhi
Fingerprint recognition system by sagar chand gupta
Fingerprint
Hand geometry recognition

What's hot (20)

PPTX
Detection and rectification of distorted fingerprint
PPTX
Fingerprint Recognition System
PPTX
Minutiae-based Fingerprint Matching
PPTX
Fingerprint recognition algorithm
PDF
Fingerprint recognition
PPTX
Fingerprint recognition presentation
PDF
novel method of identifying fingerprint using minutiae matching in biometric ...
PPT
Finger print recognition
PPTX
Pattern recognition Hand Geometry
PDF
Review on Fingerprint Recognition
PPTX
Fingerprint Recognition System
PPTX
Dip fingerprint
PDF
Project Synopsis
PDF
Reduction of False Acceptance Rate Using Cross Validation for Fingerprint Rec...
PDF
Latent fingerprint and vein matching using ridge feature identification
PDF
An Efficient Approach to Extract Singular Points for Fingerprint Recognition
PDF
Developmentof Image Enhancement and the Feature Extraction Techniques on Rura...
PDF
MDD Project Report By Dharmendra singh [Srm University] Ncr Delhi
PDF
Comparative study of various enhancement techniques for finger print images
PPTX
Detecting and Improving Distorted Fingerprints using rectification techniques.
Detection and rectification of distorted fingerprint
Fingerprint Recognition System
Minutiae-based Fingerprint Matching
Fingerprint recognition algorithm
Fingerprint recognition
Fingerprint recognition presentation
novel method of identifying fingerprint using minutiae matching in biometric ...
Finger print recognition
Pattern recognition Hand Geometry
Review on Fingerprint Recognition
Fingerprint Recognition System
Dip fingerprint
Project Synopsis
Reduction of False Acceptance Rate Using Cross Validation for Fingerprint Rec...
Latent fingerprint and vein matching using ridge feature identification
An Efficient Approach to Extract Singular Points for Fingerprint Recognition
Developmentof Image Enhancement and the Feature Extraction Techniques on Rura...
MDD Project Report By Dharmendra singh [Srm University] Ncr Delhi
Comparative study of various enhancement techniques for finger print images
Detecting and Improving Distorted Fingerprints using rectification techniques.
Ad

Viewers also liked (6)

PPT
Fingerprints basics for scouts
PPT
Fingerprint Pattern
PPT
Fingerprint recognition
PPT
Fingerprint Recognition Technique(PPT)
PPTX
Fingerprint presentation
Fingerprints basics for scouts
Fingerprint Pattern
Fingerprint recognition
Fingerprint Recognition Technique(PPT)
Fingerprint presentation
Ad

Similar to Fingerprint Recognition Using Minutiae Based and Discrete Wavelet Transform (20)

PDF
1834 1840
PDF
1834 1840
PDF
A Novel 2D Feature Extraction Method for Fingerprints Using Minutiae Points a...
PDF
[IJET-V2I2P6] Authors:Atul Ganbawle , Prof J.A. Shaikh
PDF
Fingerprint Minutiae Extraction and Compression using LZW Algorithm
PDF
Enhanced Thinning Based Finger Print Recognition
PDF
Enhanced Thinning Based Finger Print Recognition
PDF
Og3424882497
PDF
Review of three categories of fingerprint recognition
PDF
Review of three categories of fingerprint recognition 2
PDF
Review of three categories of fingerprint recognition 2
PDF
Hybrid fingerprint matching algorithm for high accuracy and reliability
PDF
Multiple features based fingerprint identification system
PPTX
Finger print recognition technique using arduino uno
PDF
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
PDF
A Comparative Study of Fingerprint Matching Algorithms
DOCX
GANNON UNIVERSITYELECTR.docx
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
Dp34707712
PPT
Reconstruction of fingerprints
1834 1840
1834 1840
A Novel 2D Feature Extraction Method for Fingerprints Using Minutiae Points a...
[IJET-V2I2P6] Authors:Atul Ganbawle , Prof J.A. Shaikh
Fingerprint Minutiae Extraction and Compression using LZW Algorithm
Enhanced Thinning Based Finger Print Recognition
Enhanced Thinning Based Finger Print Recognition
Og3424882497
Review of three categories of fingerprint recognition
Review of three categories of fingerprint recognition 2
Review of three categories of fingerprint recognition 2
Hybrid fingerprint matching algorithm for high accuracy and reliability
Multiple features based fingerprint identification system
Finger print recognition technique using arduino uno
FINGERPRINT MATCHING USING HYBRID SHAPE AND ORIENTATION DESCRIPTOR -AN IMPROV...
A Comparative Study of Fingerprint Matching Algorithms
GANNON UNIVERSITYELECTR.docx
International Journal of Computational Engineering Research(IJCER)
Dp34707712
Reconstruction of fingerprints

More from AM Publications (20)

PDF
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
PDF
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
PDF
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
PDF
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
PDF
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
PDF
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
PDF
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
PDF
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
PDF
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
PDF
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PDF
INTELLIGENT BLIND STICK
PDF
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
PDF
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
PDF
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
PDF
OPTICAL CHARACTER RECOGNITION USING RBFNN
PDF
DETECTION OF MOVING OBJECT
PDF
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
PDF
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PDF
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
PDF
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
INTELLIGENT BLIND STICK
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
OPTICAL CHARACTER RECOGNITION USING RBFNN
DETECTION OF MOVING OBJECT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY

Recently uploaded (20)

PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Welding lecture in detail for understanding
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
Well-logging-methods_new................
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Construction Project Organization Group 2.pptx
PPTX
Sustainable Sites - Green Building Construction
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
Embodied AI: Ushering in the Next Era of Intelligent Systems
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Welding lecture in detail for understanding
CH1 Production IntroductoryConcepts.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
R24 SURVEYING LAB MANUAL for civil enggi
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Automation-in-Manufacturing-Chapter-Introduction.pdf
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Well-logging-methods_new................
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Construction Project Organization Group 2.pptx
Sustainable Sites - Green Building Construction
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd

Fingerprint Recognition Using Minutiae Based and Discrete Wavelet Transform

  • 1. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 05, Volume 3 (May 2016) www.ijirae.com _____________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -23 Fingerprint Recognition Using Minutiae Based and Discrete Wavelet Transform Banu M N (SP) V. Shiva Reddy M.Tech, Department of ECE Professor / School of ECE REVA ITM REVA University Abstract: Fingerprint recognition is one of the methods used in biometric system. Most of the biometric systems which are used for human identification or person’s identification. In this paper we are discussing minutiae matching and discrete wavelet transform and comparison of these two in fingerprint recognition. In this paper, firstly it uses fingerprint identification and performance in terms of equal error rate and then by calculating using discrete wavelet transform. The main aim of this paper is to create performing and accurate program for fingerprint identification. Keywords: minutiae based, DWT I. INTRODUCTION Fingerprint identification is an authenticated method used for verifying a match between two persons fingerprint. Fingerprints are one form of biometric systems which can used to verify their identity and individual person identification. Biometric systems verity’s a person using behavioral and physiological biometric data. The behavioral biometrics is: signature, gait, speech and keystroke, which change with age and environment. Physiological characteristics do not change the lifetime of a person. Such characteristics which include face, fingerprint, palm print and iris. The biometric systems verify and identify a person using his biometric data. Most biometric systems are unimodal - rely on a single source of information for authentication (e.g., single fingerprint, face or signature) . Due to a large number of users, these systems experience problems, such as: noise in sensed data (e.g.: a fingerprint image with a scar, dirty sensor, etc.); intra-class variations (e.g., incorrect facial pose); inter-class similarities (e.g.: there may be inter-class similarities in the feature space of many users); non-universality (e.g.: incorrect minutiae features caused by low quality of ridges). A biometric system can be an identification or verification system, in which identification means determine a person’s identity even without his or her knowledge, for example identifying a person in huge crowd. Verification means confirming a person’s identity, for example verifying a person in which he or she belongs to company or not. In fingerprint recognition technique the patterns of friction ridges, edges and valleys of a separate fingerprint are unique to the individual persons. Fingerprints are same for each finger of a person including for identical twins. The most commonly used fingerprint recognition methods are based on the minutiae points, because extraction of the points does not require a high-resolution image, and the minutiae points can be extracted from a not-aligned and dissorted fingerprint image. Thus, the method can be alignment invariant. In this paper we are going to calculating the equal error rate for fingerprint recognition based on minutiae extraction and for discrete wavelet transform (DWT). Fingerprint is a pattern of ridges and valleys. The basic fingerprint image which consists of features is shown in figure (1). Fig 1. Fingerprint features
  • 2. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 05, Volume 3 (May 2016) www.ijirae.com _____________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -24 METHODOLOGY Minutiae based fingerprint recognition include some following process which are binarization, thinning process, minutiae extraction, minutiae matching and minutiae score. In binarization step the fingerprint image is converted into grayscale image and then it is converted into binary format. This includes image enhancement where which the image is normalized and gabor filters are applied to recover the ridge structure and to remove the noise. Fig 2. Minutiae based fingerprint recognition method. Then in the next step image is applied to the thinning process in order to reduce the thickness of the ridge lines. This step will help in order to extract the minutiae points. The minutiae extraction step derives the minutiae locations and angles. The terminations caused by the outer boundary are not considered as minutiae points. Crossing number (Cn) is used for finding the minutiae points, which is defined by half of the sum of differences between the intensity values of two adjacent pixels. If crossing points is 3, 2,1 then the minutiae points are considered as bifurcation, normal ridge, and ending respectively. a)Bifurcation b) Normal Ridge c) Ending Fig 3. Minutiae extraction To compare the input fingerprint data with the template data Minutiae matching is used. For efficient matching process, the extracted data is stored in the matrix format. The data matrix is as follows. Number of rows: Number of minutiae points. NUMBER OF COLUMNS: 4 Column 1 is the row index of each minutiae point; column 2 is the column index of each minutiae point; column 3 is the orientation angle of each minutiae point; column 4 is the type of minutiae. During the matching process each minutiae point is compared with the template data. There are several rotation invariant algorithms for comparing minutiae points in two fingerprints. One of them connects each point to its nearest neighbor, and calculated some values of the resulted connected structure (crossing ridge number, point types, distance, and rotation angle).
  • 3. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 05, Volume 3 (May 2016) www.ijirae.com _____________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -25 The matched minutiae points is divided into four different groups: N1 – they belong to a structure that has 3 or more similar local structures; N2 - they belong to a structure that has 2 similar local structures; N3 - they belong to a structure that has 1 similar local structure; N4 - they are matching, but the local structures are not. The grouping is used to give a weight to each point and make the matching score more accurate. The final matching score is calculated, based on the following equation: The higher the score more the matching fingerprints. This score is based on number of matching minutiae points. DWT A wavelet is a wave like oscillation. The wavelet decomposes the signal into a set of basic functions called wavelets. The discrete wavelet transforms transform the signal from time domain to a discrete wavelet representation. Discrete wavelet transform is a matrix which is used to identify low quality images on a low quality fingerprint from a inked printed images on the paper. The fingerprint images which are taken from the paper which they of poor quality and sometimes it is very difficult with fabric background. For that reason firstly we take a center point area of fingerprint is detected and keep that core point as center point, the image size w x w is cropped. Then applying gabor filter for enhancement compared to the original image. Then features are extracted by analyzing the fingerprint with discrete wavelet transform. ALGORITHM: The fingerprints are segmented by using the DWT. Then these fingerprints are decomposed into four sub bands for verification purpose which results in LL sub band, HH sub band, LH sub band, HL sub band. Most of the fingerprint original information is stored in LL sub band, the horizontal information of the fingerprint image id concentrated in HL sub band, the vertical information is stored in LH sub band, and finally the diagonal information of the fingerprint image is obtained on HH sub band. Finally, in this paper we are going to extract the features by using the method minutiae based and by using DWT. FUSION SCHEME Take the fingerprint image as a input then applying minutiae based and DWT in order to extract the features, then for each fingerprint we are going to apply minutiae based algorithm and DWT algorithm to get the features. Then the extracted features are fused to get increase the number of features in fingerprint recognition. RESULTS In this paper we propose a fusion method by using minutiae based and DWT. The proposed method which gives more accuracy when compared to other fusion method. The accuracy will improve in terms of equal error rate (EER) and total success rate (TSR). TECHNIQUE EER TSR Minutiae based 0.4 59.26 DWT 0.75 55.55 Fusion 0.45 103.69 CONCLUSION Biometrics plays an important role in now days. In this paper we propose a method of fingerprint recognition based on minutiae based method and DWT algorithm. This fusion method which give the performance and efficiency of biometrics in terms of Equal error rate(EER) and total success rate(TSR). REFERENCES [1].Ashraf A. Darwish, Walaa M.Zaki “Human Authentication using Face and Fingerprint Biometric”, 2010 Second International Conference on Computational Intelligence, Communication Systems and Networks.
  • 4. International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: 2349-2763 Issue 05, Volume 3 (May 2016) www.ijirae.com _____________________________________________________________________________________________________ IJIRAE: Impact Factor Value – SJIF: Innospace, Morocco (2015): 3.361 | PIF: 2.469 | Jour Info: 4.085 | Index Copernicus 2014 = 6.57 © 2014- 16, IJIRAE- All Rights Reserved Page -26 [2].Zin Mar Win and Myint Myint Sein, “Texture Feature based Fingerprint Recognition for Low Quality Images”, 2011 International Symposium on Micro-NanoMechatronics and Human Science IEEE. [3].Yi (Alice) Wang and Jiankun, “Global Ridge Orientation Modeling for Partial Fingerprint Identification” IEEE Transactions on pattern Analysis and Machine Intelligence, vol. 33, no. 1, January 2011. [4].Shreya Mohan and Ephin M “Advanced Authentication Scheme using Multimodal Biometric Scheme” International Journal of Computer Applications Technology and Research Volume 2– Issue 2, 170 - 175, 2013. [5].Mohamad Abdolahi, Majid Mohamadi, Mehdi Jafari, “Multimodal Biometric system Fusion Using Fingerprint and Iris with Fuzzy Logic” International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-2, Issue- 6, January 2013. [6].P. S. Sanjekar and J. B. Patil, “Overview of Multimodal Biometrics”, Signal & Image Processing: An International Journal (SIPIJ) Vol.4, No.1, and February 2013. [7].Davit Kocharyan, Vahe Khachaturyan, Hakob Sarukhanyan, “A Multimodal Biometric System Based on Fingerprint and Signature Recognition” ,IEEE.