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
bcc1114f
Commit
bcc1114f
authored
Mar 09, 2017
by
Vedrana KRIVOKUCA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playing around with test.py
parent
99973218
Pipeline
#7707
failed with stages
in 12 minutes and 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
bob/bio/vein/tests/test.py
bob/bio/vein/tests/test.py
+3
-2
No files found.
bob/bio/vein/tests/test.py
View file @
bcc1114f
...
...
@@ -31,6 +31,8 @@ def F(parts):
return
pkg_resources
.
resource_filename
(
__name__
,
os
.
path
.
join
(
*
parts
))
def
test_extractor
():
raise
(
SyntaxError
)
def
test_finger_crop
():
...
...
@@ -43,8 +45,7 @@ def test_finger_crop():
img
=
bob
.
io
.
base
.
load
(
input_filename
)
from
bob.bio.vein.preprocessor.FingerCrop
import
FingerCrop
preprocess
=
FingerCrop
(
fingercontour
=
'leemaskMatlab'
,
padding_width
=
0
)
preprocess
=
FingerCrop
(
fingercontour
=
'leemaskMatlab'
,
padding_width
=
0
,
postprocessing
=
'HE'
)
preproc
,
mask
=
preprocess
(
img
)
#preprocessor_utils.show_mask_over_image(preproc, mask)
...
...
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