OpenCL in version 3.0
Does OpenCV support running algorithms via OpenCL on a CPU (i.e., OpenCV selects CL_DEVICE_TYPE_CPU)? If so, is there a way to programmatically select an OpenCL device that OpenCV uses? I have a computer with an Intel i7 that I would like run a few of the algorithms on.
When you create an OCL context, you can set the device type. See the create function.