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 #
*~ *.dylib
*.swp *.egg
*.egg-info
*.pyc *.pyc
*.so *.so
*.dylib *.swp
bin *~
eggs .gdb_history
parts
.installed.cfg .installed.cfg
.mr.developer.cfg .mr.developer.cfg
*.egg-info
develop-eggs
sphinx
dist
.nfs* .nfs*
.gdb_history bin
build build
*.egg develop-eggs
dist
eggs
html/
parts
sphinx
src/ 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: ...@@ -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 * :py:class:`FingerveinRecLib.tools.MiuraMatch`: Computes the match ratio based
on [MNM04]_ convolving the two template image. Return score - Value between on [MNM04]_ convolving the two template image. Return score - Value between
0 and 0.5, larger value is better match. 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. 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. based on the different features.
* :py:class:`FingerveinRecLib.tools.HammingDistance`: Computes the Hamming Distance between two fingervein templates. * :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.
Please register or to comment