Adjust AGAST perftest to be at parity (better) with FAST ones.
This commit is contained in:
parent
0039690f11
commit
0ec5561b4e
@ -30,7 +30,7 @@ PERF_TEST_P(agast, detect, testing::Combine(
|
|||||||
|
|
||||||
declare.in(frame);
|
declare.in(frame);
|
||||||
|
|
||||||
Ptr<FeatureDetector> fd = AgastFeatureDetector::create(20, true, type);
|
Ptr<FeatureDetector> fd = AgastFeatureDetector::create(70, true, type);
|
||||||
ASSERT_FALSE( fd.empty() );
|
ASSERT_FALSE( fd.empty() );
|
||||||
vector<KeyPoint> points;
|
vector<KeyPoint> points;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user