Files
opencv/modules/core/src
Madan mohan Manokar 498e4692d6 Merge pull request #29479 from amd:5_fast_norm_simd
core: SIMD optimizations for norm, distance and Hamming APIs (5.x) #29479

- Cache normHamming SIMD impl via a function pointer to cut per-call dispatch cost (improves ORB & BRISK)
- Add masked norm and norm-diff SIMD kernels (incl. cn==4 paths) and AVX-512 dispatch for norm/stat
- Add brute-force matcher perf test
- Alternative port of PR #29335 adapted to the 5.x norm.simd.hpp structure

### 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.
- [x] The feature is well documented and sample code can be built with the project CMake
2026-07-10 18:31:01 +03:00
..
2026-05-20 17:57:51 +03:00
2026-07-09 12:17:24 +03:00
2023-01-09 11:08:02 +00:00
2024-11-14 08:33:22 +03:00
2018-09-07 20:33:52 +09:00
2024-06-26 19:01:34 +03:00
2024-08-28 15:06:19 +03:00
2025-03-11 17:23:06 +03:00
2024-04-02 16:39:54 +03:00
2025-11-18 08:51:08 +03:00
2026-05-20 17:29:34 +05:30
2026-05-20 17:29:34 +05:30
2019-03-05 14:47:04 +03:00
2022-03-03 07:21:53 +09:00
2019-12-27 12:46:53 +00:00
2026-05-24 17:28:53 +03:00
2026-07-09 12:17:24 +03:00
2025-09-26 12:10:49 +03:00
2026-07-09 12:17:24 +03:00
2026-05-25 17:49:25 +03:00
2026-07-09 12:17:24 +03:00
2026-07-09 12:17:24 +03:00
2026-07-09 12:17:24 +03:00
2025-05-07 13:17:42 +03:00
2026-07-09 12:17:24 +03:00
2026-07-09 12:17:24 +03:00
2024-02-12 14:20:35 +03:00
2026-02-14 15:37:33 +03:00
2024-11-14 08:33:22 +03:00
2026-07-09 12:17:24 +03:00
2026-07-09 12:17:24 +03:00
2024-11-14 08:33:22 +03:00
2018-02-12 14:14:08 +03:00
2018-08-27 14:42:18 +03:00
2025-06-10 10:16:50 +03:00
2026-07-09 12:17:24 +03:00
2014-08-15 12:09:16 +04:00
2026-05-20 17:57:51 +03:00
2022-02-22 19:55:26 +00:00