Commit 52cefbe2 authored by Davis King's avatar Davis King

Added unit tests for FHOG feature extractor.

parent 2a735496
...@@ -45,6 +45,7 @@ set (tests ...@@ -45,6 +45,7 @@ set (tests
entropy_encoder_model.cpp entropy_encoder_model.cpp
example_args.cpp example_args.cpp
fft.cpp fft.cpp
fhog.cpp
filtering.cpp filtering.cpp
find_max_factor_graph_nmplp.cpp find_max_factor_graph_nmplp.cpp
find_max_factor_graph_viterbi.cpp find_max_factor_graph_viterbi.cpp
......
This diff is collapsed.
...@@ -60,6 +60,7 @@ SRC += empirical_kernel_map.cpp ...@@ -60,6 +60,7 @@ SRC += empirical_kernel_map.cpp
SRC += entropy_coder.cpp SRC += entropy_coder.cpp
SRC += entropy_encoder_model.cpp SRC += entropy_encoder_model.cpp
SRC += fft.cpp SRC += fft.cpp
SRC += fhog.cpp
SRC += filtering.cpp SRC += filtering.cpp
SRC += find_max_factor_graph_nmplp.cpp SRC += find_max_factor_graph_nmplp.cpp
SRC += find_max_factor_graph_viterbi.cpp SRC += find_max_factor_graph_viterbi.cpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment