Commit 1037b661 authored by Davis King's avatar Davis King

Added unit tests for the face processing code

parent 5e4aaf2e
...@@ -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
......
This diff is collapsed.
...@@ -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
......
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