How to check which GaussianBlur version is used in OpenCV?

asked 2017-04-29 06:53:48 -0600

lovaj gravatar image

I built OpenCV using IPP, but I want to be sure that cv::GuassianBlur is executed by using that version and not other implementations.

I'm having this doubt because I've built OpenCV with OpenCL turned on, and I see on the stack call a lot using the libnvidia-opencl, while I never use OpenCL/CUDA/whatever-GPU-stuff in my code.

I'll rebuild OpenCV with -DWITH_OPENCL=OFF, but I want to be sure somehow that I use the IPP implementation. This is because I've installed the latest version of IPP and I can use very performant Intel CPU.

edit retag flag offensive close merge delete