Adjust AGAST perftest to be at parity (better) with FAST ones.

pull/3919/head^2
cbalint13 10 years ago
parent 0039690f11
commit 0ec5561b4e
  1. 2
      modules/features2d/perf/perf_agast.cpp

@ -30,7 +30,7 @@ PERF_TEST_P(agast, detect, testing::Combine(
declare.in(frame);
Ptr<FeatureDetector> fd = AgastFeatureDetector::create(20, true, type);
Ptr<FeatureDetector> fd = AgastFeatureDetector::create(70, true, type);
ASSERT_FALSE( fd.empty() );
vector<KeyPoint> points;

Loading…
Cancel
Save