enhance fingerprint images
Project description
Fingerprint-Enhancement-Python
Uses oriented gabor filter bank to enhance the fingerprint image. The orientation of the gabor filters is decided by the orientation of ridges in the input image.
Quickstart
This library performs fingerprint image enhancement which is necessary in biometric recognition systems applications.
Installation
To install, run:
pip install fingerprint_enhancer
Usage:
import fingerprint_enhancer # Load the library
img = cv2.imread('image_path', 0) # read input image
out = fingerprint_enhancer.enhance_Fingerprint(img) # enhance the fingerprint image
cv2.imshow('enhanced_image', out); # display the result
cv2.waitKey(0) # hold the display window
As easy as that!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for fingerprint_enhancer-0.0.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ced928057d73f36cf5fb8063459badaad7e5d6be97fa1fa615516c03e0f32ce |
|
MD5 | eeabedf7636f1ded091f5399b2c817a2 |
|
BLAKE2b-256 | d9fbb196d85571227edcee2c91572eacc03a4d507964fbe5b2bfcd5803287275 |