opencv/modules/flann/include/opencv2/flann
Vincent Rabaud f8aa2896a1
Merge pull request #25024 from vrabaud:neon
Replace legacy __ARM_NEON__ by __ARM_NEON #25024

Even ACLE 1.1 referes to __ARM_NEON
https://developer.arm.com/documentation/ihi0053/b/?lang=en

### 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
- [x] There is a reference to the original bug report and related work
- [ ] 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-02-20 11:29:23 +03:00
..
all_indices.h Replace FLANNException by CV_Error. 2020-12-20 14:17:28 +01:00
allocator.h Assorted documentation fixes 2019-08-31 01:50:11 +03:00
any.h Merge pull request #24028 from VadimLevin:dev/vlevin/fix-flann-python-bindings 2023-07-21 12:44:56 +03:00
autotuned_index.h Replace FLANNException by CV_Error. 2020-12-20 14:17:28 +01:00
composite_index.h Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
config.h Assorted documentation fixes 2019-08-31 01:50:11 +03:00
defines.h DNA mode: add the distance computations 2020-06-22 22:53:05 +02:00
dist.h Merge pull request #25024 from vrabaud:neon 2024-02-20 11:29:23 +03:00
dummy.h Assorted documentation fixes 2019-08-31 01:50:11 +03:00
dynamic_bitset.h Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
flann_base.hpp Merge pull request #23276 from vovka643:flann_corrections 2023-03-14 15:00:44 +03:00
flann.hpp War on Whitespace, master edition: file endings. 2013-08-27 14:23:26 +04:00
general.h Merge pull request #24028 from VadimLevin:dev/vlevin/fix-flann-python-bindings 2023-07-21 12:44:56 +03:00
ground_truth.h Assorted documentation fixes 2019-08-31 01:50:11 +03:00
hdf5.h Assorted documentation fixes 2019-08-31 01:50:11 +03:00
heap.h Improves FLANN's heap allocations by a memory pool 2021-08-11 17:34:15 +09:00
hierarchical_clustering_index.h Improves FLANN's heap allocations by a memory pool 2021-08-11 17:34:15 +09:00
index_testing.h Warning supression fix for XCode 13.1 and newer. Backport #23203 2023-02-06 11:12:05 +03:00
kdtree_index.h Improves FLANN's heap allocations by a memory pool 2021-08-11 17:34:15 +09:00
kdtree_single_index.h Replace FLANNException by CV_Error. 2020-12-20 14:17:28 +01:00
kmeans_index.h Improves FLANN's heap allocations by a memory pool 2021-08-11 17:34:15 +09:00
linear_index.h Replace FLANNException by CV_Error. 2020-12-20 14:17:28 +01:00
logger.h Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
lsh_index.h Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-12-20 18:40:22 +00:00
lsh_table.h Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
matrix.h Merge pull request #24028 from VadimLevin:dev/vlevin/fix-flann-python-bindings 2023-07-21 12:44:56 +03:00
miniflann.hpp Merge pull request #19045 from alalek:issue_17553 2020-12-11 19:09:35 +00:00
nn_index.h Merge pull request #21107 from take1014:remove_assert_21038 2021-11-27 18:34:52 +00:00
object_factory.h Assorted documentation fixes 2019-08-31 01:50:11 +03:00
params.h Merge pull request #24028 from VadimLevin:dev/vlevin/fix-flann-python-bindings 2023-07-21 12:44:56 +03:00
random.h Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
result_set.h Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
sampling.h Assorted documentation fixes 2019-08-31 01:50:11 +03:00
saving.h Replace FLANNException by CV_Error. 2020-12-20 14:17:28 +01:00
simplex_downhill.h Merge pull request #17722 from pemmanuelviel:pev--replace-asserts 2020-07-04 20:15:44 +03:00
timer.h backport: checks and fixes from static code analyzers results 2020-09-02 19:05:47 +00:00