comparison c/test_feature.cpp @ 1093:05ccd8ef150c

updated to OpenCV4
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sat, 02 Feb 2019 09:33:26 -0500
parents b6ad86ee7033
children
comparison
equal deleted inserted replaced
1092:49c0bb6eacc2 1093:05ccd8ef150c
1 #define CATCH_CONFIG_MAIN 1 #define CATCH_CONFIG_MAIN
2 2
3 #include "Motion.hpp" 3 #include "Motion.hpp"
4 #include "testutils.hpp" 4 #include "testutils.hpp"
5 5
6 #include "opencv2/core/core.hpp" 6 #include "opencv2/core.hpp"
7 7
8 #include "catch.hpp" 8 #include "catch.hpp"
9 9
10 using namespace std; 10 using namespace std;
11 using namespace cv; 11 using namespace cv;