Move resize implementation to separate file
authorVitaly Tuzov <terfendail@mediana.jetos.com>
Thu, 20 Jul 2017 13:04:24 +0000 (16:04 +0300)
committerVitaly Tuzov <terfendail@mediana.jetos.com>
Thu, 31 Aug 2017 11:36:19 +0000 (14:36 +0300)
commitb1f46b6d692f4ba18a5818b628d2c3642390f0f7
treead765f30aec0cdbd95c1001f16a8f8457f52a33c
parent5c572ffa1f3fb2e6532bacaabd341074add58487
Move resize implementation to separate file
modules/imgproc/src/imgwarp.avx2.cpp
modules/imgproc/src/imgwarp.cpp
modules/imgproc/src/imgwarp.hpp
modules/imgproc/src/imgwarp.sse4_1.cpp
modules/imgproc/src/resize.avx2.cpp [new file with mode: 0644]
modules/imgproc/src/resize.cpp [new file with mode: 0644]
modules/imgproc/src/resize.hpp [new file with mode: 0644]
modules/imgproc/src/resize.sse4_1.cpp [new file with mode: 0644]