MATLAB - Fingerprints Matching
- Matlab 2012b + Image Processing toolkit.
- FVC2002 Database (can be downloaded from fvc2002 competition site: http://bias.csr.unibo.it/fvc2002/).
- main_single.m: It first, extracts features from the database file that you have selected. Then it compares the selected file with another file from the database and generates a similarity score.
- main_total.m: It first, extracts features from the database file that you have selected. Then it compares the selected file with all files from the database and generates similarity scores for each one.
- main_calc_fmr.m: It generates fmr & fnmr diagrams.