Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lakminagamage/fingermatch-cv2

A fingerprint verfication app using OpenCV Brute Force matcher module and SIFT extractor. Done as a test for a project.
https://github.com/lakminagamage/fingermatch-cv2

fingerprint opencv python

Last synced: 19 days ago
JSON representation

A fingerprint verfication app using OpenCV Brute Force matcher module and SIFT extractor. Done as a test for a project.

Awesome Lists containing this project

README

        

# Fingerprint Verification System

This project implements a basic fingerprint verification system using OpenCV in Python.

To Run

1. clone the repository
2. create a virtualenv and activate it
3. install the requirements using `pip install -r requirements.txt`
4. Run "python3 src/main.py" in the terminal