Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh-Deshmukh authored Jun 27, 2020
1 parent 3b98a36 commit 7cdcbf7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7cdcbf7

Please sign in to comment.