mirror of
https://github.com/opencv/opencv.git
synced 2024-12-12 15:19:11 +08:00
66a29b422c
Add interface to Annoy which will replace the FLANN #25708 This PR is to add interface to [Annoy](https://github.com/spotify/annoy) which will replace the FLANN, part of one of the cleanup work of OpenCV 5.0: #24998. After it, there will be consecutive patches: - [ ] Add Annoy based DescriptorMatcher - [ ] Replace FLANN based code with Annoy and remove FLANN completely ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake |
||
---|---|---|
.. | ||
ocl | ||
test_affine_feature.cpp | ||
test_blobdetector.cpp | ||
test_descriptors_invariance.cpp | ||
test_descriptors_invariance.impl.hpp | ||
test_descriptors_regression.cpp | ||
test_descriptors_regression.impl.hpp | ||
test_detectors_invariance.cpp | ||
test_detectors_invariance.impl.hpp | ||
test_detectors_regression.cpp | ||
test_detectors_regression.impl.hpp | ||
test_drawing.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 | ||
test_sift.cpp | ||
test_utils.cpp |