OpenAFIS: High performance C++ fingerprint matching library
-
Updated
Feb 12, 2022 - C++
OpenAFIS: High performance C++ fingerprint matching library
A system for identifying latent fingerprints. Created at Michigan State University by Anil K. Jain, Kai Cao, Dinh-Luan Nguyen, and Cori Tymoszek.
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.
In this Project we build fingerprint matching system that leverages a Siamese network to achieve accurate and efficient Fingerprint identification. The system consists of three main stages: image preprocessing, feature extraction, and matching.
Fingerprint recognition with OpenCV
Fingerprint minutiae extraction + ORB descriptor: A new method for fingerprint matching
Fingerprint Matching WinForms Application using minutiae features.
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
CSL7360 Course Project Repository
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."