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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fingerprints_matching-0.1.0.tar.gz.
File metadata
- Download URL: fingerprints_matching-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5533cdadae5067559cc84742cbe3c9521f993bedff42d64f9da05daa85818e37
|
|
| MD5 |
3cff4a46c924e0ef5df071f240177461
|
|
| BLAKE2b-256 |
ecd0b331141ed9c0b2464a1f7b010a13bc1f83d034fe6ffb1dda9eac7573b124
|
File details
Details for the file fingerprints_matching-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fingerprints_matching-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb9196c21ac63aeb6002ca2e60fec0b2764d822d23f97d86b637f461a2d6cb9c
|
|
| MD5 |
7bc8791a3402a8b25b10aae00bd0897c
|
|
| BLAKE2b-256 |
54f1ee0fa2852af5ab24c8bffa0e8b300146dc434bba4734b5fed325d7f30e5e
|