OpenCL in version 3.0

asked 2014-09-10 13:38:16 -0600

madj gravatar image

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.

edit retag flag offensive close merge delete

Comments

When you create an OCL context, you can set the device type. See the create function.

Boogaloo gravatar imageBoogaloo ( 2015-12-22 08:34:41 -0600 )edit