Comparison Between Minutiae Based and Pattern Based Algorithm of Fingerprint Image
Comparison Between Minutiae Based and Pattern Based Algorithm of Fingerprint Image
Comparison Between Minutiae Based and Pattern Based Algorithm of Fingerprint Image
Daljit Kaur
Chandigarh Engineering colleges, Landran (Mohali), Punjab, 140307, India
E-mail: [email protected]
Ridge ending
Bifurcation
Hook
Dot
Enclosure
Delta
Bridge
I. INTRODUCTION
Biometric is a technique to recognize a person identity.
It is mostly used in criminal investigation, Security and
educational areas. Mostly used biometric techniques are
Iris, palm-print, voice and fingerprint recognition [11].
Among these techniques, fingerprint recognition is the
well known and accurate method. To recognize a person
identity it is necessary to match his fingerprint with the
templates stored in the database. Matching is based on
the information included in the fingerprint image.
The fingerprint image contains minutiae points, core
points, ridges and valleys, background area, foreground
areas, local features and global features. Minutiae points
are the small lines in fingerprint image. Core point is the
central area of fingerprint image. It is the most upper
Copyright 2016 MECS
Ridge crossing
24
Comparison between Minutiae Based and Pattern Based Algorithm of Fingerprint Image
Comparison between Minutiae Based and Pattern Based Algorithm of Fingerprint Image
25
1(p1)
1(p2)
1(p3)
A. Image Enhancement
B. Binarization
Here Binarization is done with NOT operation which
changes the value and color of ridges and furrows. Here
ridges represent by white or 1s and furrows represent by
black or 0s.
= 2(, )
B=~B;
(1)
(2)
26
Comparison between Minutiae Based and Pattern Based Algorithm of Fingerprint Image
V. PROPOSED WORK
A. Image Enhancement
Before minutiae extraction image enhancement is
required in some low quality fingerprint images. Image
enhancement is done using intensity adjustment method
based on threshold. This method used to adjust the
intensity levels of a fingerprint image. The intensity level
ranges from (0, 255) levels. After selecting a specific area,
create the intensity level of that specific area and
calculate the threshold value of intensity levels. The
threshold value decides how much intensity should be
adjusted or not. The MATLAB function used is imadjust()
for this method.
B. Binarization and Segmentation
(6)
(3)
= 2();
(4)
1 = 2(, 0.8);
(5)
= 2 . 2
= =
(8)
(9)
Comparison between Minutiae Based and Pattern Based Algorithm of Fingerprint Image
(, : , ) = { [
2 2
2
2
]} cos(2 ) (10)
= sin + cos
(11)
(12)
(| (. ) |)
Proposed algorithm
Minutiae
Points
Bifurcation
Points
Minutiae
Points
Bifurcation
Points
1.jpg
73
34
75
36
2.Jpg
78
40
71
41
3.Jpg
63
24
66
27
4.Jpg
80
50
82
51
5.Jpg
77
33
76
32
(13)
27
28
Comparison between Minutiae Based and Pattern Based Algorithm of Fingerprint Image
REFERENCES
[1]
[2]
[3]
[4]
Fig.5. Minutiae Value Comparison
[5]
[6]
[7]
[8]
Fig.6. Bifurcation Value Comparison
[9]
VII. CONCLUSION
This algorithm for fingerprint recognition and
matching improve overall feature extraction process
mainly the extraction of bifurcation and total minutiae
points. This algorithm improves the matching speed and
accuracy. This algorithm based on pattern matching
which is relatively fast and less expensive than minutiae
based algorithm.
The proposed algorithm is not limited to the local
features of fingerprint images rather they use global
features like ridges patterns, location and directions of
ridges, their rotations etc. PCA describe the format of
principal components which help in choosing the best
principal features. The main advantage of PCA is that it
used lower dimensionality of fingerprint image which
reduced complexity. Gabor filter helps in find out
orientation and frequency of ridges. Euclidean is best to
use for matching two templates, easy to compute, in less
time. The future work can be done on the recognizing
rate of PCA for fingerprint images.
In Gabor filter future work can be done on the core
position of fingerprint image as recognition can get faulty
if core point is not adjusted properly.
[11]
[12]
[13]
[14]
[15]
[16]
[17]
ACKNOWLEDGEMENT
All Thanks to Mrs. Daljit Kaur who supported me in
this research work. She is an assistant Professor in
Information technology department in CEC, Landran.
Copyright 2016 MECS
[10]
Comparison between Minutiae Based and Pattern Based Algorithm of Fingerprint Image
Authors Profiles
Sangeeta Narwal, born in 1992, is currently
pursuing Master of Technology (M.Tech) in
Information Technology from Punjab Technical
University, Jallandhar and she has been
completed her Bachelor degree (B.Tech) in
Information Technology from Punjab Technical
University, Jallandhar. She has published a
review paper on fingerprint Minutiaes in International Journal
of Engineering Research and General Science in August 2015.
She has published one research paper on Fingerprint
29
How to cite this paper: Sangeeta Narwal, Daljit Kaur,"Comparison between Minutiae Based and Pattern Based
Algorithm of Fingerprint Image", International Journal of Information Engineering and Electronic Business(IJIEEB),
Vol.8, No.2, pp.23-29, 2016. DOI: 10.5815/ijieeb.2016.02.03