Merge branch '2.4'

This commit is contained in:
Andrey Kamaev
2013-04-17 12:07:17 +04:00
38 changed files with 1462 additions and 1178 deletions

View File

@@ -18,7 +18,7 @@ typedef perf::TestBaseWithParam<File_Type_t> fast;
PERF_TEST_P(fast, detect, testing::Combine(
testing::Values(FAST_IMAGES),
testing::ValuesIn(FastType::all())
FastType::all()
))
{
string filename = getDataPath(get<0>(GetParam()));