Skip to main content

Palmvein recognition based on Bob and the facereclib

Project description

http://img.shields.io/badge/docs-stable-yellow.png http://img.shields.io/badge/docs-latest-orange.png https://travis-ci.org/bioidiap/bob.palmvein.svg?branch=master https://coveralls.io/repos/bioidiap/bob.palmvein/badge.png https://img.shields.io/badge/github-master-0000c0.png http://img.shields.io/pypi/v/bob.palmvein.png http://img.shields.io/pypi/dm/bob.palmvein.png

The Palmvein Recognition Library

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

$ bin/palmveinverify.py --help

About

This library is developed at the Biometrics group at the Idiap Research Institute. The PalmVeinRecLib is designed to run palm 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 palm vein recognition algorithms such as:

  • Local Binary Pattern Histogram Sequences [ZSG+05]

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 PalmVeinRecLib provides an easy Python interface for implementing new image preprocessors, feature types, palm vein recognition algorithms or database interfaces, which directly integrate into the palmvein 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

[ZSG+05]

W. Zhang, S. Shan, W. Gao, X. Chen and H. Zhang. Local Gabor binary pattern histogram sequence (LGBPHS): a novel non-statistical model for face representation and recognition. Computer Vision, IEEE International Conference on, 1:786-791, 2005.

Installation

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

The PalmVeinRecLib is a satellite package of the free signal processing and machine learning library Bob. These two dependencies have to be downloaded manually, as explained in the following.

Bob

You will need a copy of Bob in version 2.0 or newer to run the algorithms. Please download Bob from its webpage. After downloading, you should go to the console and write:

$ python bootstrap-buildout.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 bob.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 the latest packages of Bob. With other versions of Bob, you might find some failing tests, or some errors might occur.

Cite our paper

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

@inproceedings{Tome_ICB2015-SpoofingPalmvein,
       author = {Tome, Pedro and Marcel, S{\'{e}}bastien},
     projects = {Idiap, BEAT, TABULA RASA},
        month = may,
        title = {On the Vulnerability of Palm Vein Recognition to Spoofing Attacks},
    booktitle = {The 8th IAPR International Conference on Biometrics (ICB)},
         year = {2015},
          pdf = {http://publications.idiap.ch/downloads/papers/2015/Tome_ICB2015-SpoofingPalmvein.pdf}
          }

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

bob.palmvein-2.0.0a1.zip (89.2 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