opencv/modules/features2d/test
WU Jia 66a29b422c
Merge pull request #25708 from kaingwade:flann2annoy
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
2024-10-28 17:04:02 +03:00
..
ocl Merge pull request #25292 from kaingwade:features2d_parts_to_contrib 2024-10-10 17:10:22 +03:00
test_affine_feature.cpp Fixed mask handling in AffineFeature. 2023-05-17 12:04:52 +03:00
test_blobdetector.cpp Merge pull request #21942 from pglotov:add-blob-contours 2022-10-07 19:07:51 +03:00
test_descriptors_invariance.cpp Merge pull request #25292 from kaingwade:features2d_parts_to_contrib 2024-10-10 17:10:22 +03:00
test_descriptors_invariance.impl.hpp Merge pull request #25424 from mshabunin:fix-features2d-test 2024-04-17 14:19:05 +03:00
test_descriptors_regression.cpp Merge pull request #25292 from kaingwade:features2d_parts_to_contrib 2024-10-10 17:10:22 +03:00
test_descriptors_regression.impl.hpp different interpolation by double image (#23124) 2023-02-17 10:35:54 +03:00
test_detectors_invariance.cpp Merge pull request #25292 from kaingwade:features2d_parts_to_contrib 2024-10-10 17:10:22 +03:00
test_detectors_invariance.impl.hpp Merge pull request #25424 from mshabunin:fix-features2d-test 2024-04-17 14:19:05 +03:00
test_detectors_regression.cpp Merge pull request #25292 from kaingwade:features2d_parts_to_contrib 2024-10-10 17:10:22 +03:00
test_detectors_regression.impl.hpp features2d(test): extract common extract/invariance test code 2018-09-07 19:30:51 +03:00
test_drawing.cpp Merge pull request #13481 from dkurt:fix_13227 2018-12-25 17:29:12 +03:00
test_fast.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
test_invariance_utils.hpp different interpolation by double image (#23124) 2023-02-17 10:35:54 +03:00
test_keypoints.cpp Merge pull request #25292 from kaingwade:features2d_parts_to_contrib 2024-10-10 17:10:22 +03:00
test_main.cpp Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
test_matchers_algorithmic.cpp Merge pull request #17735 from pemmanuelviel:pev-fix-trees-descent 2020-08-03 18:00:59 +00:00
test_mser.cpp add logic for handling min diversity in mser 2021-05-27 19:16:24 -04:00
test_nearestneighbors.cpp Merge pull request #25708 from kaingwade:flann2annoy 2024-10-28 17:04:02 +03:00
test_orb.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2021-10-08 11:05:45 +00:00
test_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_sift.cpp features2d: fixed out of bounds access in SIFT 2024-09-13 14:30:27 +03:00
test_utils.cpp features2d: fix retainBest() implementation 2018-12-18 05:33:21 +00:00