Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
ad3ede2d
Commit
ad3ede2d
authored
May 05, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added unit tests for the graph labeling stuff.
parent
bda0943d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
dlib/test/CMakeLists.txt
+1
-0
graph_labeler.cpp
dlib/test/graph_labeler.cpp
+0
-0
makefile
dlib/test/makefile
+1
-0
No files found.
dlib/test/CMakeLists.txt
View file @
ad3ede2d
...
...
@@ -46,6 +46,7 @@ set (tests
geometry.cpp
graph.cpp
graph_cuts.cpp
graph_labeler.cpp
hash.cpp
hash_map.cpp
hash_set.cpp
...
...
dlib/test/graph_labeler.cpp
0 → 100644
View file @
ad3ede2d
This diff is collapsed.
Click to expand it.
dlib/test/makefile
View file @
ad3ede2d
...
...
@@ -61,6 +61,7 @@ SRC += find_max_factor_graph_viterbi.cpp
SRC
+=
geometry.cpp
SRC
+=
graph.cpp
SRC
+=
graph_cuts.cpp
SRC
+=
graph_labeler.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