move buildWarp*Maps to stitching
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Wed, 24 Dec 2014 13:06:09 +0000 (16:06 +0300)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 13 Jan 2015 15:00:26 +0000 (18:00 +0300)
commitecee388236cdfd737def724c3f9fca6ad6e0a4aa
treeb53f9a8902930bed568581edcb0eec04636ca136
parent4cc7b0a74f75e6e75d3cbbe265c2d2f4071f1134
move buildWarp*Maps to stitching
modules/cudawarping/include/opencv2/cudawarping.hpp
modules/cudawarping/perf/perf_warping.cpp
modules/cudawarping/src/warp.cpp
modules/stitching/CMakeLists.txt
modules/stitching/include/opencv2/stitching/detail/warpers.hpp
modules/stitching/src/cuda/build_warp_maps.cu [moved from modules/cudawarping/src/cuda/build_warp_maps.cu with 100% similarity]
modules/stitching/src/warpers.cpp
modules/stitching/src/warpers_cuda.cpp [new file with mode: 0644]