Prototype OCL version of gaussian blur with integer arithmetic
authorAlexander Karsakov <alexander.karsakov@itseez.com>
Fri, 28 Mar 2014 17:46:03 +0000 (21:46 +0400)
committerAlexander Karsakov <alexander.karsakov@itseez.com>
Fri, 28 Mar 2014 17:46:03 +0000 (21:46 +0400)
commitd17142b83d67501a03a2ec2149ab0c397b6dff14
tree22b79662e983d9b79737ec7d877908efe8348183
parent6f5800e7df23bff59b75b8e850e5a19e8e1c9ac2
Prototype OCL version of gaussian blur with integer arithmetic
modules/imgproc/src/opencl/gaussian_blur_8u.cl [new file with mode: 0644]
modules/imgproc/src/smooth.cpp
modules/imgproc/test/ocl/test_filters.cpp