From 7cdcbf75cc736b7f001586b3c51e62196b9225ca Mon Sep 17 00:00:00 2001 From: Utkarsh Deshmukh Date: Fri, 26 Jun 2020 21:41:50 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d2ea9f9..2797ad9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,17 @@ The important fingerprint minutiae features are the ridge endpoints (a.k.a. Term The feature set for the image consists of the location of Terminations and Bifurcations and their orientations +# Running the source files +- run the file main.py +- the input image is stored in the folder "enhanced". If the input image is not enhanced, the minutiae features will be very noisy + +# Libraries needed: +- opencv +- skimage +- numpy +- math + +# Note use the code https://github.com/Utkarsh-Deshmukh/Fingerprint-Enhancement-Python to enhance the fingerprint image. This program takes in the enhanced fingerprint image and extracts the minutiae features.