Simd
Simd copied to clipboard
how's the speed of resize compare with opencv?
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.