Fix perf tests in features2d module

This commit is contained in:
Andrey Kamaev
2012-10-09 18:37:40 +04:00
parent 95b6a103b5
commit 5047f2d64d
3 changed files with 29 additions and 32 deletions

View File

@@ -35,6 +35,6 @@ PERF_TEST_P(fast, detect, testing::Combine(
TEST_CYCLE() fd.detect(frame, points);
SANITY_CHECK(points);
SANITY_CHECK_KEYPOINTS(points);
}