From f43f78f45fe9cc0350201cef9362adcf5c813dca Mon Sep 17 00:00:00 2001 From: "y.qiu" Date: Thu, 12 Sep 2024 21:07:31 +0800 Subject: [PATCH] add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5dea39 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Template match with gray model(ncc) + +## highlights: + 1. original code based [Fastest_Image_Pattern_Matching](https://github.com/DennisLiu1993/Fastest_Image_Pattern_Matching), you can checkout tag [v1.0](https://github.com/SurfaceMan/gray_match/releases/tag/v1.0) for more details. + 2. refactor simd match process with opencv [Universal intrinsics](https://docs.opencv.org/4.x/df/d91/group__core__hal__intrin.html), have be tested on x86_64(sse),arm(neon),LoongArch(lsx). + 3. support model save/load as binary file + 4. provide pure c interface + +## usage: +all you need can be found in [main.cpp](main.cpp) + +## gallery: +![sample](img/result.png) + + +