Skip to content
Snippets Groups Projects
Commit d0605faf authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Enable automatic builds

parent b3ed5d54
No related branches found
No related tags found
No related merge requests found
Pipeline #
*~
*.swp
*.dylib
*.egg
*.egg-info
*.pyc
*.so
*.dylib
bin
eggs
parts
*.swp
*~
.gdb_history
.installed.cfg
.mr.developer.cfg
*.egg-info
develop-eggs
sphinx
dist
.nfs*
.gdb_history
bin
build
*.egg
develop-eggs
dist
eggs
html/
parts
sphinx
src/
db.sql3
py27-conda-idiap:
- source /idiap/group/torch5spro/conda/bin/activate bob-2.2.0-py27_0
- git clean -ffdx
- export TMPDIR=/var/tmp
- python bootstrap-buildout.py
- ./bin/buildout
- unset TMPDIR
- ./bin/python --version
- export NOSE_WITH_COVERAGE=1
- export NOSE_COVER_PACKAGE=bob.bio.vein
- ./bin/bob_dbmanage.py bob.db.vera download
- ./bin/nosetests -sv bob.bio.vein
- ./bin/sphinx-build doc html
tags:
- lidiap2015
......@@ -81,10 +81,12 @@ Here is a list of the most important algorithms and their parameters:
* :py:class:`FingerveinRecLib.tools.MiuraMatch`: Computes the match ratio based
on [MNM04]_ convolving the two template image. Return score - Value between
0 and 0.5, larger value is better match.
- ``ch``: Maximum search displacement in y-direction. Different defult values
* ``ch``: Maximum search displacement in y-direction. Different defult values
based on the different features.
- ``cw``: Maximum search displacement in x-direction. Different defult values
* ``cw``: Maximum search displacement in x-direction. Different defult values
based on the different features.
* :py:class:`FingerveinRecLib.tools.HammingDistance`: Computes the Hamming Distance between two fingervein templates.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment