Skip to content

Implementation of fingerprint recognition algorithm. Accuracy 75% is achieved.

Notifications You must be signed in to change notification settings

WxFang/Fingerprint-Recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Based on minutiae points algorithm, this paper proposes a fingerprint recognition technique to match one fingerprint among various fingerprint images accurately. First, in order to raise quality of blurred and broken images, we implement the preprocess using enhancement and Gabor filter. Then two kinds of minutiae points are extracted from the print and validated. Finally, during the matching step, points are matched using Ransac under an affine transformation model. After testing upon database FVC2002 and FVC2004, we prove that our method is robust and accurate with 85% accuracy.

img

About

Implementation of fingerprint recognition algorithm. Accuracy 75% is achieved.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • MATLAB 0.4%