FPMR
Pipeline scripts for minutiae based fingerprint recognition.
Install / Use
/learn @MonkeyPengc/FPMRREADME
----- script function -----
Run in the command line.
The script takes a fingerprint image as the only input, and generates two processed .png images.
-
minutiae extraction of the fingerprint.
-
minutiae extraction with false points removal.
----- required modules -----
In order to implement it, you need to install numpy, cv, cv2 in your python library.
