Skip to main content

extract fingerprint minutiae features

Project description

Fingerprint-Feature-Extraction-Python

extracts the minutiae features from fingerprint images.
Features that are extracted:
a) Terminations: These are the minutiae end points --> associated feature includes location of the minutiae point(LocX, LocY), and "theta", the angle of the ridge
b) Bifurcations: These are points where one ridge gets splits into two --> associated feature includes location of the minutiae point(LocX, LocY), and "theta1", "theta2", "theta3", the three angles of the ridges

Quickstart

This library extracts fingerprint minutiae features which is necessary in biometric recognition systems applications.

Installation

To install, run:
```
pip install fingerprint-feature-extractor
```

Usage:

```Python
import fingerprint_feature_extractor

img = cv2.imread('image_path', 0)				# read the input image --> You can enhance the fingerprint image using the "fingerprint_enhancer" library
FeaturesTerminations, FeaturesBifurcations = fingerprint_feature_extractor.extract_minutiae_features(img, showResult=True, spuriousMinutiaeThresh=10)
```
As easy as that!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fingerprint-feature-extractor-0.0.7.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file fingerprint-feature-extractor-0.0.7.tar.gz.

File metadata

  • Download URL: fingerprint-feature-extractor-0.0.7.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for fingerprint-feature-extractor-0.0.7.tar.gz
Algorithm Hash digest
SHA256 417ef5cdcef112fc5be937f902d3b27505f5759978a29e169388ab7bfa78d233
MD5 d207818e10f7b66500c716dad8a8d97a
BLAKE2b-256 33166a1f2fee62038c47fbffc11bf50218dd6ca31ad8f072d45a9c9c31131c9f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page