We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f051f0 commit d32827aCopy full SHA for d32827a
modules/tracking/test/test_trackers.cpp
@@ -47,8 +47,6 @@ using namespace cv;
47
using namespace testing;
48
using namespace std;
49
50
-#define PARAM_TEST_CASE(name, ...) struct name : testing::TestWithParam< std::tr1::tuple< __VA_ARGS__ > >
51
-#define GET_PARAM(k) std::tr1::get< k >(GetParam())
52
#define TESTSET_NAMES testing::Values("david","dudek","faceocc2")
53
54
const string TRACKING_DIR = "tracking";
0 commit comments