diff --git a/modules/features2d/perf/perf_agast.cpp b/modules/features2d/perf/perf_agast.cpp index 264f6a226a..dceb47e6c4 100644 --- a/modules/features2d/perf/perf_agast.cpp +++ b/modules/features2d/perf/perf_agast.cpp @@ -30,7 +30,7 @@ PERF_TEST_P(agast, detect, testing::Combine( declare.in(frame); - Ptr fd = AgastFeatureDetector::create(20, true, type); + Ptr fd = AgastFeatureDetector::create(70, true, type); ASSERT_FALSE( fd.empty() ); vector points;