From 8d6334e96eb381efc1a59ccfab67827d423d3cfe Mon Sep 17 00:00:00 2001 From: Martin Miller Date: Sat, 25 Mar 2017 14:28:11 -0500 Subject: Feature test code --- tests/test_feature.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/test_feature.h (limited to 'tests/test_feature.h') diff --git a/tests/test_feature.h b/tests/test_feature.h new file mode 100644 index 0000000..4c059f6 --- /dev/null +++ b/tests/test_feature.h @@ -0,0 +1,14 @@ +#ifndef test_feature_INC +#define test_feature_INC + +#include +#include +#include + +#include "camera.h" +#include "feature.h" +#include "types.h" + +using namespace Eigen; +bool test_findDepth( Camera &cam ); +#endif /* ----- #ifndef test_feature_INC ----- */ -- cgit v1.1