Skip to content

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

Notifications You must be signed in to change notification settings

lakminagamage/fingermatch-cv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages