added 3-channels support to cv::filter2D, cv::Laplacian
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Tue, 18 Mar 2014 21:02:46 +0000 (01:02 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Mon, 24 Mar 2014 10:32:31 +0000 (14:32 +0400)
commita51ab99a791e1d46d94008baeece2e2194f4a917
tree0ce6411642fff299f48cc9773ff52b0971e1ae1b
parente19c42dded9545987b4846afe9ea0bc7c21407a7
added 3-channels support to cv::filter2D, cv::Laplacian
modules/imgproc/src/filter.cpp
modules/imgproc/src/opencl/filter2D.cl
modules/imgproc/src/smooth.cpp
modules/imgproc/test/ocl/test_filter2d.cpp
modules/imgproc/test/ocl/test_filters.cpp