Skip to main content

The FingerprintMatcher Python package provides a comprehensive toolkit for fingerprint matching and recognition tasks. With its intuitive interface and powerful functionality, this package enables users to compare fingerprint images, match them against a database of known fingerprints, and determine their similarity with high accuracy.

Project description

Fingerprint Matcher

The Fingerprint Matcher package provides functionalities for matching fingerprint images and querying a database of fingerprint images.

Installation

You can install the Fingerprint Matcher package using pip:

pip install fingerprintMatcher

Usage

Matching Two Fingerprint images

To match two fingerprint images and check if they are similar, you can use the match_fingerprints method:

from fingerprintmatcher import fingerprintMatcher

# Create an instance of the FingerprintMatcher class
fingerprint_matcher = fingerprintMatcher()

# Match two fingerprint images
fingerprint_matcher.match_fingerprints("path/to/image1", "path/to/image2")

Replace "path/to/image1" and "path/to/image2" with the file paths of the fingerprint images you want to compare.

Matching with a database

To match a fingerprint image with a database of fingerprint images, you can use the match_with_database method:

from fingerprintmatcher import fingerprintMatcher

# Create an instance of the FingerprintMatcher class
fingerprint_matcher = fingerprintMatcher()

# Match with a database
fingerprint_matcher.match_with_database("path/to/test_image", "path/to/database_folder")

Replace "path/to/test_image" and database path "path/to/database_folder" of the fingerprint images and database you want to compare.

Dependencies

  • OpenCV
  • NumPy

Contributing

If you'd like to contribute to Fingerprint Matcher, please fork the repository and submit a pull request. You can also open an issue if you encounter any bugs or have suggestions for improvements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

fingerprintMatcher-1.0.6.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fingerprintMatcher-1.0.6-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file fingerprintMatcher-1.0.6.tar.gz.

File metadata

  • Download URL: fingerprintMatcher-1.0.6.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for fingerprintMatcher-1.0.6.tar.gz
Algorithm Hash digest
SHA256 50692faf63ca8bccb83ea8a2adfac7284e389b05bc19347c86a513a85f868411
MD5 10c8007b5dbbd31aa6570267cb470614
BLAKE2b-256 2dd4271c7b5a71889f6f6dbc963bfdef0dd57b82eff06223f8966f6b6dc7e672

See more details on using hashes here.

File details

Details for the file fingerprintMatcher-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for fingerprintMatcher-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4491a191b6f874acdfe287fb47bff788d6b01c88e71d4c247e3fd7baceb2e5b2
MD5 2808489acc33b9d9dd4ae6c2d2b32aa1
BLAKE2b-256 26f1b110df17e1b51adafb18e214c43301885cf16cd4ed68aee47cb4cbe20efc

See more details on using hashes here.

Supported by

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