mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
3166d0c667
[GSOC] Speeding-up AKAZE, part #3 (#9249) * use finding of scale extremas from fast_akaze * incorporade finding of extremas and subpixel refinement from Hideaki Suzuki's fast_akaze (https://github.com/h2suzuki/fast_akaze) * use opencv parallel framework * do not search for keypoints near the border, where we can't compute sensible descriptors (bugs fixed in |
||
---|---|---|
.. | ||
ocl | ||
test_agast.cpp | ||
test_akaze.cpp | ||
test_brisk.cpp | ||
test_descriptors_invariance.cpp | ||
test_descriptors_regression.cpp | ||
test_detectors_invariance.cpp | ||
test_detectors_regression.cpp | ||
test_fast.cpp | ||
test_invariance_utils.hpp | ||
test_keypoints.cpp | ||
test_main.cpp | ||
test_matchers_algorithmic.cpp | ||
test_mser.cpp | ||
test_nearestneighbors.cpp | ||
test_orb.cpp | ||
test_precomp.hpp |