/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

Primary LanguageTeX

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