ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.03k stars 406 forks source link

how's the speed of resize compare with opencv? #215

Open lucasjinreal opened 2 years ago

lucasjinreal commented 2 years ago

Hi, simd seems pretty good. just wonder does there any benchmarks on specific resizing compare with opencv?

ermig1979 commented 2 years ago

Simd is specialized in single thread performance. In multi thread performance of OpenCV will be greater. Unfortunately there are no benchmark to test its performance to compare with OpenCV now.