Is OpenCV math dependent on OpenCL?
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!