From 0ec5561b4ee45255fc524fe22711f46f7d26aff3 Mon Sep 17 00:00:00 2001 From: cbalint13 Date: Wed, 29 Apr 2015 23:42:57 +0300 Subject: [PATCH] Adjust AGAST perftest to be at parity (better) with FAST ones. --- modules/features2d/perf/perf_agast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features2d/perf/perf_agast.cpp b/modules/features2d/perf/perf_agast.cpp index 264f6a2..dceb47e 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; -- 2.7.4