Fingerprint Recognition Professor Ostrovsky Andrew Ackerman The Idea

  • Slides: 7
Download presentation
Fingerprint Recognition Professor Ostrovsky Andrew Ackerman

Fingerprint Recognition Professor Ostrovsky Andrew Ackerman

The Idea n Including Region information in minutiae matching n n n Reduces amount

The Idea n Including Region information in minutiae matching n n n Reduces amount of matches need Can help better identify matches Also, idea of Fingerprint n n n Run X amount of binary tests on a fingerprint and return a vector of size X. This binary vector would identify the finger print Matching prints would have similar vectors (hamming distance) Tests could include information about minutiae as well as regions

Current State Rejected Idea of Topological Equivalence (for now). n Code Written for Region

Current State Rejected Idea of Topological Equivalence (for now). n Code Written for Region Detection n Code Written for Fingerprint Thinning n Multi Fingerprints Received n n n Though no Partial prints Spring Break Checklist Edge Enhancement code n Binarization Code n

Code So Far n Thinning code Code to take in a binary object and

Code So Far n Thinning code Code to take in a binary object and “thin” it. n However, still bugs in code as well as “spurious” minutiae (minutiae created in thinning process) n

Region Detection Code Works in O(n*m) – small constant in front n Colors in

Region Detection Code Works in O(n*m) – small constant in front n Colors in regions n

To do Spring Quarter n Test idea against database of fingerprints n Idea: Number

To do Spring Quarter n Test idea against database of fingerprints n Idea: Number of regions between matching minutiae will be similar Write up results of Test n If time: n Explore idea of fingerprint n See if idea works for partial prints n

Assessment of Work n In all I think a good deal of work was

Assessment of Work n In all I think a good deal of work was done towards the project. Its seems most of the time was spent coming up with a novel idea that could be tested. I feel this project can easily be wrapped up by the end of spring quarter with a paper on the findings when including regions into the minutiae matching model of fingerprint recognition.