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
1037b661
Commit
1037b661
authored
Aug 24, 2014
by
Davis King
Browse files
Added unit tests for the face processing code
parent
5e4aaf2e
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
362 additions
and
0 deletions
+362
-0
dlib/test/CMakeLists.txt
dlib/test/CMakeLists.txt
+1
-0
dlib/test/face.cpp
dlib/test/face.cpp
+360
-0
dlib/test/makefile
dlib/test/makefile
+1
-0
No files found.
dlib/test/CMakeLists.txt
View file @
1037b661
...
@@ -44,6 +44,7 @@ set (tests
...
@@ -44,6 +44,7 @@ set (tests
entropy_coder.cpp
entropy_coder.cpp
entropy_encoder_model.cpp
entropy_encoder_model.cpp
example_args.cpp
example_args.cpp
face.cpp
fft.cpp
fft.cpp
fhog.cpp
fhog.cpp
filtering.cpp
filtering.cpp
...
...
dlib/test/face.cpp
0 → 100644
View file @
1037b661
This diff is collapsed.
Click to expand it.
dlib/test/makefile
View file @
1037b661
...
@@ -59,6 +59,7 @@ SRC += ekm_and_lisf.cpp
...
@@ -59,6 +59,7 @@ SRC += ekm_and_lisf.cpp
SRC
+=
empirical_kernel_map.cpp
SRC
+=
empirical_kernel_map.cpp
SRC
+=
entropy_coder.cpp
SRC
+=
entropy_coder.cpp
SRC
+=
entropy_encoder_model.cpp
SRC
+=
entropy_encoder_model.cpp
SRC
+=
face.cpp
SRC
+=
fft.cpp
SRC
+=
fft.cpp
SRC
+=
fhog.cpp
SRC
+=
fhog.cpp
SRC
+=
filtering.cpp
SRC
+=
filtering.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