Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.bio.vein
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.bio.vein
Commits
d0605faf
Commit
d0605faf
authored
Jul 12, 2016
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci] Enable automatic builds
parent
b3ed5d54
Pipeline
#2825
failed
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
15 deletions
+32
-15
.gitignore
.gitignore
+13
-13
.gitlab-ci.yml
.gitlab-ci.yml
+15
-0
doc/experiments.rst
doc/experiments.rst
+4
-2
No files found.
.gitignore
View file @
d0605faf
*~
*.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
.gitlab-ci.yml
0 → 100644
View file @
d0605faf
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
doc/experiments.rst
View file @
d0605faf
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment