Added initial implementation and test for the GPU version of add, based on NPP. Need...
authorKirill Kornyakov <no@email>
Thu, 9 Sep 2010 15:34:16 +0000 (15:34 +0000)
committerKirill Kornyakov <no@email>
Thu, 9 Sep 2010 15:34:16 +0000 (15:34 +0000)
commit01eac6d3e35437a6c0a692a6bc539acf2042ac56
tree031a412e7208f5bccfff3a730bc986cf6fb90330
parentc1157c8128c03f1cbdfed2be871efa81bc014b96
Added initial implementation and test for the GPU version of add, based on NPP. Need to implement for other depths. Also waiting NPP at CMake.
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/arithm.cpp [new file with mode: 0644]
tests/gpu/src/npp_image_addition.cpp [new file with mode: 0644]