added gpu add, subtract, multiply, divide, absdiff with Scalar.
authorVladislav Vinogradov <no@email>
Mon, 27 Sep 2010 12:44:57 +0000 (12:44 +0000)
committerVladislav Vinogradov <no@email>
Mon, 27 Sep 2010 12:44:57 +0000 (12:44 +0000)
commit51d5959aca40d89813bd29f2db4fef766ef8ddb9
tree1e05045bee0438e995a8f64164fc35ef4e260761
parent037002d3c1db6f4d8d8250a467cd3d9901493333
added gpu add, subtract, multiply, divide, absdiff with Scalar.
added gpu exp, log, magnitude, based on NPP.
updated setTo with new NPP functions.
minor fix in tests and comments.
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/arithm.cpp
modules/gpu/src/beliefpropagation_gpu.cpp
modules/gpu/src/constantspacebp_gpu.cpp
modules/gpu/src/imgproc_gpu.cpp
modules/gpu/src/matrix_operations.cpp
tests/gpu/src/arithm.cpp
tests/gpu/src/gputest_main.cpp
tests/gpu/src/operator_convert_to.cpp
tests/gpu/src/operator_set_to.cpp