mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Fix perf tests in features2d module
This commit is contained in:
@@ -35,6 +35,6 @@ PERF_TEST_P(fast, detect, testing::Combine(
|
||||
|
||||
TEST_CYCLE() fd.detect(frame, points);
|
||||
|
||||
SANITY_CHECK(points);
|
||||
SANITY_CHECK_KEYPOINTS(points);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user