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.
Name | Surname | MAT |
---|---|---|
Samuele | Bortolotti | 229326 |
The assignment consisted in:
- Select an argument related to biometrics or soft biometrics (eye, ear, face, gait, fingerprint, body shape)
- Select a few relevant papers regarding the topic (use Google Scholar or similar search engines)
- Write a report, max 4 pages in IEEE double column format + 1 page for references.
In order to generate the report pdf be sure you have and LaTeX installed.
To check the requirements you can run the following lines (the output will depend on the version you have installed):
pdflatex --version
You can access the report by opening the pdf file named main.pdf or you can compile the LaTeX file and obtain the pdf file by typing the following commands
pdflatex main.tex
Or you can employ the Makefile
by typing:
make