This project takes in an image of a finger, then preprocesses this input image to extract the fingerprint and using SIFT, checks if this fingerprint is already present in the database.
-
Updated
Jul 18, 2020 - Python
This project takes in an image of a finger, then preprocesses this input image to extract the fingerprint and using SIFT, checks if this fingerprint is already present in the database.
This project presents a fingerprint matching system utilizing deep learning. It features multiple models, including VGG-based, SENet, CBAM, Self-Attention, and Dual-Attention architectures. Pre-trained MobileNet models with Self-Attention and SENet are also included. A web application allows for easy demonstration of the model's capabilities.
Fingerprint recognition with OpenCV
A fingerprint matching network that treats fingerprint matching as a quadratic assignment problem. Each pore in a fingerprint is treated as a node in a graph. This model utilizes message passing, Graph COnvolution Networks, attention-based top-k network to estimate the most probable fingerprint correspondences
Add a description, image, and links to the fingerprint-matching topic page so that developers can more easily learn about it.
To associate your repository with the fingerprint-matching topic, visit your repo's landing page and select "manage topics."