1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00

Trying to fix some tests

This commit is contained in:
Maksim Shabunin
2015-09-04 19:44:02 +03:00
parent 4f860dcffa
commit 94e777ba45
22 changed files with 138 additions and 148 deletions

View File

@@ -138,7 +138,7 @@ PERF_TEST(matching, single_match)
TEST_CYCLE()
bd->match( query, train, dm );
SANITY_CHECK_MATCHES( dm );
SANITY_CHECK_NOTHING();
}
@@ -160,7 +160,7 @@ PERF_TEST(knn_matching, knn_match_distances_test)
}
}
SANITY_CHECK( distances );
SANITY_CHECK_NOTHING();
}
PERF_TEST(radius_match, radius_match_distances_test)
@@ -181,7 +181,7 @@ PERF_TEST(radius_match, radius_match_distances_test)
}
}
SANITY_CHECK( distances );
SANITY_CHECK_NOTHING();
}