added tests for gpu::sum, it supports all data types, but single channel images only
authorAlexey Spizhevoy <no@email>
Mon, 13 Dec 2010 12:00:58 +0000 (12:00 +0000)
committerAlexey Spizhevoy <no@email>
Mon, 13 Dec 2010 12:00:58 +0000 (12:00 +0000)
commit3997514b7ca0cd968d045f6565a2801bfbeb4ec0
tree0e33ca4b4b2c48b7a6407087872ef38a88217cad
parent442cd75c324f8bebee7e79e61d846a318606f246
added tests for gpu::sum, it supports all data types, but single channel images only
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/arithm.cpp
modules/gpu/src/cuda/mathfunc.cu
tests/gpu/src/arithm.cpp
tests/gpu/src/gputest_main.cpp