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
4f08da0d
Commit
4f08da0d
authored
Nov 04, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added unit tests for the new sequence labeling stuff
parent
d933439a
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
makefile
dlib/test/makefile
+1
-0
sequence_labeler.cpp
dlib/test/sequence_labeler.cpp
+0
-0
No files found.
dlib/test/CMakeLists.txt
View file @
4f08da0d
...
...
@@ -87,6 +87,7 @@ set (tests
reference_counter.cpp
scan_image.cpp
sequence.cpp
sequence_labeler.cpp
serialize.cpp
set.cpp
sldf.cpp
...
...
dlib/test/makefile
View file @
4f08da0d
...
...
@@ -102,6 +102,7 @@ SRC += read_write_mutex.cpp
SRC
+=
reference_counter.cpp
SRC
+=
scan_image.cpp
SRC
+=
sequence.cpp
SRC
+=
sequence_labeler.cpp
SRC
+=
serialize.cpp
SRC
+=
set.cpp
SRC
+=
sldf.cpp
...
...
dlib/test/sequence_labeler.cpp
0 → 100644
View file @
4f08da0d
This diff is collapsed.
Click to expand it.
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