Is OpenCV math dependent on OpenCL?

asked 2014-01-17 11:46:56 -0600

Kirk Patrick gravatar image

We are trying to build OpenCV without OpenCL, but unless cmake-gui is instructed to build OpenCL (there are 3 check boxes under Configure) then we end up missing the file opencl_kernels.hpp (which is related to math function calls).

Is there any way to remove this OpenCL dependency (without CUDA)?

Thanks in advance!

edit retag flag offensive close merge delete