AVX optimized implementation of resize and warp functions migrated to separate file
authorVitaly Tuzov <terfendail@mediana.jetos.com>
Mon, 3 Jul 2017 10:49:16 +0000 (13:49 +0300)
committerVitaly Tuzov <terfendail@mediana.jetos.com>
Mon, 3 Jul 2017 15:18:20 +0000 (18:18 +0300)
commit3681dcef1a6d395d5640b67fff6a846b69b5108e
treeda91a190931811d627d23fe83c7c08b0dbb46f3c
parent20f603a217e06ea4fc16ba746d8cb6e5d95f5684
AVX optimized implementation of resize and warp functions migrated to separate file
modules/imgproc/src/imgwarp.avx2.cpp [new file with mode: 0644]
modules/imgproc/src/imgwarp.cpp
modules/imgproc/src/imgwarp.hpp [new file with mode: 0644]
modules/imgproc/src/imgwarp.sse4_1.cpp [new file with mode: 0644]