moved integral to gpuarithm module
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 9 Apr 2013 10:18:18 +0000 (14:18 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 18 Apr 2013 07:33:31 +0000 (11:33 +0400)
commitc56bdbc1c5768dfb76eccb531268b20f5ebe262f
treec5f5cdc50e4bc5073a2b24f5e4edfe572a0c1315
parent10ac854358c5a1418959e19f901e5993a73c49f5
moved integral to gpuarithm module
modules/gpu/include/opencv2/gpu.hpp
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/src/imgproc.cpp
modules/gpu/test/test_imgproc.cpp
modules/gpuarithm/CMakeLists.txt
modules/gpuarithm/include/opencv2/gpuarithm.hpp
modules/gpuarithm/perf/perf_core.cpp
modules/gpuarithm/src/arithm.cpp
modules/gpuarithm/src/cuda/integral.cu [moved from modules/gpu/src/cuda/integral_image.cu with 100% similarity]
modules/gpuarithm/src/precomp.hpp
modules/gpuarithm/test/test_core.cpp