Palmvein recognition based on Bob and the facereclib
Project description
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.:
CASIA Multi-Spectral Palmprint Database [http://biometrics.idealtest.org/dbDetailForUser.do?id=6]
VERA Palm vein Database [http://www.idiap.ch/scientific-research/resources]
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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bob.palmvein-2.0.0a1.zip
.
File metadata
- Download URL: bob.palmvein-2.0.0a1.zip
- Upload date:
- Size: 89.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03fec35fcc5bb37114c8bb775ec15caba5616be7f96c4bf210775b265662aa09 |
|
MD5 | 588e7c7752752d51690886410afd5705 |
|
BLAKE2b-256 | a75b5a81dc365b239d1d4d0dc1c03c0df7b47968b5e82e22c5f6bdeacec1ec80 |