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.

Home Page:http://ermig1979.github.io/Simd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how's the speed of resize compare with opencv?

lucasjinreal opened this issue · comments

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

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.