Added implementation and test for the GPU version of subtract, multiply, divide,...
authorVladislav Vinogradov <no@email>
Mon, 13 Sep 2010 14:30:09 +0000 (14:30 +0000)
committerVladislav Vinogradov <no@email>
Mon, 13 Sep 2010 14:30:09 +0000 (14:30 +0000)
commit37d39bd9de7d0f3f5a2cea16bfaab150bc3d662c
treeafedc36c286db875fb598b0022497799b431d366
parent88a7a8f567e25d521bedc1b93dde7d2fe65d884a
Added implementation and test for the GPU version of subtract, multiply, divide, transpose, absdiff, threshold, compare, meanStdDev, norm, based on NPP.
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/include/opencv2/gpu/matrix_operations.hpp
modules/gpu/src/arithm.cpp
modules/gpu/src/precomp.hpp
tests/gpu/src/npp_image_addition.cpp [deleted file]
tests/gpu/src/npp_image_arithm.cpp [new file with mode: 0644]