Python Forum
Fingerprint match - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Fingerprint match (/thread-15073.html)



Fingerprint match - Epilepsy - Jan-02-2019

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!!


RE: Fingerprint match - j.crater - Jan-02-2019

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.