use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Wed, 24 Dec 2014 10:38:02 +0000 (13:38 +0300)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 30 Dec 2014 08:06:33 +0000 (11:06 +0300)
commit7454189c2a9fadadb7f3ddfc8b24a2070b70cda6
treec1c9e66d5af1e4d78f52a8f37b931602c837abfe
parent3d0410c147b011ab9dfc67fe6b34763d74e4135e
use new getInputMat/getOutputMat/syncOutput methods in cudaarithm routines
14 files changed:
modules/cudaarithm/src/arithm.cpp
modules/cudaarithm/src/core.cpp
modules/cudaarithm/src/cuda/add_weighted.cu
modules/cudaarithm/src/cuda/bitwise_mat.cu
modules/cudaarithm/src/cuda/copy_make_border.cu
modules/cudaarithm/src/cuda/lut.cu
modules/cudaarithm/src/cuda/math.cu
modules/cudaarithm/src/cuda/mul_spectrums.cu
modules/cudaarithm/src/cuda/polar_cart.cu
modules/cudaarithm/src/cuda/reduce.cu
modules/cudaarithm/src/cuda/split_merge.cu
modules/cudaarithm/src/cuda/threshold.cu
modules/cudaarithm/src/cuda/transpose.cu
modules/cudaarithm/src/element_operations.cpp