implemented cv::gpu::merge and cv::gpu::split functions
authorAlexey Spizhevoy <no@email>
Mon, 20 Sep 2010 13:20:25 +0000 (13:20 +0000)
committerAlexey Spizhevoy <no@email>
Mon, 20 Sep 2010 13:20:25 +0000 (13:20 +0000)
commitb2cdb7fa3917c5861d1287e9236a3c0d9376d7f6
tree34a4397e17844e0b91f376b776b645e306d289a8
parent5a804717a7eae5324a825481037014fd10504d34
implemented cv::gpu::merge and cv::gpu::split functions
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/cuda/split_merge.cu [new file with mode: 0644]
modules/gpu/src/split_merge.cpp [new file with mode: 0644]
tests/gpu/src/split_merge.cpp [new file with mode: 0644]