https://github.com/mini-sylar/fingerprint-matching-system
Fingerprint Matching System Final Year Project
https://github.com/mini-sylar/fingerprint-matching-system
algorithms analysis computer-science computer-vision fingerprint matching minutiae-features python sift sift-algorithm
Last synced: 12 days ago
JSON representation
Fingerprint Matching System Final Year Project
- Host: GitHub
- URL: https://github.com/mini-sylar/fingerprint-matching-system
- Owner: Mini-Sylar
- Created: 2022-04-12T21:25:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T17:43:00.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T06:08:57.681Z (12 days ago)
- Topics: algorithms, analysis, computer-science, computer-vision, fingerprint, matching, minutiae-features, python, sift, sift-algorithm
- Language: Python
- Homepage:
- Size: 12.6 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fingerprint-Matching-System
Fingerprint Matching System using Scale Invariant Feature Transform and Minutiae Matching. This project was done as a final year project for the award of a BSc. in Computer Science at the University of Ghana, Legon.## How to setup
```
- pip install all requirements (Algorithms > requirements.txt)- Run Ui_code.py (ALGORITHMS > GUI > UI_CODE.py)
```## Dataset
[Fingerprint Sample Dataset](https://www.kaggle.com/datasets/ruizgara/socofing)## Sample Data & Results
Sample results found in [Data](https://github.com/Mini-Sylar/Fingerprint-Matching-System/tree/main/Algorithms/Data)## Data Generation
Automated data generation script can be found in [AUTOMATE DATA COLLECTION](https://github.com/Mini-Sylar/Fingerprint-Matching-System/blob/main/Algorithms/GUI/CollectData.py)## Deliverables
Writeup can be found in
[THESIS](https://github.com/Mini-Sylar/Fingerprint-Matching-System/tree/main/Deliverables)
## Credits
All references and citations can be found in [REFERENCES](https://github.com/Mini-Sylar/Fingerprint-Matching-System/blob/main/Deliverables/A%20Comparative%20Analysis%20of%20Fingerprint%20Matching%20Algorithms%20v.2.0.docx)## Screenshots




