mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
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);
|
||||
|
||||
Ptr<FeatureDetector> fd = AgastFeatureDetector::create(20, true, type);
|
||||
Ptr<FeatureDetector> fd = AgastFeatureDetector::create(70, true, type);
|
||||
ASSERT_FALSE( fd.empty() );
|
||||
vector<KeyPoint> points;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user