Skip to main content

The package for fingerprints matching using minutiae matching algorithm

Project description

Fingerprint Matching Algorithm

This is a Python implementation of the fingerprint minutiae matching algorithm which will be used in the comparison of two fingerprints and calculate the similarity between them using the match score.

If Match Score is greater than 0.9, then the two fingerprints are more likely to be from the same person and if Match Score is less than 0.9, then it can be concluded that the two fingerprints are not from the same person.

Fingerprint Module Installation

The recommended way to install the fingerprints_matching module is to simply use pip:

$ pip install fingerprints_matching

Fingerprint Matching officially supports Python >= 3.0.

How to use fingerprint?

>>> from fingerprints_matching import FingerprintsMatching
>>> match_score = FingerprintsMatching.fingerprints_matching("image1.png", "image2.png")

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

fingerprints_matching-0.1.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

fingerprints_matching-0.1.0-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

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