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
cef92ae7
Commit
cef92ae7
authored
Aug 19, 2016
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Register databases
parent
e7d7e1ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
setup.py
setup.py
+9
-8
No files found.
setup.py
View file @
cef92ae7
...
...
@@ -31,35 +31,36 @@ setup(
entry_points
=
{
# registered preprocessors
'bob.bio.database'
:
[
'verafinger = bob.bio.vein.configurations.databases:verafinger'
,
'utfvp = bob.bio.vein.configurations.databases:utfvp'
,
],
'bob.bio.preprocessor'
:
[
'nopp = bob.bio.vein.configurations.preprocessors:none'
,
'histeq = bob.bio.vein.configurations.preprocessors:he'
,
'highfreq = bob.bio.vein.configurations.preprocessors:hfe'
,
'circgabor = bob.bio.vein.configurations.preprocessors:circgabor'
,
],
],
# registered feature extractors
'bob.bio.extractor'
:
[
'normalisedcrosscorr = bob.bio.vein.configurations.extractors.normalised_crosscorr:feature_extractor'
,
'maximumcurvature = bob.bio.vein.configurations.extractors.maximum_curvature:feature_extractor'
,
'repeatedlinetracking = bob.bio.vein.configurations.extractors.repeated_line_tracking:feature_extractor'
,
'widelinedetector = bob.bio.vein.configurations.extractors.wide_line_detector:feature_extractor'
,
'localbinarypatterns = bob.bio.vein.configurations.extractors.lbp:feature_extractor'
,
],
],
# registered fingervein recognition algorithms
'bob.bio.algorithm'
:
[
'match-wld = bob.bio.vein.configurations.algorithms:huangwl'
,
'match-mc = bob.bio.vein.configurations.algorithms:miuramax'
,
'match-rlt = bob.bio.vein.configurations.algorithms:miurarlt'
,
#'match-lbp = bob.bio.face.configurations.algorithms.lgbphs:tool',
],
],
# registered SGE grid configuration files
'bob.bio.grid'
:
[
'idiap = bob.bio.vein.configurations.grid:default'
,
],
],
},
...
...
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