Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 714 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 714 Bytes

Template match with gray model(ncc)

highlights:

  1. original code based Fastest_Image_Pattern_Matching, you can checkout 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

gallery:

sample