Skip to main content

Fingervein recognition based on Bob and the facereclib

Project description

Welcome to the Finger vein Recognition Library based on Bob. This library is designed to perform a fair comparison of finger vein recognition algorithms. It contains scripts to execute various kinds of finger vein recognition experiments on a variety of finger vein image databases, and running the help is as easy as going to the command line and typing:

$ bin/fingerveinverify.py --help

About

This library is developed at the Biometrics group at the Idiap Research Institute. The FingerVeinRecLib is designed to run finger vein recognition experiments in a comparable and reproducible manner.

Databases

To achieve this goal, interfaces to many publicly available facial image databases are contained, and default evaluation protocols are defined, e.g.:

Algorithms

Together with that, a broad variety of traditional and state-of-the-art finger vein recognition algorithms such as:

is provided. Furthermore, tools to evaluate the results can easily be used to create scientific plots, and interfaces to run experiments using parallel processes or an SGE grid are provided.

Extensions

On top of these already pre-coded algorithms, the FingerVeinRecLib provides an easy Python interface for implementing new image preprocessors, feature types, finger vein recognition algorithms or database interfaces, which directly integrate into the fingervein recognition experiment. Hence, after a short period of coding, researchers can compare their new invention directly with already existing algorithms in a fair manner.

References

[MNM+05]

N. Miura, A. Nagasaka, and T. Miyatake. Extraction of Finger-Vein Pattern Using Maximum Curvature Points in Image Profiles. Proceedings on IAPR conference on machine vision applications, 9, pp. 347–350, 2005.

[MNM+04]

N. Miura, A. Nagasaka, and T. Miyatake. Feature extraction of finger vein patterns based on repeated line tracking and its application to personal identification. Machine Vision and Applications, Vol. 15, Num. 4, pp. 194–203, 2004.

[HDLTL+10]

B. Huang, Y. Dai, R. Li, D. Tang and W. Li. Finger-vein authentication based on wide line detector and pattern normalization. Proceedings of the 20th International Conference on Pattern Recognition (ICPR), 2010.

Installation

To download the FingerVeinRecLib, please go to http://pypi.python.org/pypi/xbob.fingervein, click on the download button and extract the .zip file to a folder of your choice.

The FingerVeinRecLib is a satellite package of the free signal processing and machine learning library Bob, and some of its algorithms rely on the CSU Face Recognition Resources. These two dependencies have to be downloaded manually, as explained in the following.

Bob

You will need a copy of Bob in version 1.2.0 or newer to run the algorithms. Please download Bob from its webpage.

FaceRecLib

You will need a copy of FaceRecLib in version 1.2.3 or newer to run the algorithms. Please download FaceRecLib from its webpage.

Remember update the buildout.cfg file with the path of your data and package dependencies.

After downloading, you should go to the console and write:

$ python bootstrap.py
$ bin/buildout

This will download all required packages and install them locally. If you don’t want all the database packages to be downloaded, please remove the xbob.db.[database] lines from the eggs section of the file buildout.cfg in the main directory before calling the three commands above.

Test your installation

To verify that your installation worked as expected, you might want to run our test utilities:

$ bin/nosetests

Usually, all tests should pass, if you use Bob in version 1.2.1. With other versions of Bob, you might find some failing tests.

Cite our paper

If you use the FingerVeinRecLib in any of your experiments, please cite the following paper:

@inproceedings{Tome_IEEEBIOSIG2014,
       author = {Tome, Pedro and Vanoni, Matthias and Marcel, S{\'{e}}bastien},
     keywords = {Biometrics, Finger vein, Spoofing Attacks},
        month = sep,
        title = {On the Vulnerability of Finger Vein Recognition to Spoofing},
    booktitle = {IEEE International Conference of the Biometrics Special Interest Group (BIOSIG)},
       series = {},
       volume = {},
         year = {2014},
        pages = {},
     location = {Darmstadt, Germay},
          url = {http://publications.idiap.ch/index.php/publications/show/2910}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xbob.fingervein-1.0.0.zip (54.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page