Coarse Classification

Slides:



Advertisements
Similar presentations
Fingerprint Test Review
Advertisements

Fingerprint Verification Bhushan D Patil PhD Research Scholar Department of Electrical Engineering Indian Institute of Technology, Bombay Powai, Mumbai.
Finger print classification. What is a fingerprint? Finger skin is made of friction ridges, with pores (sweat glands). Friction ridges are created during.
Fingerprints.
Fingerprints bsapp.com. Principles of Fingerprints First Principle: A fingerprint is an individual characteristic; no two fingers have yet been found.
The Statistics of Fingerprints A Matching Algorithm to be used in an Investigation into the Reliability of the Use of Fingerprints for Identification Bob.
EE 7740 Fingerprint Recognition. Bahadir K. Gunturk2 Biometrics Biometric recognition refers to the use of distinctive characteristics (biometric identifiers)
Chapter 4 Fingerprints Kendall/Hunt.
66: Priyanka J. Sawant 67: Ayesha A. Upadhyay 75: Sumeet Sukthankar.
Fingerprint Identification -FBI carries 198 million fingerprints on record -Used for unique identification of a person -First gained credibility when.
Biometrics & Security Tutorial 5. 1 (a) Understand two stages (Enrollment and Authentication) in a fingerprint system. (P6: 12)
Fingerprinting Forensics 352.
 Fingerprints follow 3 principals: 1. A fingerprint is an individual characteristic - No two people have been found to have the same fingerprint 2. A.
Fingerprinting Part 3-Galton Details
15-1 Fingerprinting Chapter 15 Crystal Violet Red Fluorescent Inked Courtesy of C. Fanning.
Automatic Fingerprint Matching System Hsing-Hua Yu and Chaur-Chin Chen Department of Computer Science National Tsing Hua University Hsinchu 30013, Taiwan.
Good quality Fingerprint Image Minutiae Feature Extraction
Pores and Ridges: High- Resolution Fingerprint Matching Using Level 3 Features Anil K. Jain Yi Chen Meltem Demirkus.
Real Time Gesture Recognition of Human Hand Wu Hai Atid Shamaie Alistair Sutherland.
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
Implementation of An Automatic Fingerprint Identification System Peihao Huang, Chia-Yung Chang, Chaur-Chin Chen Department of Computer Science National.
Chapter 14: Fingerprints “Fingerprints can not lie, but liars can make fingerprints.” —Unknown.
1 Fingerprint Recognition CPSC 601 CPSC Lecture Plan Fingerprint features Fingerprint matching.
Forensic Lab Investigations. Fingerprinting Been used for identification since the early 1900s Been used for identification since the early 1900s FBI.
90+% of the information in this presentation was taken directly from
Minutiae. Review: Fingerprint Principles According to criminal investigators, fingerprints follow 3 fundamental principles: A fingerprint is an individual.
Fingerprints Can be considered class evidence until the prints are individualized.
EE 7740 Fingerprint Recognition. Bahadir K. Gunturk2 Biometrics Biometric recognition refers to the use of distinctive characteristics (biometric identifiers)
“Fingerprints cannot lie, but liars can make fingerprints” -Unknown.
THE SCIENCE OF FINGERPRINT IDENTIFICATION - or - How to Make Your Point in the Courtroom! Prepared by: David “Ski” Witzke Vice President, Sales & Marketing.
#8 What is on your body (20 times) that makes you unique like a snowflake? Fingerprints.
A. Three basic patterns—loops, whorls, and arches Loop Whorl Arch.
Fingerprint Pattern. Main Group of Fingerprint Patterns Arch Group Loop Pattern Whorl Pattern.
Fingerprint Patterns & Minutiae
Fingerprinting.
INTRODUCTION TO FINGERPRINTING Classification 1 PWISTA Forensics Conference.
A Seminar on Fingerprint Recognition in Biometrics
Analyzing Finger Print Types
Implementation of An Automatic Fingerprint Identification System
Digital Image Processing - (monsoon 2003) FINAL PROJECT REPORT
FINGER PRINT RECOGNITION USING MINUTIAE EXTRACTION FOR BANK LOCKER SECURITY Presented by J.VENKATA SUMAN ECE DEPARTMENT GMRIT, RAJAM.
Procedure in classifying a set of prints
Fingerprints Forensic Science.
Fingerprints.
Improving the Performance of Fingerprint Classification
Fingerprint Patterns and Ridge Counts
FLTCC Forensic Science
Fingerprints Definition: raised portions of skin covered in sweat that when pressed against a surface creates an impression of those friction ridges. (Sweat.
Chapter 14: FINGERPRINTS
Fingerprint Images Forensics Mr. Foster.
Analyzing Finger Print Types
Fingerprints Vocabulary
Whose fingerprint is it?
Fingerprints Forensic Science T. Trimpe
Fingerprints EHS BioMed/Forensics.
Fingerprints Forensic Science T. Trimpe
Target 2-3 Tuesday, October 24, 2017
Fingerprint Characteristics
FINGERPRINTS I History of Fingerprints
Fingerprint Recognition
Some Very Important Points About
Are Fingerprint Patterns Inherited Genetically?
Fingerprints Forensic Science T. Trimpe
Fingerprints Minutiae Patterns.
Fingerprints Forensic Science T. Trimpe
Fingerprinting Forensics 352.
Mr. Ross Brown Brooklyn School for Law and Technology
Lab 2: Fingerprints CSE 402.
Fingerprint Principles
Fingerprint Principles
Presentation transcript:

Coarse Classification Fingerprints can be divided into 6 basic classes (some systems use other classes) Arch Tented Arch Whorl Right loop Left Loop Double Loop

Orientation Field The orientation field gives the ridge direction at each point in the image

Identifying Core and Delta The orientation field can be used to identify the core and delta in an image

PCA applied to fingerprints We can align different images so that their cores line up We can then apply PCA to the orientation fields just as we did to face images We can project a new unknown image into the PC space and find the nearest matches in the training set.

Accurate Matching Orientation fields and PCA are not good enough to give an accurate match They can reduce the number of possible candidates We can then apply a more accurate but time-consuming technique to the remaining candidate images

Minutiae Matching Minutiae are fine details of the ridges in the fingerprint image such as Ridge terminations, Crossovers Bifurcations etc. The pattern of minutiae is unique to each individual person

Minutiae Types Different systems define different types of minutiae The most common are terminations (ridge endings) and bifurcations(forks)

Binarisation and Thinning Every pixel is set to either 0 or 1 Thinning Lines are thinned to a width of 1 pixel

Identifying minutiae Each black pixel in the image is classified using its “crossing number”. The crossing number of pixel p is defined as: cn(p)= Half the sum of the differences between adjacent pixels in the 8-neighbourhood of p

Identifying Minutiae If the crossing number cn is equal to 2 then the pixel is not a minutia but a normal intra-ridge pixel If the crossing number is not equal to 2 then the pixel is some kind of minutia

Removing false-minutiae

Minutiae on a real image The position of the minutiae is marked The direction of the ridge at each minutia is shown as a short line

Matching minutiae between fingerprints We now have to compare minutiae between two different fingerprints to see if they came from the same person Remember the two images may have been rotated, translated or distorted with respect to one another We have to find the combination of rotations, translations and distortions which gives the largest number of matched pairs of minutiae

Two different impressions of the same finger

Matched pairs of minutiae Each pair must match position, direction and type

Hough Transform Discretise the range of values for translation, rotation and distortion Set up an accumulator matrix A in which each element represents a different combination of translation, rotation and distortion For each possible pair of minutiae calculate the best values of translation, rotation and distortion which makes them match Increase the corresponding element of A by 1 At the end of the process the element of A with the largest value represents the best combination

An alternative to minutiae-matching FingerCodes 1. Centre image on core 2. Divide image into circular zones 3. Pass each zone through a set of 8 Gabor filters (more about this next week) 4. Compare the results using Euclidean distance