Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
ea02f4d4
Commit
ea02f4d4
authored
Apr 28, 2012
by
Davis King
Browse files
Added unit tests for the new graph cuts tools.
parent
80e501d8
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
751 additions
and
0 deletions
+751
-0
dlib/test/CMakeLists.txt
dlib/test/CMakeLists.txt
+1
-0
dlib/test/graph_cuts.cpp
dlib/test/graph_cuts.cpp
+749
-0
dlib/test/makefile
dlib/test/makefile
+1
-0
No files found.
dlib/test/CMakeLists.txt
View file @
ea02f4d4
...
...
@@ -45,6 +45,7 @@ set (tests
find_max_factor_graph_viterbi.cpp
geometry.cpp
graph.cpp
graph_cuts.cpp
hash.cpp
hash_map.cpp
hash_set.cpp
...
...
dlib/test/graph_cuts.cpp
0 → 100644
View file @
ea02f4d4
This diff is collapsed.
Click to expand it.
dlib/test/makefile
View file @
ea02f4d4
...
...
@@ -60,6 +60,7 @@ SRC += find_max_factor_graph_nmplp.cpp
SRC
+=
find_max_factor_graph_viterbi.cpp
SRC
+=
geometry.cpp
SRC
+=
graph.cpp
SRC
+=
graph_cuts.cpp
SRC
+=
hash.cpp
SRC
+=
hash_map.cpp
SRC
+=
hash_set.cpp
...
...
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