First time here? Check out the FAQ!
answered 2017-05-25 09:20:42 -0600
While investigating the same thing, I was looking in the code of cv::GaussianBlur(...), and it looks as though it only uses opencl when the kernel size is either 3x3 or 5x5. Can this be right?