https://github.com/samuelebortolotti/kfp
Brief literature review about Knuckle Finger Print biometric identification written for the Computer Vision course of the master's degree in Computer Science at University of Trento
https://github.com/samuelebortolotti/kfp
biometrics computer-vision knuckle-finger-print literature-review
Last synced: 4 months ago
JSON representation
Brief literature review about Knuckle Finger Print biometric identification written for the Computer Vision course of the master's degree in Computer Science at University of Trento
- Host: GitHub
- URL: https://github.com/samuelebortolotti/kfp
- Owner: samuelebortolotti
- Created: 2022-04-23T14:28:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T09:47:44.000Z (about 4 years ago)
- Last Synced: 2025-03-05T18:27:41.581Z (over 1 year ago)
- Topics: biometrics, computer-vision, knuckle-finger-print, literature-review
- Language: TeX
- Homepage:
- Size: 860 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KFP
This repository contains a brief literature review on Knuckle Finger Print (KPF) biometric identification, which was completed as part of an assignment for the `Computer Vision` course of the master's degree program in Computer Science at the University of Trento.
## Author
| Name | Surname | MAT |
| :-----: | :--------: | :--------: |
| Samuele | Bortolotti | **229326** |
## Assignment
The assignment consisted in:
1. Select an argument related to biometrics or soft biometrics (eye, ear, face, gait, fingerprint, body shape)
2. Select a few relevant papers regarding the topic (use Google Scholar or similar search engines)
3. Write a report, max 4 pages in IEEE double column format + 1 page for references.
## Generate report
In order to generate the report pdf be sure you have and [LaTeX](https://www.latex-project.org/) installed.
To check the requirements you can run the following lines (the output will depend on the version you have installed):
```bash
pdflatex --version
```
You can access the report by opening the pdf file named main.pdf or you can compile the [LaTeX](https://www.latex-project.org/) file and obtain the pdf file by typing the following commands
```bash
pdflatex main.tex
```
Or you can employ the `Makefile` by typing:
```bash
make
```