2025-05-08 17:56:22 +08:00
2024-09-12 21:06:50 +08:00
2024-08-23 18:25:10 +08:00
2024-08-23 18:25:10 +08:00
2024-08-23 18:25:10 +08:00
2024-08-29 15:20:48 +08:00
2025-01-21 21:02:02 +08:00
2025-05-08 17:56:22 +08:00
2025-05-08 17:56:22 +08:00
2025-05-08 17:56:22 +08:00
2024-09-20 22:50:25 +08:00
2024-09-13 20:28:04 +08:00
2025-05-08 17:56:22 +08:00
2024-10-08 20:39:30 +08:00
2025-05-08 17:56:22 +08:00
2025-05-08 17:56:22 +08:00
2025-01-21 20:48:01 +08:00

Template match with gray model(ncc)

Note: branch feature-rotate-model method 2x faster at matching!

highlights:

  1. original code based Fastest_Image_Pattern_Matching, you can check out tag v1.0 for more details.
  2. refactor simd match process with opencv Universal intrinsics, have be tested on x86_64(sse),arm(neon),LoongArch(lsx).
  3. support model save/load as binary file
  4. provide pure c interface
  5. support openmp
  6. position with 3x3 subpixel interpolation

usage:

all you need can be found in main.cpp

sample

Description
template match base gray model (Normalized cross correlation)
Readme BSD-2-Clause 2.5 MiB
Languages
C++ 88.2%
C 7.4%
CMake 4.4%