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

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

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
```