Python Forum

Full Version: Fingerprint match
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there, I have a program made my self that save bmp image of fingerprints, but I need now to match 2 of this images, there is a way to do that en python 3.x

Thnaks, and good year for all!!
Hello, I would check OpenCV and perhaps some keypoint matching algorithms, such as SIFT or SURF. There are surely various ways to approach the issue, you will find them with a bit of searching the internets.