Commit 0ec5561b authored by cbalint13's avatar cbalint13

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

parent 0039690f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment