Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.ip.qualitymeasure
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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.ip.qualitymeasure
Commits
4f514d79
Commit
4f514d79
authored
Jul 13, 2017
by
David GEISSBUHLER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comments
parent
38ff5a4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
bob/ip/qualitymeasure/test.py
bob/ip/qualitymeasure/test.py
+3
-5
No files found.
bob/ip/qualitymeasure/test.py
View file @
4f514d79
...
...
@@ -110,11 +110,9 @@ def test_msu_feat_extr():
# test: compare feature-values in bobfset[] with those loaded from hdf5 file
nose
.
tools
.
assert_true
((
msufset
==
msu_ref_features
).
all
())
# test if the original version of the specular highlights algorithm
# (remove_highlights_orig.cpp::remove_highlights_orig) performs exactly
# like the original code from which it was mostly copied.
# (this test can probabalty be dropped.)
def
test_remove_highlights_orig_integrity
():
# test if the specular highlights algorithm (remove_highlights.cpp::remove_highlights)
# performs exactly like the original code from which it was mostly copied.
def
test_remove_highlights_integrity
():
# open pictures
img1
=
image
.
load
(
F
(
'old_man.ppm'
))
img2
=
image
.
load
(
F
(
'toys.ppm'
))
...
...
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