Merge pull request #14994 from terfendail:wintr_undistort
authorVitaly Tuzov <terfendail@users.noreply.github.com>
Thu, 18 Jul 2019 16:32:51 +0000 (19:32 +0300)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Thu, 18 Jul 2019 16:32:51 +0000 (19:32 +0300)
commite0f8bb83a68492a5d84b57822e2461824caa64c1
tree67ae37be29cd92b4ab9cd369630731152984d4f7
parent12fdaf895e4d0a33881b6244ec6d6badfbf98694
Merge pull request #14994 from terfendail:wintr_undistort

WUI based implementation to initUndistortRectifyMap (#14994)

* Add initUndistortRectifyMap performance test

* Move cv namespace boundaries

* Add wide universal intrinsics based implementation to initUndistortRectifyMap

* Dispatch undistort
modules/imgproc/CMakeLists.txt
modules/imgproc/perf/perf_warp.cpp
modules/imgproc/src/undistort.avx2.cpp [deleted file]
modules/imgproc/src/undistort.dispatch.cpp [moved from modules/imgproc/src/undistort.cpp with 81% similarity]
modules/imgproc/src/undistort.hpp [deleted file]
modules/imgproc/src/undistort.simd.hpp [new file with mode: 0644]