Socket
Socket
Sign inDemoInstall

fingerprints-matching

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fingerprints-matching

The package for fingerprints matching using minutiae matching algorithm


Maintainers
1

Readme

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")

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc