SlideShare a Scribd company logo
International Journal of Engineering Science Invention
ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726
www.ijesi.org Volume 2 Issue 2 ǁ February. 2013 ǁ PP.12-23
www.ijesi.org 12 | P a g e
IDENTIFICATION OF FINGER IMAGES USING
SCORE-LEVEL FUSION.
Pandillapalli Gowtham, Ch.Sindhu, C.Sudheer Kumar,
Ch.Chandra Sekhar, M.s.Abdullah (m.tech)
PRIYADARSHINI COLLEGE OF ENGINEERING, Bachelor of Technology in ECE
ABSTRACT: This paper presents a new approach to improve the performance of finger-vein identification
systems presented in the literature. The proposed system simultaneously acquires the finger-vein and low-
resolution fingerprint images and combines these two evidences using a novel score-level combination strategy.
We examine the previously proposed finger-vein identification approaches and develop a new approach that
illustrates it superiority over prior published efforts. The utility of low-resolution fingerprint images acquired
from a webcam is examined to ascertain the matching performance from such images. We develop and
investigate two new score-level combinations, holistic and nonlinear fusion, and comparatively evaluate them
with more popular score-level fusion approaches to ascertain their effectiveness in the proposed system.
I. OBJECTIVE
In this paper, they have proposed an alternate novel method of finger vein and finger texture
recognition system this system has taken more advantage than the existing system in term of security purpose
because since the vein pattern is not visible to human vision without any special device.
II. EXISTING SYSTEM
We propose a method of personal identification based on finger-vein patterns. An image of a finger
captured under infrared light contains not only the vein pattern but also irregular shading produced by the
various thicknesses of the finger bones and muscles. The proposed method extracts the finger-vein pattern from
the unclear image by using line tracking that starts from various positions. Experimental results show that it
achieves robust pattern extraction, and the equal error rate was 0.145% in personal identification.
III. DISADVANTAGES OF EXISTING SYSTEM
 The database employed in this paper is too small to generate a reliable conclusion on the stability of
such features in the noisy vein patterns.
 The performance from this approach is shown to be very high, but the key details of their
implementation are missing.
IV. PROPOSED METHOD
A new approach for personal identification that utilizes simultaneously acquired finger-vein and finger
surface (texture) images is presented. Our experimental results illustrate significantly improved performance
that cannot be achieved by any of these images employed individually. The experimental results on 6264 images
from a 156-subject database acquired over a period of 11 months suggest that the proposed approach
outperforms previously proposed approaches considered in this paper.
Another related contribution of this paper is on the development of new approaches for both the
finger-vein and finger texture identification, which achieves significantly Improve d performance over
previously proposed approaches. Our finger-vein identification approach utilizes peg-free and more user-
friendly unconstrained imaging. Therefore, the steps for the acquired finger-vein image normalization, rotational
alignment, and suiting interclass variations.
In the finger images are also developed. The unconstrained finger texture imaging with a low-
resolution webcam presents high rotational and translational variations. A robust image normalization scheme is
developed; rotational and translational variations are also accommodated in our matching strategy, which results
in significantly improved performance.
Identification Of Finger Images Using Score-Level Fusion
www.ijesi.org 13 | P a g e
Fig: Block Diagram
V. PROPOSED SYSTEM ADVANTAGES
The finger veins are hidden structures; it is extremely difficult to steal the finger-vein patterns of an
individual without their knowledge, therefore offering a high degree of privacy.
Second, the use of finger-vein biometrics offers strong ant spoofing capabilities as it
can also ensure liveness in the presented fingers during the imaging.
VI. PAPER DESCRIPTION
GENERAL
In this PAPER, the finger images obtained from the database are separated into finger vein and finger
texture images. These two images are processed separately as per the concept represented in paper. The process
involved is image preprocessing, image enhancement, feature extraction and matching. For feature extraction
we have use Gabor filter and for matching we implement score level combination as holistic and nonlinear
fusion. This system has taken more advantage than the existing system in term of security purpose because since
the vein pattern is not visible to human vision without any special device and it will not produce any trace in any
object.
V. FINGERPRINT ENHANCEMENT TECHNIQUES:
BINARIZATION
Binarization is a method of transforming grayscale image pixels into either black or white pixels by
selecting a threshold. The process can be fulfilled using a multitude of techniques. Binarization is relatively easy
to achieve compared with other image processing techniques.
A binary image is a digital image that has only two possible values for each pixel. Typically the two
colors used for a binary image are black and white though any two colors can be used. The color used for the
object(s) in the image is the foreground color while the rest of the image is the background color. In the
document scanning industry this is often referred to as bi-tonal.
Identification Of Finger Images Using Score-Level Fusion
www.ijesi.org 14 | P a g e
Median Filtering
Median filters calculate the average of pixel values in a pre-specified window size. The
central pixel is then assigned that value.
The Simple Median Filter has an advantage over the Mean filter since median of the data is taken
instead of the mean of an image. The pixel with the median magnitude is then used to replace the pixel studied.
The median of a set is more robust with respect to the presence of noise. The median filter is given by
Median filter(x1…xN)=Median(||x1||2……||xN||2)
Image Enhancement
Image enhancement operation improves the quality of the image, it can be used to improve the image
contrast, and brightness characteristics, reduce its noise content, and/or sharpen its details. Image enhancement
techniques may be grouped as either subjective enhancement or objective enhancement. Subjective
enhancement technique may be repeatedly applied in various forms until the observer feels that the image yields
the details necessary for particular application.
Feature Extraction
Many features had extracted from each print. The co-ordinates of each minutia and the type of the
minutiae can be determined. The number of total minutiae had also recorded. A fingerprint can have up to 80
minutiae. It had generally accepted as the same Print if 8 to 17 points match. Some translation of the fingerprint
will be acceptable, however the rotation had to minimized since no techniques have been implemented which
specifically counteracts rotation.
GABOR FILTER
A Gabor filter is a linear filter whose impulse response is defined by a harmonic function multiplied by
a Gaussian function. Because of the multiplication-convolution property (Convolution theorem), the Fourier
transform of a Gabor filter's impulse response is the convolution of the Fourier transform of the harmonic
function and the Fourier transform of the Gaussian function.
The Gabor Filters have received considerable attention because the characteristics of
certain cells in the visual cortex of some mammals can be approximated by these filters. In addition these filters
have been shown to posses optimal localization properties in both spatial and frequency domain and thus are
well suited for texture segmentation problems. Gabor filters have been used in many applications, such as
texture segmentation, target detection, fractal dimension management, document analysis, edge detection, retina
identification, image coding and image representation. A Gabor filter can be viewed as a sinusoidal plane of
particular frequency and orientation, modulated by a Gaussian envelope.
G(x,y) = s(x,y) g(x,y)
where s(x,y) is complex sinusoid and g(x,y) is 2D gaussian envelope
s(x,y) = exp – 𝒋𝟐𝝅 µ 𝟎
𝒙 + 𝝊 𝟎 𝒚 .
g(x,y) =
𝟏
𝟐𝛑𝛔 𝐱 𝛔 𝐲
exp −
𝟏
𝟐
𝐱 𝟐
𝛔 𝐱
𝟐 +
𝐲 𝟐
𝛔 𝐲
𝟐
𝜎𝑥 and 𝜎𝑦 characterize the spatial extent and bandwidth of along the respective axes, 𝑢 𝑜and 𝑣𝑜 are the shifting
frequency parameters in the frequency domain. Using 𝐺 𝑥, 𝑦 as the mother wavelet, the Gabor wavelets, a class
of self-similar functions can be obtained by appropriate dilations and rotations of 𝐺 𝑥, 𝑦
through:𝑮 𝒎,𝒏 𝒙, 𝒚 =𝒂−𝒎
𝑮 𝒙′
, 𝒚′ , where 𝒙′
= 𝒂−𝒎
𝒙𝒄𝒐𝒔𝜽 + 𝒚𝒔𝒊𝒏𝜽 = 𝒂−𝒎
(xsin𝜽 + 𝒚𝒄𝒐𝒔𝜽), 𝒚′
=
𝒂−𝒎
𝒙𝒔𝒊𝒏𝜽 + 𝒚𝒄𝒐𝒔𝜽 , a>1, 𝜽 =
𝒏𝝅
𝟎
, 𝒎 = 𝟏 … 𝑺 𝒏 = 𝟏 … 𝑶. 𝑂 indicates the number of orientations, S the
number of scales in the multi resolution decomposition and a is the scaling factor between different scales.
METHODOLOGIES
MODULE NAMES
 Finger vein identification
 Finger texture identification
 Finger vein and texture matching
 Score combination
MODULE DESCRIPTIONS
MODULE 1: FINGER VEIN IDENTIFICATION
Identification Of Finger Images Using Score-Level Fusion
www.ijesi.org 15 | P a g e
Image preprocessing:
Finger images are noisy with rotational and translational variations. To remove these variations, it is
subjected to preprocessing steps.
 Image normalization
 ROI extractor
 Image enhancement
Image normalization:
Normalization is a process that changes the range of pixel intensity values. In this, the image had
subjected to binarization with threshold value of 230. Sobel edge detector had applied to the image to the
remove background portions connected to it, eliminating the number of connected white pixels being less than a
threshold, to obtain the binary mask.
Binarization is a method of transforming grayscale image pixels into either black or white
pixels by selecting a threshold. The process can be fulfilled using a multitude of techniques. Binarization is
relatively easy to achieve compared with other image processing techniques.
ROI extractor:
In the finger images, there are many unwanted regions (that cannot be taken for analysis) has been
removed by choosing the interested area in that image. The useful area is said to be “Region of Interest”.
The obtained binary mask is used to segment the ROI (Region of Interest) from the original finger-vein
image. The orientation of the image is determined to remove the low quality images that present in finger vein
image. This orientation is used for the rotational alignment of the ROI in vein image.
ROI extraction by Morphological operations
Two Morphological operations called „OPEN‟ and „CLOSE‟ are adopted. The „OPEN‟ operation can
expand images and remove peaks introduced by background noise . The „CLOSE‟ operation can shrink images
and eliminate small cavities. The bound is the subtraction of the closed area from the opened area. Then the
algorithm throws away those leftmost, rightmost, uppermost and bottommost blocks out of the bound so as to
get the tightly bounded region just containing the bound and inner area.
Image enhancement:
The acquired image is thin and it is not clear. So the image is enhanced by using bicubic interpolation
for better visualization.
The Method adopted in fingerprint recognition system is Histogram Equalization
Histogram equalization is to expand the pixel value distribution of an image so as to increase the
perceptional information. The original histogram of a fingerprint image has the bimodal type. The histogram
after the histogram equalization occupies all the range from 0 to 255 and the visualization effect is enhanced.
MODULE 2
FINGER TEXTURE IMAGE PREPROCESSING
 Localization and Normalization
 Image Enhancement
Localization and Normalization:
In texture preprocessing, Sobel edge detector is used to obtain the edge map and localize the finger
boundaries. This edge map is isolated with noise and it can be removed from the area threshold. Such noise is
eliminated from the area Thresholding, i.e., if the number of consecutive connected pixels is less than the
threshold. The slope of the resulting upper finger boundary is then estimated.
This slope is used for automatically localize a fixed rectangular area, which begins at a distance of 20
pixels from the upper finger boundary and is aligned along its estimated slope. We extract a fixed 400 160 pixel
area, at a distance of 85 and 50 pixels, respectively, from the lower and right boundaries, from this rectangular
region. This 400 160 pixel image is then used as the finger texture image for the identification.
Image Enhancement:
In image enhancement, finger texture image had subjected to median filtering to eliminate the
impulsive noise. The resulting images have low contrast and uneven illumination. Therefore, obtain the
Identification Of Finger Images Using Score-Level Fusion
www.ijesi.org 16 | P a g e
background illumination image from the average of pixels in 10 × 10 pixel sub blocks and bi-cubic
interpolation. The resulting image is subtracted from the median-filtered finger texture image and then subjected
to histogram equalization
VII. FINGER VEIN AND TEXTURE IMAGE FEATURE EXTRACTION
Gabor filter had used for finger vein and texture image feature extraction. Gabor filters optimally
capture both local orientation and frequency information from a fingerprint image. By tuning a Gabor filter to
specific frequency and direction, the local frequency and orientation information can be obtained.
We have creating the Gabor with specified orientations and these Gabor filter is convolved with the
enhanced image to remove the unwanted regions other than the vein and texture regions.
MODULE 3
FINGER VEIN AND TEXTURE MATCHING:
The general block diagram for matching is given below
In that, the matcher block predicts that the vein and texture image is matched with the database. The
database contains the features of all vein and texture images.
Fig: Block Diagram for Matching
For matching, two steps has been done
 Extract features
 Match features
These two steps had done by using mat lab in built commands.
Vein matching:
The features extracted from finger vein images are already stored in a database. The features of the input
image matched with all the extracted veins in the database to check whether the input image is matched with any
one of the extracted veins.
 If the input image is matched with any one of the extracted veins, the message box will be opened and
display “vein matched”.
 If the input image is not matched with any one of the extracted veins, the message box will be opened
and display “vein not matched”.
Texture matching:
The features extracted from finger texture images are stored in the same database. The features of the
input image had matched with all the extracted texture in the database to check whether the input image
matched with any one of the extracted textures.
Identification Of Finger Images Using Score-Level Fusion
www.ijesi.org 17 | P a g e
 If the input image is matched with any one of the extracted textures, the message box will be opened
and display “texture matched”.
 If the input image is not matched with any one of the extracted textures, the message box will be
opened and display “texture not matched”.
Notation, there are a few extensions that will likely cause you some problems at first.
Fig: Database
Vein regions extracted from the image are stored in database.
CODE IMPLEMENTATION:
The code had implemented and stored in my web site. If anyone is interested in implementing my code
then it is freely available in the below web address: http://gowthamethicalhacker.wordpress.com
SIMULATION OUT PUTS:
The below are the simulation outputs for my code implementation the below figures illustrate a clear
view of my idea where I am have used the MATLAB in built commands for execution.
1. Input Image or Original Image:
Identification Of Finger Images Using Score-Level Fusion
www.ijesi.org 18 | P a g e
2. Binary Image:
3. Region of Interest:
4. Enhanced Image:
Identification Of Finger Images Using Score-Level Fusion
www.ijesi.org 19 | P a g e
5. Feature Extracted Vein:
6. Vein Match:
7. Texture Input Image:
Identification Of Finger Images Using Score-Level Fusion
www.ijesi.org 20 | P a g e
8. Image after Area Thresholding:
9. Segmented Texture Image:
10. Median Filtered Image:
Identification Of Finger Images Using Score-Level Fusion
www.ijesi.org 21 | P a g e
11. Enhanced Texture Image:
12. Texture Match
13. Matching Scores
Identification Of Finger Images Using Score-Level Fusion
www.ijesi.org 22 | P a g e
VII. APPLICATIONS
Time attendance software allows to track the time your employees spend at work, classic time
attendance solutions use pin codes, passwords, badge readers, etc. but now a number of isometric solutions is
emerging. The advantage of biometric time attendance is that your employees cannot forget their code or lose
their badge, also a biometric solution is more tamper proof: you cannot ask a colleague to check-in for you when
a fingerprint is required.
Fingerprint recognition refers to the automated method of identifying or confirming the identity of an
individual based on the comparison of two fingerprints. Fingerprint recognition is one of the most well known
biometrics, and it is by far the most used biometric solution for authentication on computerized systems. The
reasons for fingerprint recognition being so popular are the ease of acquisition, established use and acceptance
when compared to other biometrics, and the fact that there are numerous (ten) sources of this biometric on each
individual.
The application of other techniques such as ultrasonic scanning using a high frequency transducer, X-
ray imaging, computerized tomography, and magnetic resonance imaging could also provide valuable finger
image data for the personal identification. However, the optical imaging techniques are not only economically
feasible but are also sensitive to detect (subsurface) close-to-skin as well as the deeper tissue
features/characteristics.
VIII. CONCLUSION
We have presented a complete and fully automated finger image-matching framework by
simultaneously utilizing the finger surface and finger subsurface features. We presented a new algorithm for the
finger-vein identification, which can more reliably extract the finger vein shape features and achieve much
higher accuracy than previously proposed finger-vein identification approaches. Our finger-vein matching
scheme works more effectively in more realistic scenarios and leads to a more accurate performance, as
demonstrated from the experimental results.
We examined a complete and fully automated approach for the identification of low resolution finger
surface texture images for the performance improvement. This investigation and they obtained results are
significant as they point toward the utility of touch less images acquired from the webcam for personal
identification and its extension for other utilities such as mobile phones, surveillance cameras, and laptops.
Finally, the availability of the acquired database from this paper for the benchmarking/comparison will help
further the research efforts in this area. Currently, there is no publicly available database for the performance
comparison and research efforts on finger-vein identification.
REFERENCES
[1]. E. C. Lee and K. R. Park, “Restoration method of skin scattering blurred vein image for finger vein recognition,” Electron. Lett,
vol. 45, no. 21, pp. 1074–1076, Oct. 2009.
[2]. J.-D.Wu and S.-H. Yet, “Driver identification using finger-vein patterns with Radon transform and neural network,” Expert Sys.
And Appl., vol. 36, no. 3, pp. 5793–5799, Apr. 2009.
[3]. Z. Zhang, S. Ma, and X. Han, “Multiscale feature extraction of finger vein patterns based on curvelets and local interconnection
structure neural network,” in Proc. ICPR, Hong Kong, 2006, pp. 145–148.
[4]. N. Miura,A. Nagasaka, and T. Miyatake, “Feature extraction of finger vein patterns based on repeated line tracking and its
application to personal identification, “Mach. Vis. Appl., vol. 15, no. , pp. 194–203, Oct. 2004.
[5]. N. Miura, A. Nagasaka, and T. Miyatake, “Extraction of finger-vein patterns using maximum curvature points in image profiles,”
in Proc. IAPR Conf. Mach. Vis. Appl., Tsukuba Science City, Japan, May 2005, pp. 347–350.
[6]. M. Kono, H. Ueki, and S. Umemura, “Near-infrared finger vein patterns for personal identification,” Appl. Opt., vol. 41, no. 35,
pp. 7429–7436, Dec. 2002.
[7]. D. Mulyono and H. S. Jinn, “A study of finger vein biometric for personal identification,” in Proc. ISBAST, Islamabad, Pakistan,
2008, pp. 1–8.
[8]. J. Mobley and T. Vo-Dinh, Biomedical Photonics Handbook. Boca Raton, FL: CRC Press, 2003.
[9]. W. Jia, D.-S. Huang, and D. Zhang, “Palmprint verification based on robust line orientation code,” Pattern Recognit, vol. 41, no.
5, pp. 1504–1513, May 2008.
Identification Of Finger Images Using Score-Level Fusion
www.ijesi.org 23 | P a g e
AUTHORS’ PROFILES:
MR. PANDILLAPALLI GOWTHAM
Is A B.Tech student in Electronics and Communication Engineering at
Priyadarshini College of Engineering, Sullurpet, affiliated to Jawaharlal
Nehru Technological University, My research interests are on Digital image
processing, wireless communication and Biometric systems applications.
He had certified in Ethical-Hacking by Osmania University, also certified in
robotics in 2012 and in android applications by Vignans University.
Presently working on Biometric system applications to offer high security
and implementing a new technology in the field of wireless
communications, which aims at providing communication with reduced
effect of noise in the channel. It christened as “A new approach to reduce
noise in OFDM system with integral oversampling.” Avail publishing.
Here we acknowledge the help extended to us by DR.P.GOPAL REDDY,
DR.A.SIVASANKHAR, MR.S.JAYAKRISHNA and I have words of appreciations for the services extended
to us by MR.P.SUBBARAMI REDDY, MR.P.SREENATHA REDDY have been the perennial source of
inspiration to me to do this research. I am also indebted to my parents MR.P.NARENDRA REDDY and
P.RENUKA DEVI and my family members who have been supporting
me.
MISS.CH.SINDHU is a student of B.Tech in Electronics and
Communication Engineering, in PDCE, Jawaharlal Nehru Technological
University, currently working on Image Processing. Her research
interests are Biometric applications and implementing codes in
MATLAB and Certified in Embedded systems at Delhi.
MR.CH.CHANDRA SEKHAR is a student of B.Tech in Electronics
and Communication Engineering, in PDCE, Jawaharlal Nehru
Technological University, currently working on Image Processing. His
research interests are Biometric extensions in the field of implementation.
MR.C.SUDHEER Is A Student of B.Tech in Electronics and
Communication Engineering, In Priyadarshini College of Engineering,
Jawaharlal Nehru Technological University; His research interests are
Biometric security applications and coding in MATLAB.
MR.M.S.ABDULLAH M.Tech an Associate Professor in Priyadarshini
College of Engineering, Jawaharlal Nehru technological university,
Ananthapur, who has 8 years of teaching experience and handled various
subjects among them are EMTL, AWP, TSSN and PTSP His research is on
Biometric systems and wireless communications and now presently
working on Biometric systems applications.

More Related Content

PDF
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION
PDF
A05610109
PDF
EDGE DETECTION OF MICROSCOPIC IMAGE
PDF
22 29 dec16 8nov16 13272 28268-1-ed(edit)
PDF
N010226872
PDF
Hand gesture recognition using support vector machine
PDF
D45012128
PDF
Human identification using finger images
WAVELET PACKET BASED IRIS TEXTURE ANALYSIS FOR PERSON AUTHENTICATION
A05610109
EDGE DETECTION OF MICROSCOPIC IMAGE
22 29 dec16 8nov16 13272 28268-1-ed(edit)
N010226872
Hand gesture recognition using support vector machine
D45012128
Human identification using finger images

What's hot (20)

PPT
IEEE HST 2009
PDF
Effective segmentation of sclera, iris and pupil in noisy eye images
PDF
Paper id 21201419
PDF
Ear Biometrics shritosh kumar
PDF
Iw3515281533
PDF
IRJET - A Review on Gradient Histograms for Texture Enhancement and Objec...
PDF
A review on digital image processing paper
PDF
International Journal of Engineering Research and Development (IJERD)
PDF
K011138084
PDF
A Review Paper on Fingerprint Image Enhancement with Different Methods
PDF
PDF
Enhanced Approach to Iris Normalization Using Circular Distribution for Iris ...
PDF
Fpga implementation of image segmentation by using edge detection based on so...
PDF
Fpga implementation of image segmentation by using edge detection based on so...
PDF
Importance of Mean Shift in Remote Sensing Segmentation
PDF
G011134454
PDF
Enhanced Thinning Based Finger Print Recognition
PDF
Land Boundary Detection of an Island using improved Morphological Operation
PDF
A comparison of image segmentation techniques, otsu and watershed for x ray i...
PDF
Volume 2-issue-6-2159-2164
IEEE HST 2009
Effective segmentation of sclera, iris and pupil in noisy eye images
Paper id 21201419
Ear Biometrics shritosh kumar
Iw3515281533
IRJET - A Review on Gradient Histograms for Texture Enhancement and Objec...
A review on digital image processing paper
International Journal of Engineering Research and Development (IJERD)
K011138084
A Review Paper on Fingerprint Image Enhancement with Different Methods
Enhanced Approach to Iris Normalization Using Circular Distribution for Iris ...
Fpga implementation of image segmentation by using edge detection based on so...
Fpga implementation of image segmentation by using edge detection based on so...
Importance of Mean Shift in Remote Sensing Segmentation
G011134454
Enhanced Thinning Based Finger Print Recognition
Land Boundary Detection of an Island using improved Morphological Operation
A comparison of image segmentation techniques, otsu and watershed for x ray i...
Volume 2-issue-6-2159-2164
Ad

Similar to B221223 (20)

DOC
OPTIMIZED FINGERPRINT COMPRESSION WITHOUT LOSS OF DATAProposed workblessy up...
PDF
International Journal of Engineering Research and Development (IJERD)
PPT
finger prints
PDF
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
PDF
IRJET- Finger Vein Pattern Recognition Security
PDF
Dp34707712
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
E017443136
PDF
Pre emphasis on data for an adaptive fingerprint image enhancement
PDF
Comparative study of various enhancement techniques for finger print images
PDF
Comparative study of various enhancement techniques for finger print images
PDF
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
PDF
[IJET-V2I2P6] Authors:Atul Ganbawle , Prof J.A. Shaikh
PDF
Smqt Based Fingerprint Enhancement And Encryption For Border Crossing Securit...
PDF
Volume 2-issue-6-2159-2164
PDF
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
PDF
Finger Vein Detection using Gabor Filter, Segmentation and Matched Filter
PDF
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
PDF
Hybrid fingerprint matching algorithm for high accuracy and reliability
PDF
F0164348
OPTIMIZED FINGERPRINT COMPRESSION WITHOUT LOSS OF DATAProposed workblessy up...
International Journal of Engineering Research and Development (IJERD)
finger prints
An Improved Self Organizing Feature Map Classifier for Multimodal Biometric R...
IRJET- Finger Vein Pattern Recognition Security
Dp34707712
International Journal of Computational Engineering Research(IJCER)
E017443136
Pre emphasis on data for an adaptive fingerprint image enhancement
Comparative study of various enhancement techniques for finger print images
Comparative study of various enhancement techniques for finger print images
MR Image Compression Based on Selection of Mother Wavelet and Lifting Based W...
[IJET-V2I2P6] Authors:Atul Ganbawle , Prof J.A. Shaikh
Smqt Based Fingerprint Enhancement And Encryption For Border Crossing Securit...
Volume 2-issue-6-2159-2164
A Comprehensive Approach for Multi Biometric Recognition Using Sclera Vein an...
Finger Vein Detection using Gabor Filter, Segmentation and Matched Filter
SIGN LANGUAGE RECOGNITION USING MACHINE LEARNING
Hybrid fingerprint matching algorithm for high accuracy and reliability
F0164348
Ad

Recently uploaded (20)

PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
Encapsulation theory and applications.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPT
Teaching material agriculture food technology
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
OMC Textile Division Presentation 2021.pptx
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Approach and Philosophy of On baking technology
PPTX
1. Introduction to Computer Programming.pptx
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
Spectroscopy.pptx food analysis technology
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Encapsulation_ Review paper, used for researhc scholars
Heart disease approach using modified random forest and particle swarm optimi...
Encapsulation theory and applications.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Teaching material agriculture food technology
NewMind AI Weekly Chronicles - August'25-Week II
cloud_computing_Infrastucture_as_cloud_p
Diabetes mellitus diagnosis method based random forest with bat algorithm
OMC Textile Division Presentation 2021.pptx
SOPHOS-XG Firewall Administrator PPT.pptx
Approach and Philosophy of On baking technology
1. Introduction to Computer Programming.pptx
Spectral efficient network and resource selection model in 5G networks
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Univ-Connecticut-ChatGPT-Presentaion.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Digital-Transformation-Roadmap-for-Companies.pptx
Spectroscopy.pptx food analysis technology
MIND Revenue Release Quarter 2 2025 Press Release
Accuracy of neural networks in brain wave diagnosis of schizophrenia

B221223

  • 1. International Journal of Engineering Science Invention ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726 www.ijesi.org Volume 2 Issue 2 ǁ February. 2013 ǁ PP.12-23 www.ijesi.org 12 | P a g e IDENTIFICATION OF FINGER IMAGES USING SCORE-LEVEL FUSION. Pandillapalli Gowtham, Ch.Sindhu, C.Sudheer Kumar, Ch.Chandra Sekhar, M.s.Abdullah (m.tech) PRIYADARSHINI COLLEGE OF ENGINEERING, Bachelor of Technology in ECE ABSTRACT: This paper presents a new approach to improve the performance of finger-vein identification systems presented in the literature. The proposed system simultaneously acquires the finger-vein and low- resolution fingerprint images and combines these two evidences using a novel score-level combination strategy. We examine the previously proposed finger-vein identification approaches and develop a new approach that illustrates it superiority over prior published efforts. The utility of low-resolution fingerprint images acquired from a webcam is examined to ascertain the matching performance from such images. We develop and investigate two new score-level combinations, holistic and nonlinear fusion, and comparatively evaluate them with more popular score-level fusion approaches to ascertain their effectiveness in the proposed system. I. OBJECTIVE In this paper, they have proposed an alternate novel method of finger vein and finger texture recognition system this system has taken more advantage than the existing system in term of security purpose because since the vein pattern is not visible to human vision without any special device. II. EXISTING SYSTEM We propose a method of personal identification based on finger-vein patterns. An image of a finger captured under infrared light contains not only the vein pattern but also irregular shading produced by the various thicknesses of the finger bones and muscles. The proposed method extracts the finger-vein pattern from the unclear image by using line tracking that starts from various positions. Experimental results show that it achieves robust pattern extraction, and the equal error rate was 0.145% in personal identification. III. DISADVANTAGES OF EXISTING SYSTEM  The database employed in this paper is too small to generate a reliable conclusion on the stability of such features in the noisy vein patterns.  The performance from this approach is shown to be very high, but the key details of their implementation are missing. IV. PROPOSED METHOD A new approach for personal identification that utilizes simultaneously acquired finger-vein and finger surface (texture) images is presented. Our experimental results illustrate significantly improved performance that cannot be achieved by any of these images employed individually. The experimental results on 6264 images from a 156-subject database acquired over a period of 11 months suggest that the proposed approach outperforms previously proposed approaches considered in this paper. Another related contribution of this paper is on the development of new approaches for both the finger-vein and finger texture identification, which achieves significantly Improve d performance over previously proposed approaches. Our finger-vein identification approach utilizes peg-free and more user- friendly unconstrained imaging. Therefore, the steps for the acquired finger-vein image normalization, rotational alignment, and suiting interclass variations. In the finger images are also developed. The unconstrained finger texture imaging with a low- resolution webcam presents high rotational and translational variations. A robust image normalization scheme is developed; rotational and translational variations are also accommodated in our matching strategy, which results in significantly improved performance.
  • 2. Identification Of Finger Images Using Score-Level Fusion www.ijesi.org 13 | P a g e Fig: Block Diagram V. PROPOSED SYSTEM ADVANTAGES The finger veins are hidden structures; it is extremely difficult to steal the finger-vein patterns of an individual without their knowledge, therefore offering a high degree of privacy. Second, the use of finger-vein biometrics offers strong ant spoofing capabilities as it can also ensure liveness in the presented fingers during the imaging. VI. PAPER DESCRIPTION GENERAL In this PAPER, the finger images obtained from the database are separated into finger vein and finger texture images. These two images are processed separately as per the concept represented in paper. The process involved is image preprocessing, image enhancement, feature extraction and matching. For feature extraction we have use Gabor filter and for matching we implement score level combination as holistic and nonlinear fusion. This system has taken more advantage than the existing system in term of security purpose because since the vein pattern is not visible to human vision without any special device and it will not produce any trace in any object. V. FINGERPRINT ENHANCEMENT TECHNIQUES: BINARIZATION Binarization is a method of transforming grayscale image pixels into either black or white pixels by selecting a threshold. The process can be fulfilled using a multitude of techniques. Binarization is relatively easy to achieve compared with other image processing techniques. A binary image is a digital image that has only two possible values for each pixel. Typically the two colors used for a binary image are black and white though any two colors can be used. The color used for the object(s) in the image is the foreground color while the rest of the image is the background color. In the document scanning industry this is often referred to as bi-tonal.
  • 3. Identification Of Finger Images Using Score-Level Fusion www.ijesi.org 14 | P a g e Median Filtering Median filters calculate the average of pixel values in a pre-specified window size. The central pixel is then assigned that value. The Simple Median Filter has an advantage over the Mean filter since median of the data is taken instead of the mean of an image. The pixel with the median magnitude is then used to replace the pixel studied. The median of a set is more robust with respect to the presence of noise. The median filter is given by Median filter(x1…xN)=Median(||x1||2……||xN||2) Image Enhancement Image enhancement operation improves the quality of the image, it can be used to improve the image contrast, and brightness characteristics, reduce its noise content, and/or sharpen its details. Image enhancement techniques may be grouped as either subjective enhancement or objective enhancement. Subjective enhancement technique may be repeatedly applied in various forms until the observer feels that the image yields the details necessary for particular application. Feature Extraction Many features had extracted from each print. The co-ordinates of each minutia and the type of the minutiae can be determined. The number of total minutiae had also recorded. A fingerprint can have up to 80 minutiae. It had generally accepted as the same Print if 8 to 17 points match. Some translation of the fingerprint will be acceptable, however the rotation had to minimized since no techniques have been implemented which specifically counteracts rotation. GABOR FILTER A Gabor filter is a linear filter whose impulse response is defined by a harmonic function multiplied by a Gaussian function. Because of the multiplication-convolution property (Convolution theorem), the Fourier transform of a Gabor filter's impulse response is the convolution of the Fourier transform of the harmonic function and the Fourier transform of the Gaussian function. The Gabor Filters have received considerable attention because the characteristics of certain cells in the visual cortex of some mammals can be approximated by these filters. In addition these filters have been shown to posses optimal localization properties in both spatial and frequency domain and thus are well suited for texture segmentation problems. Gabor filters have been used in many applications, such as texture segmentation, target detection, fractal dimension management, document analysis, edge detection, retina identification, image coding and image representation. A Gabor filter can be viewed as a sinusoidal plane of particular frequency and orientation, modulated by a Gaussian envelope. G(x,y) = s(x,y) g(x,y) where s(x,y) is complex sinusoid and g(x,y) is 2D gaussian envelope s(x,y) = exp – 𝒋𝟐𝝅 µ 𝟎 𝒙 + 𝝊 𝟎 𝒚 . g(x,y) = 𝟏 𝟐𝛑𝛔 𝐱 𝛔 𝐲 exp − 𝟏 𝟐 𝐱 𝟐 𝛔 𝐱 𝟐 + 𝐲 𝟐 𝛔 𝐲 𝟐 𝜎𝑥 and 𝜎𝑦 characterize the spatial extent and bandwidth of along the respective axes, 𝑢 𝑜and 𝑣𝑜 are the shifting frequency parameters in the frequency domain. Using 𝐺 𝑥, 𝑦 as the mother wavelet, the Gabor wavelets, a class of self-similar functions can be obtained by appropriate dilations and rotations of 𝐺 𝑥, 𝑦 through:𝑮 𝒎,𝒏 𝒙, 𝒚 =𝒂−𝒎 𝑮 𝒙′ , 𝒚′ , where 𝒙′ = 𝒂−𝒎 𝒙𝒄𝒐𝒔𝜽 + 𝒚𝒔𝒊𝒏𝜽 = 𝒂−𝒎 (xsin𝜽 + 𝒚𝒄𝒐𝒔𝜽), 𝒚′ = 𝒂−𝒎 𝒙𝒔𝒊𝒏𝜽 + 𝒚𝒄𝒐𝒔𝜽 , a>1, 𝜽 = 𝒏𝝅 𝟎 , 𝒎 = 𝟏 … 𝑺 𝒏 = 𝟏 … 𝑶. 𝑂 indicates the number of orientations, S the number of scales in the multi resolution decomposition and a is the scaling factor between different scales. METHODOLOGIES MODULE NAMES  Finger vein identification  Finger texture identification  Finger vein and texture matching  Score combination MODULE DESCRIPTIONS MODULE 1: FINGER VEIN IDENTIFICATION
  • 4. Identification Of Finger Images Using Score-Level Fusion www.ijesi.org 15 | P a g e Image preprocessing: Finger images are noisy with rotational and translational variations. To remove these variations, it is subjected to preprocessing steps.  Image normalization  ROI extractor  Image enhancement Image normalization: Normalization is a process that changes the range of pixel intensity values. In this, the image had subjected to binarization with threshold value of 230. Sobel edge detector had applied to the image to the remove background portions connected to it, eliminating the number of connected white pixels being less than a threshold, to obtain the binary mask. Binarization is a method of transforming grayscale image pixels into either black or white pixels by selecting a threshold. The process can be fulfilled using a multitude of techniques. Binarization is relatively easy to achieve compared with other image processing techniques. ROI extractor: In the finger images, there are many unwanted regions (that cannot be taken for analysis) has been removed by choosing the interested area in that image. The useful area is said to be “Region of Interest”. The obtained binary mask is used to segment the ROI (Region of Interest) from the original finger-vein image. The orientation of the image is determined to remove the low quality images that present in finger vein image. This orientation is used for the rotational alignment of the ROI in vein image. ROI extraction by Morphological operations Two Morphological operations called „OPEN‟ and „CLOSE‟ are adopted. The „OPEN‟ operation can expand images and remove peaks introduced by background noise . The „CLOSE‟ operation can shrink images and eliminate small cavities. The bound is the subtraction of the closed area from the opened area. Then the algorithm throws away those leftmost, rightmost, uppermost and bottommost blocks out of the bound so as to get the tightly bounded region just containing the bound and inner area. Image enhancement: The acquired image is thin and it is not clear. So the image is enhanced by using bicubic interpolation for better visualization. The Method adopted in fingerprint recognition system is Histogram Equalization Histogram equalization is to expand the pixel value distribution of an image so as to increase the perceptional information. The original histogram of a fingerprint image has the bimodal type. The histogram after the histogram equalization occupies all the range from 0 to 255 and the visualization effect is enhanced. MODULE 2 FINGER TEXTURE IMAGE PREPROCESSING  Localization and Normalization  Image Enhancement Localization and Normalization: In texture preprocessing, Sobel edge detector is used to obtain the edge map and localize the finger boundaries. This edge map is isolated with noise and it can be removed from the area threshold. Such noise is eliminated from the area Thresholding, i.e., if the number of consecutive connected pixels is less than the threshold. The slope of the resulting upper finger boundary is then estimated. This slope is used for automatically localize a fixed rectangular area, which begins at a distance of 20 pixels from the upper finger boundary and is aligned along its estimated slope. We extract a fixed 400 160 pixel area, at a distance of 85 and 50 pixels, respectively, from the lower and right boundaries, from this rectangular region. This 400 160 pixel image is then used as the finger texture image for the identification. Image Enhancement: In image enhancement, finger texture image had subjected to median filtering to eliminate the impulsive noise. The resulting images have low contrast and uneven illumination. Therefore, obtain the
  • 5. Identification Of Finger Images Using Score-Level Fusion www.ijesi.org 16 | P a g e background illumination image from the average of pixels in 10 × 10 pixel sub blocks and bi-cubic interpolation. The resulting image is subtracted from the median-filtered finger texture image and then subjected to histogram equalization VII. FINGER VEIN AND TEXTURE IMAGE FEATURE EXTRACTION Gabor filter had used for finger vein and texture image feature extraction. Gabor filters optimally capture both local orientation and frequency information from a fingerprint image. By tuning a Gabor filter to specific frequency and direction, the local frequency and orientation information can be obtained. We have creating the Gabor with specified orientations and these Gabor filter is convolved with the enhanced image to remove the unwanted regions other than the vein and texture regions. MODULE 3 FINGER VEIN AND TEXTURE MATCHING: The general block diagram for matching is given below In that, the matcher block predicts that the vein and texture image is matched with the database. The database contains the features of all vein and texture images. Fig: Block Diagram for Matching For matching, two steps has been done  Extract features  Match features These two steps had done by using mat lab in built commands. Vein matching: The features extracted from finger vein images are already stored in a database. The features of the input image matched with all the extracted veins in the database to check whether the input image is matched with any one of the extracted veins.  If the input image is matched with any one of the extracted veins, the message box will be opened and display “vein matched”.  If the input image is not matched with any one of the extracted veins, the message box will be opened and display “vein not matched”. Texture matching: The features extracted from finger texture images are stored in the same database. The features of the input image had matched with all the extracted texture in the database to check whether the input image matched with any one of the extracted textures.
  • 6. Identification Of Finger Images Using Score-Level Fusion www.ijesi.org 17 | P a g e  If the input image is matched with any one of the extracted textures, the message box will be opened and display “texture matched”.  If the input image is not matched with any one of the extracted textures, the message box will be opened and display “texture not matched”. Notation, there are a few extensions that will likely cause you some problems at first. Fig: Database Vein regions extracted from the image are stored in database. CODE IMPLEMENTATION: The code had implemented and stored in my web site. If anyone is interested in implementing my code then it is freely available in the below web address: http://gowthamethicalhacker.wordpress.com SIMULATION OUT PUTS: The below are the simulation outputs for my code implementation the below figures illustrate a clear view of my idea where I am have used the MATLAB in built commands for execution. 1. Input Image or Original Image:
  • 7. Identification Of Finger Images Using Score-Level Fusion www.ijesi.org 18 | P a g e 2. Binary Image: 3. Region of Interest: 4. Enhanced Image:
  • 8. Identification Of Finger Images Using Score-Level Fusion www.ijesi.org 19 | P a g e 5. Feature Extracted Vein: 6. Vein Match: 7. Texture Input Image:
  • 9. Identification Of Finger Images Using Score-Level Fusion www.ijesi.org 20 | P a g e 8. Image after Area Thresholding: 9. Segmented Texture Image: 10. Median Filtered Image:
  • 10. Identification Of Finger Images Using Score-Level Fusion www.ijesi.org 21 | P a g e 11. Enhanced Texture Image: 12. Texture Match 13. Matching Scores
  • 11. Identification Of Finger Images Using Score-Level Fusion www.ijesi.org 22 | P a g e VII. APPLICATIONS Time attendance software allows to track the time your employees spend at work, classic time attendance solutions use pin codes, passwords, badge readers, etc. but now a number of isometric solutions is emerging. The advantage of biometric time attendance is that your employees cannot forget their code or lose their badge, also a biometric solution is more tamper proof: you cannot ask a colleague to check-in for you when a fingerprint is required. Fingerprint recognition refers to the automated method of identifying or confirming the identity of an individual based on the comparison of two fingerprints. Fingerprint recognition is one of the most well known biometrics, and it is by far the most used biometric solution for authentication on computerized systems. The reasons for fingerprint recognition being so popular are the ease of acquisition, established use and acceptance when compared to other biometrics, and the fact that there are numerous (ten) sources of this biometric on each individual. The application of other techniques such as ultrasonic scanning using a high frequency transducer, X- ray imaging, computerized tomography, and magnetic resonance imaging could also provide valuable finger image data for the personal identification. However, the optical imaging techniques are not only economically feasible but are also sensitive to detect (subsurface) close-to-skin as well as the deeper tissue features/characteristics. VIII. CONCLUSION We have presented a complete and fully automated finger image-matching framework by simultaneously utilizing the finger surface and finger subsurface features. We presented a new algorithm for the finger-vein identification, which can more reliably extract the finger vein shape features and achieve much higher accuracy than previously proposed finger-vein identification approaches. Our finger-vein matching scheme works more effectively in more realistic scenarios and leads to a more accurate performance, as demonstrated from the experimental results. We examined a complete and fully automated approach for the identification of low resolution finger surface texture images for the performance improvement. This investigation and they obtained results are significant as they point toward the utility of touch less images acquired from the webcam for personal identification and its extension for other utilities such as mobile phones, surveillance cameras, and laptops. Finally, the availability of the acquired database from this paper for the benchmarking/comparison will help further the research efforts in this area. Currently, there is no publicly available database for the performance comparison and research efforts on finger-vein identification. REFERENCES [1]. E. C. Lee and K. R. Park, “Restoration method of skin scattering blurred vein image for finger vein recognition,” Electron. Lett, vol. 45, no. 21, pp. 1074–1076, Oct. 2009. [2]. J.-D.Wu and S.-H. Yet, “Driver identification using finger-vein patterns with Radon transform and neural network,” Expert Sys. And Appl., vol. 36, no. 3, pp. 5793–5799, Apr. 2009. [3]. Z. Zhang, S. Ma, and X. Han, “Multiscale feature extraction of finger vein patterns based on curvelets and local interconnection structure neural network,” in Proc. ICPR, Hong Kong, 2006, pp. 145–148. [4]. N. Miura,A. Nagasaka, and T. Miyatake, “Feature extraction of finger vein patterns based on repeated line tracking and its application to personal identification, “Mach. Vis. Appl., vol. 15, no. , pp. 194–203, Oct. 2004. [5]. N. Miura, A. Nagasaka, and T. Miyatake, “Extraction of finger-vein patterns using maximum curvature points in image profiles,” in Proc. IAPR Conf. Mach. Vis. Appl., Tsukuba Science City, Japan, May 2005, pp. 347–350. [6]. M. Kono, H. Ueki, and S. Umemura, “Near-infrared finger vein patterns for personal identification,” Appl. Opt., vol. 41, no. 35, pp. 7429–7436, Dec. 2002. [7]. D. Mulyono and H. S. Jinn, “A study of finger vein biometric for personal identification,” in Proc. ISBAST, Islamabad, Pakistan, 2008, pp. 1–8. [8]. J. Mobley and T. Vo-Dinh, Biomedical Photonics Handbook. Boca Raton, FL: CRC Press, 2003. [9]. W. Jia, D.-S. Huang, and D. Zhang, “Palmprint verification based on robust line orientation code,” Pattern Recognit, vol. 41, no. 5, pp. 1504–1513, May 2008.
  • 12. Identification Of Finger Images Using Score-Level Fusion www.ijesi.org 23 | P a g e AUTHORS’ PROFILES: MR. PANDILLAPALLI GOWTHAM Is A B.Tech student in Electronics and Communication Engineering at Priyadarshini College of Engineering, Sullurpet, affiliated to Jawaharlal Nehru Technological University, My research interests are on Digital image processing, wireless communication and Biometric systems applications. He had certified in Ethical-Hacking by Osmania University, also certified in robotics in 2012 and in android applications by Vignans University. Presently working on Biometric system applications to offer high security and implementing a new technology in the field of wireless communications, which aims at providing communication with reduced effect of noise in the channel. It christened as “A new approach to reduce noise in OFDM system with integral oversampling.” Avail publishing. Here we acknowledge the help extended to us by DR.P.GOPAL REDDY, DR.A.SIVASANKHAR, MR.S.JAYAKRISHNA and I have words of appreciations for the services extended to us by MR.P.SUBBARAMI REDDY, MR.P.SREENATHA REDDY have been the perennial source of inspiration to me to do this research. I am also indebted to my parents MR.P.NARENDRA REDDY and P.RENUKA DEVI and my family members who have been supporting me. MISS.CH.SINDHU is a student of B.Tech in Electronics and Communication Engineering, in PDCE, Jawaharlal Nehru Technological University, currently working on Image Processing. Her research interests are Biometric applications and implementing codes in MATLAB and Certified in Embedded systems at Delhi. MR.CH.CHANDRA SEKHAR is a student of B.Tech in Electronics and Communication Engineering, in PDCE, Jawaharlal Nehru Technological University, currently working on Image Processing. His research interests are Biometric extensions in the field of implementation. MR.C.SUDHEER Is A Student of B.Tech in Electronics and Communication Engineering, In Priyadarshini College of Engineering, Jawaharlal Nehru Technological University; His research interests are Biometric security applications and coding in MATLAB. MR.M.S.ABDULLAH M.Tech an Associate Professor in Priyadarshini College of Engineering, Jawaharlal Nehru technological university, Ananthapur, who has 8 years of teaching experience and handled various subjects among them are EMTL, AWP, TSSN and PTSP His research is on Biometric systems and wireless communications and now presently working on Biometric systems applications.