SlideShare a Scribd company logo
1 of 19
Download to read offline
0
Topic: Fingerprint Recognisation
Winter Project Intern Report
Submitted By:
Shantanu Bharadwaj
Department of Comp. Science & Engg.
IIT Guwahati
Under the guidance of:
Dr. A. Choubey
Dept. of Electronics & Comm. Engg.
NIT Jamshedpur
TABLE OF CONTENTS:
1. Abstract..……………………………………………………………………… 02-02.
2. Introduction …………………………………………………………………. 03-03.
3. Literary Survey……………………………………………………………… 04-04.
4. Motivation ………………………………………………………………… 05-05.
5. Objective……………………….……………………………………………. 05-06.
6. RGB to GREY conversion ………………………………………………… 07-07.
7. Introduction to matlab……………………………………………………… 07-08.
8. Matlab Code ………………………………………………………………….. 09-12.
9. Simulated Results ……………………………………………… 13-16.
10. Conclusion & Future Scope …………………………………… 17-17.
1
ABSTRACT
A major approach for fingerprint recognition today is to extract minutiae from fingerprint images
and to perform fingerprint matching based on the number of corresponding minutiae pairings.
One of the most difficult problems in fingerprint recognition has been that the recognition
performance is significantly influenced by fingertip surface condition, which may vary
depending on environmental or personal causes. Addressing this problem, this paper presents a
fingerprint recognition algorithm using white points and black points in an image through edge
detection.
Experimental evaluation using a set of fingerprint images captured from fingertips with difficult
conditions (e.g., dry fingertips, rough fingertips, allergic-skin fingertips) demonstrates an
efficient recognition performance of the proposed algorithm compared with a typical minutiae-
based algorithm.
In this paper, we propose to use white points and black points based image processing algorithm
to effectively compress the fingerprints at a small cost in terms of matching accuracy. The white
points and black points of fingerprints is analyzed and experimentally verified on databases of
real photographs.
2
INTRODUCTION:
Image processing is the field of signal processing where both the input and output signals are
images. Images can be thought of as two-dimensional signals via a matrix representation, and
image processing can be understood as applying standard one dimensional signal processing
techniques to two-dimensional signals. Image processing is a very important subject, and finds
applications in such fields as photography, satellite imaging, medical imaging, and image
compression, etc. [1]
.
Biometric authentication has been receiving extensive attention over the past decade with
increasing demands in automated personal identification. Biometrics is to identify individuals
using physiological or behavioral characteristics, such as fingerprint, face, iris, retina, palm-print,
etc. Among all the biometric techniques, fingerprint recognition is the most popular method and
is successfully used in many applications [2]
.
Typical fingerprint recognition methods employ feature-based image matching, where minutiae
(i.e., ridge ending and ridge bifurcation) are extracted from the registered fingerprint image and
the input fingerprint image, and the number of corresponding minutiae pairings between the two
images is used to recognize a valid fingerprint image. The feature-based matching provides an
effective way of identification for majority of people [3]
.
Here in this project we deal with the matching of white points and black points which are in turn
obtained from edge detection. Edge detection is an image processing technique for finding the
boundaries of objects within images. It works by detecting discontinuities in brightness. Edge
detection is used for image segmentation and data extraction in areas such as image processing,
computer vision, and machine vision.
3
LITERATURE SURVEY:
AUTHOR/YEAR TITLE PUBLICATION REMARKS
Rafael C. Gonzalez;
Richard E. Woods -2008
Digital image
processing
pearson
Introduction to
basic concepts and
methodologies of
digital image
processing
D. Maltoni, D. Maio,
A. K. Jain, and S.
Prabhakar-2003
Handbook of
Fingerprint
Recognition
Springer Basics of biometric
recognition
Tinku Acharya and Ajoy
K. Ray-2006
Image Processing –
Principles and
Applications
Wiley InterScience
Description of
image processing
concepts and
techniques
Lin Hong-1998 Automatic Personal
Identification Using
Fingerprints
Thesis
Introduction to the
automated identity
verification using
fingerprints
Y.C. Chang and J.F.
Reid-1996
RGB calibration for
color image analysis in
machine vision
IEEE Transactions on
Image Processing
Conversion of an
RGB image to a
Grayscale image
Oge Marques Practical Image and
Video Processing
Using MATLAB
Wiley-IEEE Press Image processing
using edge
detection technique
by using wiener
filter
Amos gilot-2013 Matlab wiley Introduction to
MATLAB with
applications
4
MOTIVATION:
The motivation for doing this project was primarily an interest in undertaking a challenging
project in an interesting area of research. To prevent the malpractices in remote areas there is a
need to automation of identity verification through biometric recognition. The opportunity to
learn about a new area of image processing of biometrics not covered in lectures was appealing.
The coding part in matlab has driven more interest towards the project.
The field of biometrics was formed and has since expanded on to many types of physical
identification. Still, the human fingerprint remains a very common identifier and the biometric
method of choice among law enforcement. These concepts of human identification have led to
the development of fingerprint scanners that serve to quickly identify individuals and assign
access privileges. The basic point of these devices is also to examine the fingerprint data of an
individual and compare it to a database of other fingerprints.
Nearly everyone in the world is born with a fingerprint that is unique; a separate and
comprehensively identifying attribute that sets us apart from the other 6.5 billon people that
inhabit this world. It is because of this fact that the fingerprint has proven such a useful part of
biometric security. The very reason that fingerprint scanners are useful can be found in this fact
as well. However, this is far from the only reason they are used.
OBJECTIVE:
 The main objective is to verify the biometrics of a person by comparing them with data in
the database.
 The project deals with the matching of white points and black points obtained from edge
detection process of image processing of the biometric image with the image in the
database.
 The image is converted from RGB to gray scale before undergoing edge detection.
5
 Database is created with all fingerprints of several persons.All undistorted fingerprints in
database are black and white images.
 Input fingerprint is compared with that of database to identify user.
 If fingerprint is matched user details are shown else match not found is displayed.
 Input fingerprint can be a distorted fingerprint
 White points and black points of image are found to determine total matched percentage
 Based on total matched percentage user details will be displayed
 Image Processing is a technique to enhance raw images received from cameras/sensors
placed on space probes, aircrafts and satellites or pictures taken in normal day-today life
for various applications.
 An Image is rectangular graphical object. Image processing involves issues related to
image representation, compression techniques and various complex operations, which
can be carried out on the image data.
 The operations that come under image processing are image enhancement operations
such as sharpening, blurring, brightening, edge enhancement etc. Image processing is any
form of signal processing for which the input is an image, such as photographs or frames
of video, the output of image processing can be either an image or a set of characteristics
or parameters related to the image.
 Most image-processing techniques involve treating the image as a two-dimensional signal
and applying standard signal-processing techniques to it. Image processing usually refers
to digital image processing, but optical and analog image processing are also possible.
 Edge detection is the set of mathematical methods which aim at identifying points in a
digital image at which the image brightness changes sharply or, more technically, has
discontinuities or noise. The points at which image brightness alters sharply are typically
organized into a set of curved line segments termed edges.
 From this the number of black points and white points are counted and are used to
compare the images.
6
RGB to GRAY Conversion:
Humans perceive color through wavelength-sensitive sensory cells called cones. There are three
different varieties of cones, each has a different sensitivity to electromagnetic radiation (light) of
different wavelength. One cone is mainly sensitive to green light, one to red light, and one to
blue light. By emitting a restricted combination of these three colors (red, green and blue), and
hence stimulate the three types of cones at will, we are able to generate almost any detectable
color. This is the reason behind why color images are often stored as three separate image
matrices; one storing the amount of red (R) in each pixel, one the amount of green (G) and one
the amount of blue (B). We call such color images as stored in an RGB format. In grayscale
images, however, we do not differentiate how much we emit of different colors, we emit the
same amount in every channel. We will be able to differentiate the total amount of emitted light
for each pixel; little light gives dark pixels and much light is perceived as bright pixels. When
converting an RGB image to grayscale, we have to consider the RGB values for each pixel and
make as output a single value reflecting the brightness of that pixel. One of the approaches is to
take the average of the contribution from each channel: (R+B+C)/3. However, since the
perceived brightness is often dominated by the green component, a different, more "human-
oriented", method is to consider a weighted average, e.g.: 0.3R + 0.59G + 0.11B.
Introduction to MATLAB
The name MATLAB stands for MATrix LABoratory. MATLAB was written originally to provide
easy access to matrix software developed by the LINPACK (linear system package) and
EISPACK (Eigen system package) projects. MATLAB is a high-performance language for
technical computing. It integrates computation, visualization, and programming environment.
Furthermore, MATLAB is a modern programming language environment: it has sophisticated
data structures, contains built-in editing and debugging tools, and supports object-oriented
programming. These factors make MATLAB an excellent tool for teaching and research.
7
MATLAB has many advantages compared to conventional computer languages (e.g., C,
FORTRAN) for solving technical problems. MATLAB is an interactive system whose basic data
element is an array that does not require dimensioning. The software package has been
commercially available since 1984 and is now considered as a standard tool at most universities
and industries worldwide. It has powerful built-in routines that enable a very wide variety of
computations. It also has easy to use graphics commands that make the visualization of results
immediately available. Specific applications are collected in packages referred to as toolbox.
There are toolboxes for signal processing, symbolic computation, control theory, simulation,
optimization, and several other fields of applied science and engineering.
There are various tools in Matlab that can be utilized for image processing, such as Simulink,
GUI etc. Simulink contains various toolboxes and image processing toolbox is one such
example. Simulink is used for simulation of various projects.
8
MATLAB CODE:
clc;
clear all;
close all;
A=imread('test.jpg');// use test1.jpg if not want to show match not found.
A=rgb2gray(A);
figure,imshow(A);
title('accepted image');
J=wiener2(A,[5 5]);
BW1=edge(J,'canny');
matched_data = 0;
white_points1 = 0;
black_points = 0;
count=0;
x=0;
y=0;
l=0;
m=0;
9
for a = 1:1:300
for b = 1:1:300
if(BW1(a,b)==1)
white_points1 = white_points1+1;
else
black_points = black_points+1;
end
end
end
srcFiles = dir('C:UsersRAKESH KUMARDocumentsMATLAB*.jpg'); % the folder in
which ur images exists
for i = 1 : 1 : length(srcFiles)
filename = strcat('C:UsersRAKESH KUMARDocumentsMATLABdb',srcFiles(i).name);
M = imread(filename);
M=rgb2gray(M);
J1=wiener2(M,[5 5]);
BW2=edge(J1,'canny');
white_points2 = 0;
black_points = 0;
10
count=count+1;
for a = 1:1:300
for b = 1:1:300
if(BW2(a,b)==1)
white_points2 = white_points2+1;
else
black_points = black_points+1;
end
end
end
total_matched_percentage = (white_points1/white_points2)*100;
if(total_matched_percentage >= 75)
break;
end
end
if(total_matched_percentage >= 75)
display('MATCH FOUND');
filename = strcat('C:UsersRAKESH KUMARDocumentsMATLABdb',srcFiles(i).name);
11
M= imread(filename);
M=rgb2gray(M);
figure,imshow(M);
title('MATCHED FROM DATABASE');
else
display('MATCH NOT FOUND PLEASE TRY AGAIN');
end
12
SIMULATED RESULT:
Fig a1: input fingerprint of user
13
Fig a2: Matched fingerprint in the database
14
Fig a3: output in command window showing user details
15
Fig b1: input fingerprint of unknown user
Fig b2: output in the command window showing match not found
16
CONCLUSION:
For over a century, fingerprints have been one of the most highly used methods for human
recognition, automated biometric systems have only been available in recent years.
This project is about verifying authorised access to a person by matching his fingerprint with the
provided database by using image processing technology. This work is successfully implemented
and evaluated. The arrived results were significant and more comparable. It proves the fact that
the fingerprint image enhancement step will certainly improve the verification performance of
the fingerprint based recognition system. Because fingerprints have a generally broad acceptance
with the general public, law enforcement and the forensic science community, they will continue
to be used with many government’s legacy systems and will be utilized in new systems for
evolving applications that require a reliable biometric. Thus the advent of this system would
enable the personnel identity verification through computerised process. This will preclude the
unauthorised practices.
FUTURE SCOPE:
 This system can be implemented in a few years, with recent development in technology
and coding so that the image processing is faster and more convenient to use on daily
basis.
 External memory can be provided for storing the database, which can be later accessed
for comparison.
 Audio output can be introduced to make it user friendly for illiterate users.
 Retina scanning can also be developed.
17
REFERENCES:
[1] Rafael C. Gonzalez; Richard E. Woods (2008). Digital Image Processing. Prentice Hall.
pp. 1–3. ISBN 978-0-13-168728-8.
[2] D. Maltoni, D. Maio, A. K. Jain, and S. Prabhakar, Handbook of Fingerprint Recognition.
New York: Springer-Verlag, 2003.
[3] Tinku Acharya and Ajoy K. Ray (2006). Image Processing - Principles and Applications.
Wiley InterScience.
[4] Lin Hong. "Automatic Personal Identification Using Fingerprints", Ph.D.Thesis, 1998.
[5] Y.C. Chang and J.F. Reid RGB calibration for color image analysis in machine vision-
IEEE Transactions on Image Processing, 1996.
[6] Oge Marques, Practical Image and Video Processing Using MATLAB, Wiley-IEEE
Press.
[7] Amos gilot, MATLAB, Wiley.
18

More Related Content

What's hot

IRJET- Application of MCNN in Object Detection
IRJET-  	  Application of MCNN in Object DetectionIRJET-  	  Application of MCNN in Object Detection
IRJET- Application of MCNN in Object DetectionIRJET Journal
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)moemi1
 
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...iosrjce
 
Color based image processing , tracking and automation using matlab
Color based image processing , tracking and automation using matlabColor based image processing , tracking and automation using matlab
Color based image processing , tracking and automation using matlabKamal Pradhan
 
10.1.1.432.9149
10.1.1.432.914910.1.1.432.9149
10.1.1.432.9149moemi1
 
Image forgery detection using error level analysis and deep learning
Image forgery detection using error level analysis and deep learningImage forgery detection using error level analysis and deep learning
Image forgery detection using error level analysis and deep learningTELKOMNIKA JOURNAL
 
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...ijcisjournal
 
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVMIRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVMIRJET Journal
 
Review on Hand Gesture Recognition
Review on Hand Gesture RecognitionReview on Hand Gesture Recognition
Review on Hand Gesture Recognitiondbpublications
 
ANN Based Handwritten Signature Recognition System
ANN Based Handwritten Signature Recognition SystemANN Based Handwritten Signature Recognition System
ANN Based Handwritten Signature Recognition Systemijtsrd
 
EDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesEDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesIOSR Journals
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumarshritosh kumar
 
An Efficient Image Forensic Mechanism using Super Pixel by SIFT and LFP Algor...
An Efficient Image Forensic Mechanism using Super Pixel by SIFT and LFP Algor...An Efficient Image Forensic Mechanism using Super Pixel by SIFT and LFP Algor...
An Efficient Image Forensic Mechanism using Super Pixel by SIFT and LFP Algor...IRJET Journal
 
Vision based human computer interface using colour detection
Vision based human computer interface using colour detectionVision based human computer interface using colour detection
Vision based human computer interface using colour detectioneSAT Journals
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419IJRAT
 
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION ijcsity
 

What's hot (18)

N010226872
N010226872N010226872
N010226872
 
IRJET- Application of MCNN in Object Detection
IRJET-  	  Application of MCNN in Object DetectionIRJET-  	  Application of MCNN in Object Detection
IRJET- Application of MCNN in Object Detection
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)
 
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...
Matching Sketches with Digital Face Images using MCWLD and Image Moment Invar...
 
Color based image processing , tracking and automation using matlab
Color based image processing , tracking and automation using matlabColor based image processing , tracking and automation using matlab
Color based image processing , tracking and automation using matlab
 
10.1.1.432.9149
10.1.1.432.914910.1.1.432.9149
10.1.1.432.9149
 
Image forgery detection using error level analysis and deep learning
Image forgery detection using error level analysis and deep learningImage forgery detection using error level analysis and deep learning
Image forgery detection using error level analysis and deep learning
 
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
 
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVMIRJET-  	  Gesture Recognition for Indian Sign Language using HOG and SVM
IRJET- Gesture Recognition for Indian Sign Language using HOG and SVM
 
Review on Hand Gesture Recognition
Review on Hand Gesture RecognitionReview on Hand Gesture Recognition
Review on Hand Gesture Recognition
 
ANN Based Handwritten Signature Recognition System
ANN Based Handwritten Signature Recognition SystemANN Based Handwritten Signature Recognition System
ANN Based Handwritten Signature Recognition System
 
EDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing PerformancesEDGE Detection Filter for Gray Image and Observing Performances
EDGE Detection Filter for Gray Image and Observing Performances
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumar
 
An Efficient Image Forensic Mechanism using Super Pixel by SIFT and LFP Algor...
An Efficient Image Forensic Mechanism using Super Pixel by SIFT and LFP Algor...An Efficient Image Forensic Mechanism using Super Pixel by SIFT and LFP Algor...
An Efficient Image Forensic Mechanism using Super Pixel by SIFT and LFP Algor...
 
Vision based human computer interface using colour detection
Vision based human computer interface using colour detectionVision based human computer interface using colour detection
Vision based human computer interface using colour detection
 
Jc3416551658
Jc3416551658Jc3416551658
Jc3416551658
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419
 
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION
PREPROCESSING ALGORITHM FOR DIGITAL FINGERPRINT IMAGE RECOGNITION
 

Similar to winter project

A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paperCharlie716895
 
An Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdfAn Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdfThe Lifesciences Magazine
 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing pptPriyanka Goswami
 
Analytical Study On Digital Image Processing Applications
Analytical Study On Digital Image Processing ApplicationsAnalytical Study On Digital Image Processing Applications
Analytical Study On Digital Image Processing ApplicationsScott Faria
 
1. control of real time traffic with the help of image processing
1. control of real time traffic with the help of image processing1. control of real time traffic with the help of image processing
1. control of real time traffic with the help of image processingNitish Kotak
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIRJET Journal
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesIIRindia
 
Hardware realization of Stereo camera and associated embedded system
Hardware realization of Stereo camera and associated embedded systemHardware realization of Stereo camera and associated embedded system
Hardware realization of Stereo camera and associated embedded systemIJERA Editor
 
IMPROVEMENT OF THE FINGERPRINT RECOGNITION PROCESS
IMPROVEMENT OF THE FINGERPRINT RECOGNITION PROCESSIMPROVEMENT OF THE FINGERPRINT RECOGNITION PROCESS
IMPROVEMENT OF THE FINGERPRINT RECOGNITION PROCESSADEIJ Journal
 
Improvement of the Fingerprint Recognition Process
Improvement of the Fingerprint Recognition ProcessImprovement of the Fingerprint Recognition Process
Improvement of the Fingerprint Recognition Processijbbjournal
 
General Review Of Algorithms Presented For Image Segmentation
General Review Of Algorithms Presented For Image SegmentationGeneral Review Of Algorithms Presented For Image Segmentation
General Review Of Algorithms Presented For Image SegmentationMelissa Moore
 
Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesIJERA Editor
 
Chapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woodsChapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woodsasodariyabhavesh
 
IT6005 digital image processing question bank
IT6005   digital image processing question bankIT6005   digital image processing question bank
IT6005 digital image processing question bankGayathri Krishnamoorthy
 

Similar to winter project (20)

A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paper
 
An Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdfAn Introduction to Digital Image Analysis.pdf
An Introduction to Digital Image Analysis.pdf
 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing ppt
 
Analytical Study On Digital Image Processing Applications
Analytical Study On Digital Image Processing ApplicationsAnalytical Study On Digital Image Processing Applications
Analytical Study On Digital Image Processing Applications
 
1. control of real time traffic with the help of image processing
1. control of real time traffic with the help of image processing1. control of real time traffic with the help of image processing
1. control of real time traffic with the help of image processing
 
final_project
final_projectfinal_project
final_project
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
 
40120140505010 2-3
40120140505010 2-340120140505010 2-3
40120140505010 2-3
 
40120140505010
4012014050501040120140505010
40120140505010
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
 
Hardware realization of Stereo camera and associated embedded system
Hardware realization of Stereo camera and associated embedded systemHardware realization of Stereo camera and associated embedded system
Hardware realization of Stereo camera and associated embedded system
 
IMPROVEMENT OF THE FINGERPRINT RECOGNITION PROCESS
IMPROVEMENT OF THE FINGERPRINT RECOGNITION PROCESSIMPROVEMENT OF THE FINGERPRINT RECOGNITION PROCESS
IMPROVEMENT OF THE FINGERPRINT RECOGNITION PROCESS
 
Improvement of the Fingerprint Recognition Process
Improvement of the Fingerprint Recognition ProcessImprovement of the Fingerprint Recognition Process
Improvement of the Fingerprint Recognition Process
 
General Review Of Algorithms Presented For Image Segmentation
General Review Of Algorithms Presented For Image SegmentationGeneral Review Of Algorithms Presented For Image Segmentation
General Review Of Algorithms Presented For Image Segmentation
 
Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy Images
 
Chapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woodsChapter 1 and 2 gonzalez and woods
Chapter 1 and 2 gonzalez and woods
 
IT6005 digital image processing question bank
IT6005   digital image processing question bankIT6005   digital image processing question bank
IT6005 digital image processing question bank
 
Digital imaging
Digital imagingDigital imaging
Digital imaging
 
E0543135
E0543135E0543135
E0543135
 
Ch1.pptx
Ch1.pptxCh1.pptx
Ch1.pptx
 

winter project

  • 1. 0 Topic: Fingerprint Recognisation Winter Project Intern Report Submitted By: Shantanu Bharadwaj Department of Comp. Science & Engg. IIT Guwahati Under the guidance of: Dr. A. Choubey Dept. of Electronics & Comm. Engg. NIT Jamshedpur
  • 2. TABLE OF CONTENTS: 1. Abstract..……………………………………………………………………… 02-02. 2. Introduction …………………………………………………………………. 03-03. 3. Literary Survey……………………………………………………………… 04-04. 4. Motivation ………………………………………………………………… 05-05. 5. Objective……………………….……………………………………………. 05-06. 6. RGB to GREY conversion ………………………………………………… 07-07. 7. Introduction to matlab……………………………………………………… 07-08. 8. Matlab Code ………………………………………………………………….. 09-12. 9. Simulated Results ……………………………………………… 13-16. 10. Conclusion & Future Scope …………………………………… 17-17. 1
  • 3. ABSTRACT A major approach for fingerprint recognition today is to extract minutiae from fingerprint images and to perform fingerprint matching based on the number of corresponding minutiae pairings. One of the most difficult problems in fingerprint recognition has been that the recognition performance is significantly influenced by fingertip surface condition, which may vary depending on environmental or personal causes. Addressing this problem, this paper presents a fingerprint recognition algorithm using white points and black points in an image through edge detection. Experimental evaluation using a set of fingerprint images captured from fingertips with difficult conditions (e.g., dry fingertips, rough fingertips, allergic-skin fingertips) demonstrates an efficient recognition performance of the proposed algorithm compared with a typical minutiae- based algorithm. In this paper, we propose to use white points and black points based image processing algorithm to effectively compress the fingerprints at a small cost in terms of matching accuracy. The white points and black points of fingerprints is analyzed and experimentally verified on databases of real photographs. 2
  • 4. INTRODUCTION: Image processing is the field of signal processing where both the input and output signals are images. Images can be thought of as two-dimensional signals via a matrix representation, and image processing can be understood as applying standard one dimensional signal processing techniques to two-dimensional signals. Image processing is a very important subject, and finds applications in such fields as photography, satellite imaging, medical imaging, and image compression, etc. [1] . Biometric authentication has been receiving extensive attention over the past decade with increasing demands in automated personal identification. Biometrics is to identify individuals using physiological or behavioral characteristics, such as fingerprint, face, iris, retina, palm-print, etc. Among all the biometric techniques, fingerprint recognition is the most popular method and is successfully used in many applications [2] . Typical fingerprint recognition methods employ feature-based image matching, where minutiae (i.e., ridge ending and ridge bifurcation) are extracted from the registered fingerprint image and the input fingerprint image, and the number of corresponding minutiae pairings between the two images is used to recognize a valid fingerprint image. The feature-based matching provides an effective way of identification for majority of people [3] . Here in this project we deal with the matching of white points and black points which are in turn obtained from edge detection. Edge detection is an image processing technique for finding the boundaries of objects within images. It works by detecting discontinuities in brightness. Edge detection is used for image segmentation and data extraction in areas such as image processing, computer vision, and machine vision. 3
  • 5. LITERATURE SURVEY: AUTHOR/YEAR TITLE PUBLICATION REMARKS Rafael C. Gonzalez; Richard E. Woods -2008 Digital image processing pearson Introduction to basic concepts and methodologies of digital image processing D. Maltoni, D. Maio, A. K. Jain, and S. Prabhakar-2003 Handbook of Fingerprint Recognition Springer Basics of biometric recognition Tinku Acharya and Ajoy K. Ray-2006 Image Processing – Principles and Applications Wiley InterScience Description of image processing concepts and techniques Lin Hong-1998 Automatic Personal Identification Using Fingerprints Thesis Introduction to the automated identity verification using fingerprints Y.C. Chang and J.F. Reid-1996 RGB calibration for color image analysis in machine vision IEEE Transactions on Image Processing Conversion of an RGB image to a Grayscale image Oge Marques Practical Image and Video Processing Using MATLAB Wiley-IEEE Press Image processing using edge detection technique by using wiener filter Amos gilot-2013 Matlab wiley Introduction to MATLAB with applications 4
  • 6. MOTIVATION: The motivation for doing this project was primarily an interest in undertaking a challenging project in an interesting area of research. To prevent the malpractices in remote areas there is a need to automation of identity verification through biometric recognition. The opportunity to learn about a new area of image processing of biometrics not covered in lectures was appealing. The coding part in matlab has driven more interest towards the project. The field of biometrics was formed and has since expanded on to many types of physical identification. Still, the human fingerprint remains a very common identifier and the biometric method of choice among law enforcement. These concepts of human identification have led to the development of fingerprint scanners that serve to quickly identify individuals and assign access privileges. The basic point of these devices is also to examine the fingerprint data of an individual and compare it to a database of other fingerprints. Nearly everyone in the world is born with a fingerprint that is unique; a separate and comprehensively identifying attribute that sets us apart from the other 6.5 billon people that inhabit this world. It is because of this fact that the fingerprint has proven such a useful part of biometric security. The very reason that fingerprint scanners are useful can be found in this fact as well. However, this is far from the only reason they are used. OBJECTIVE:  The main objective is to verify the biometrics of a person by comparing them with data in the database.  The project deals with the matching of white points and black points obtained from edge detection process of image processing of the biometric image with the image in the database.  The image is converted from RGB to gray scale before undergoing edge detection. 5
  • 7.  Database is created with all fingerprints of several persons.All undistorted fingerprints in database are black and white images.  Input fingerprint is compared with that of database to identify user.  If fingerprint is matched user details are shown else match not found is displayed.  Input fingerprint can be a distorted fingerprint  White points and black points of image are found to determine total matched percentage  Based on total matched percentage user details will be displayed  Image Processing is a technique to enhance raw images received from cameras/sensors placed on space probes, aircrafts and satellites or pictures taken in normal day-today life for various applications.  An Image is rectangular graphical object. Image processing involves issues related to image representation, compression techniques and various complex operations, which can be carried out on the image data.  The operations that come under image processing are image enhancement operations such as sharpening, blurring, brightening, edge enhancement etc. Image processing is any form of signal processing for which the input is an image, such as photographs or frames of video, the output of image processing can be either an image or a set of characteristics or parameters related to the image.  Most image-processing techniques involve treating the image as a two-dimensional signal and applying standard signal-processing techniques to it. Image processing usually refers to digital image processing, but optical and analog image processing are also possible.  Edge detection is the set of mathematical methods which aim at identifying points in a digital image at which the image brightness changes sharply or, more technically, has discontinuities or noise. The points at which image brightness alters sharply are typically organized into a set of curved line segments termed edges.  From this the number of black points and white points are counted and are used to compare the images. 6
  • 8. RGB to GRAY Conversion: Humans perceive color through wavelength-sensitive sensory cells called cones. There are three different varieties of cones, each has a different sensitivity to electromagnetic radiation (light) of different wavelength. One cone is mainly sensitive to green light, one to red light, and one to blue light. By emitting a restricted combination of these three colors (red, green and blue), and hence stimulate the three types of cones at will, we are able to generate almost any detectable color. This is the reason behind why color images are often stored as three separate image matrices; one storing the amount of red (R) in each pixel, one the amount of green (G) and one the amount of blue (B). We call such color images as stored in an RGB format. In grayscale images, however, we do not differentiate how much we emit of different colors, we emit the same amount in every channel. We will be able to differentiate the total amount of emitted light for each pixel; little light gives dark pixels and much light is perceived as bright pixels. When converting an RGB image to grayscale, we have to consider the RGB values for each pixel and make as output a single value reflecting the brightness of that pixel. One of the approaches is to take the average of the contribution from each channel: (R+B+C)/3. However, since the perceived brightness is often dominated by the green component, a different, more "human- oriented", method is to consider a weighted average, e.g.: 0.3R + 0.59G + 0.11B. Introduction to MATLAB The name MATLAB stands for MATrix LABoratory. MATLAB was written originally to provide easy access to matrix software developed by the LINPACK (linear system package) and EISPACK (Eigen system package) projects. MATLAB is a high-performance language for technical computing. It integrates computation, visualization, and programming environment. Furthermore, MATLAB is a modern programming language environment: it has sophisticated data structures, contains built-in editing and debugging tools, and supports object-oriented programming. These factors make MATLAB an excellent tool for teaching and research. 7
  • 9. MATLAB has many advantages compared to conventional computer languages (e.g., C, FORTRAN) for solving technical problems. MATLAB is an interactive system whose basic data element is an array that does not require dimensioning. The software package has been commercially available since 1984 and is now considered as a standard tool at most universities and industries worldwide. It has powerful built-in routines that enable a very wide variety of computations. It also has easy to use graphics commands that make the visualization of results immediately available. Specific applications are collected in packages referred to as toolbox. There are toolboxes for signal processing, symbolic computation, control theory, simulation, optimization, and several other fields of applied science and engineering. There are various tools in Matlab that can be utilized for image processing, such as Simulink, GUI etc. Simulink contains various toolboxes and image processing toolbox is one such example. Simulink is used for simulation of various projects. 8
  • 10. MATLAB CODE: clc; clear all; close all; A=imread('test.jpg');// use test1.jpg if not want to show match not found. A=rgb2gray(A); figure,imshow(A); title('accepted image'); J=wiener2(A,[5 5]); BW1=edge(J,'canny'); matched_data = 0; white_points1 = 0; black_points = 0; count=0; x=0; y=0; l=0; m=0; 9
  • 11. for a = 1:1:300 for b = 1:1:300 if(BW1(a,b)==1) white_points1 = white_points1+1; else black_points = black_points+1; end end end srcFiles = dir('C:UsersRAKESH KUMARDocumentsMATLAB*.jpg'); % the folder in which ur images exists for i = 1 : 1 : length(srcFiles) filename = strcat('C:UsersRAKESH KUMARDocumentsMATLABdb',srcFiles(i).name); M = imread(filename); M=rgb2gray(M); J1=wiener2(M,[5 5]); BW2=edge(J1,'canny'); white_points2 = 0; black_points = 0; 10
  • 12. count=count+1; for a = 1:1:300 for b = 1:1:300 if(BW2(a,b)==1) white_points2 = white_points2+1; else black_points = black_points+1; end end end total_matched_percentage = (white_points1/white_points2)*100; if(total_matched_percentage >= 75) break; end end if(total_matched_percentage >= 75) display('MATCH FOUND'); filename = strcat('C:UsersRAKESH KUMARDocumentsMATLABdb',srcFiles(i).name); 11
  • 13. M= imread(filename); M=rgb2gray(M); figure,imshow(M); title('MATCHED FROM DATABASE'); else display('MATCH NOT FOUND PLEASE TRY AGAIN'); end 12
  • 14. SIMULATED RESULT: Fig a1: input fingerprint of user 13
  • 15. Fig a2: Matched fingerprint in the database 14
  • 16. Fig a3: output in command window showing user details 15
  • 17. Fig b1: input fingerprint of unknown user Fig b2: output in the command window showing match not found 16
  • 18. CONCLUSION: For over a century, fingerprints have been one of the most highly used methods for human recognition, automated biometric systems have only been available in recent years. This project is about verifying authorised access to a person by matching his fingerprint with the provided database by using image processing technology. This work is successfully implemented and evaluated. The arrived results were significant and more comparable. It proves the fact that the fingerprint image enhancement step will certainly improve the verification performance of the fingerprint based recognition system. Because fingerprints have a generally broad acceptance with the general public, law enforcement and the forensic science community, they will continue to be used with many government’s legacy systems and will be utilized in new systems for evolving applications that require a reliable biometric. Thus the advent of this system would enable the personnel identity verification through computerised process. This will preclude the unauthorised practices. FUTURE SCOPE:  This system can be implemented in a few years, with recent development in technology and coding so that the image processing is faster and more convenient to use on daily basis.  External memory can be provided for storing the database, which can be later accessed for comparison.  Audio output can be introduced to make it user friendly for illiterate users.  Retina scanning can also be developed. 17
  • 19. REFERENCES: [1] Rafael C. Gonzalez; Richard E. Woods (2008). Digital Image Processing. Prentice Hall. pp. 1–3. ISBN 978-0-13-168728-8. [2] D. Maltoni, D. Maio, A. K. Jain, and S. Prabhakar, Handbook of Fingerprint Recognition. New York: Springer-Verlag, 2003. [3] Tinku Acharya and Ajoy K. Ray (2006). Image Processing - Principles and Applications. Wiley InterScience. [4] Lin Hong. "Automatic Personal Identification Using Fingerprints", Ph.D.Thesis, 1998. [5] Y.C. Chang and J.F. Reid RGB calibration for color image analysis in machine vision- IEEE Transactions on Image Processing, 1996. [6] Oge Marques, Practical Image and Video Processing Using MATLAB, Wiley-IEEE Press. [7] Amos gilot, MATLAB, Wiley. 18