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

This commit is contained in:
cbalint13 2015-04-29 23:42:57 +03:00
parent 0039690f11
commit 0ec5561b4e

View File

@ -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;