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
52cefbe2
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "42c8704560b4bb4baab022a5bad97b1f788eaa08"
Commit
52cefbe2
authored
Oct 01, 2013
by
Davis King
Browse files
Added unit tests for FHOG feature extractor.
parent
2a735496
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
587 additions
and
0 deletions
+587
-0
dlib/test/CMakeLists.txt
dlib/test/CMakeLists.txt
+1
-0
dlib/test/fhog.cpp
dlib/test/fhog.cpp
+585
-0
dlib/test/makefile
dlib/test/makefile
+1
-0
No files found.
dlib/test/CMakeLists.txt
View file @
52cefbe2
...
...
@@ -45,6 +45,7 @@ set (tests
entropy_encoder_model.cpp
example_args.cpp
fft.cpp
fhog.cpp
filtering.cpp
find_max_factor_graph_nmplp.cpp
find_max_factor_graph_viterbi.cpp
...
...
dlib/test/fhog.cpp
0 → 100644
View file @
52cefbe2
This diff is collapsed.
Click to expand it.
dlib/test/makefile
View file @
52cefbe2
...
...
@@ -60,6 +60,7 @@ SRC += empirical_kernel_map.cpp
SRC
+=
entropy_coder.cpp
SRC
+=
entropy_encoder_model.cpp
SRC
+=
fft.cpp
SRC
+=
fhog.cpp
SRC
+=
filtering.cpp
SRC
+=
find_max_factor_graph_nmplp.cpp
SRC
+=
find_max_factor_graph_viterbi.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