{ "info": { "author": "Pedro Tome", "author_email": "pedro.tome@idiap.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "Fingervein Recogition based on Bob\n==================================\n\nWelcome to the Finger vein Recognition Library based on Bob.\nThis library is designed to perform a fair comparison of finger vein recognition algorithms.\nIt 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::\n\n $ bin/fingerveinverify.py --help\n\n\nAbout\n-----\n\nThis library is developed at the `Biometrics group `_ at the `Idiap Research Institute `_.\nThe FingerVeinRecLib is designed to run finger vein recognition experiments in a comparable and reproducible manner.\n\n.. note::\n When you are working at Idiap_, you might get a version of the FingerVeinRecLib, where all paths are set up such that you can directly start running experiments.\n Outside Idiap_, you need to set up the paths to point to your databases, please check `Read Further `_ on how to do that.\n\nDatabases\n.........\n\nTo achieve this goal, interfaces to many publicly available facial image databases are contained, and default evaluation protocols are defined, e.g.:\n\n- UTFVP - University of Twente Finger Vein Database [http://website]\n\tInterface availalbe xbob.db.utfvp [http://gitlab.idiap.ch/matthias.vanoni/xbob.db.utfvp]\n- VERA Finger vein Database [http://www.idiap.ch/dataset]\n\tInterface availalbe xbob.db.vera [http://gitlab.idiap.ch/matthias.vanoni/xbob.db.vera]\n\n\nAlgorithms\n..........\n\nTogether with that, a broad variety of traditional and state-of-the-art finger vein recognition algorithms such as:\n\n- Maximum Curvature [MNM+05]_\n- Repeated Line Tracking [MNM+04]_\n- Wide Line Detector [HDLTL+10]_\n\nis provided.\nFurthermore, 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.\n\nExtensions\n..........\n\nOn 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.\nHence, after a short period of coding, researchers can compare their new invention directly with already existing algorithms in a fair manner.\n\nReferences\n..........\n\n.. [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. \n\n.. [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.\n\n.. [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.\n\n\nInstallation\n------------\n\nTo 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.\n\nThe 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 `_.\nThese two dependencies have to be downloaded manually, as explained in the following.\n\nBob\n...\n\nYou will need a copy of Bob in version 1.2.0 or newer to run the algorithms.\nPlease download Bob_ from its webpage.\n\nFaceRecLib\n..........\n\nYou will need a copy of FaceRecLib in version 1.2.3 or newer to run the algorithms.\nPlease download FaceRecLib_ from its webpage.\n\nRemember update the ``buildout.cfg`` file with the path of your data and package dependencies.\n\nAfter downloading, you should go to the console and write::\n\n $ python bootstrap.py\n $ bin/buildout\n\n\n\nThis will download all required packages and install them locally.\nIf 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.\n\nTest your installation\n......................\n\nTo verify that your installation worked as expected, you might want to run our test utilities::\n\n $ bin/nosetests\n\nUsually, all tests should pass, if you use Bob_ in version 1.2.1.\nWith other versions of Bob_, you might find some failing tests.\n\n\nCite our paper\n--------------\n\nIf you use the FingerVeinRecLib in any of your experiments, please cite the following paper::\n\n @inproceedings{Tome_IEEEBIOSIG2014,\n author = {Tome, Pedro and Vanoni, Matthias and Marcel, S{\\'{e}}bastien},\n keywords = {Biometrics, Finger vein, Spoofing Attacks},\n month = sep,\n title = {On the Vulnerability of Finger Vein Recognition to Spoofing},\n booktitle = {IEEE International Conference of the Biometrics Special Interest Group (BIOSIG)},\n series = {},\n volume = {},\n year = {2014},\n pages = {},\n location = {Darmstadt, Germay},\n url = {http://publications.idiap.ch/index.php/publications/show/2910}\n }\n\n\n.. _bob: http://www.idiap.ch/software/bob\n.. _idiap: http://www.idiap.ch\n.. _bioidiap at github: http://www.github.com/bioidiap\n.. _facereclib: http://pypi.python.org/pypi/facereclib\n.. _gitlab: http://gitlab.idiap.ch/pedro.tome/xbob.fingervein\n.. _fingerveinreclib: http://pypi.python.org/pypi/fingerveinreclib\n.. _virtualbox: http://www.virtualbox.org", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://gitlab.idiap.ch/pedro.tome/xbob.fingervein", "keywords": "fingervein,bob,xbob,facereclib", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "xbob.fingervein", "package_url": "https://pypi.org/project/xbob.fingervein/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xbob.fingervein/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://gitlab.idiap.ch/pedro.tome/xbob.fingervein" }, "release_url": "https://pypi.org/project/xbob.fingervein/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Fingervein recognition based on Bob and the facereclib", "version": "1.0.0" }, "last_serial": 2355359, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7145dc86d3144ebf38f629998d4e1d47", "sha256": "6ef737eb68cfc803c07d41a773b6057bfb2adb23eece319a57c48aec3330d272" }, "downloads": -1, "filename": "xbob.fingervein-1.0.0.zip", "has_sig": false, "md5_digest": "7145dc86d3144ebf38f629998d4e1d47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53998, "upload_time": "2014-08-18T17:43:42", "url": "https://files.pythonhosted.org/packages/05/37/08b8ff67c1317914417675ae68be1956ae4de3108cc73ef6a1ab0c23afb0/xbob.fingervein-1.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7145dc86d3144ebf38f629998d4e1d47", "sha256": "6ef737eb68cfc803c07d41a773b6057bfb2adb23eece319a57c48aec3330d272" }, "downloads": -1, "filename": "xbob.fingervein-1.0.0.zip", "has_sig": false, "md5_digest": "7145dc86d3144ebf38f629998d4e1d47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53998, "upload_time": "2014-08-18T17:43:42", "url": "https://files.pythonhosted.org/packages/05/37/08b8ff67c1317914417675ae68be1956ae4de3108cc73ef6a1ab0c23afb0/xbob.fingervein-1.0.0.zip" } ] }