Utkarsh-Deshmukh / Fingerprint-Feature-Extraction

Extract minutiae features from fingerprint images
MIT License
144 stars 44 forks source link

Can you implement Minutiae Matching? #9

Closed Adeel-Intizar closed 3 years ago

Adeel-Intizar commented 3 years ago

Hello, thank you for your great work Can you provide implementation of Minutiae matching for these extracted features ?

Utkarsh-Deshmukh commented 3 years ago

Hi @Adeel-Intizar . I have not implemented an actual matcher yet. Here are some resources which you can use to get it running: check these papers: http://biometrics.cse.msu.edu/Publications/Fingerprint/JainHongBolle_OnlineFPVerification_PAMI.pdf

You need to find point correspondences. Here are papers which may be useful:

http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.105.4660&rep=rep1&type=pdf http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.36.5382&rep=rep1&type=pdf