Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lakminagamage/fingermatch-cv2
- Owner: lakminagamage
- Created: 2024-10-22T04:54:55.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-10-22T04:57:56.000Z (27 days ago)
- Last Synced: 2024-10-23T07:13:11.726Z (26 days ago)
- Topics: fingerprint, opencv, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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