Ask Your Question

Revision history [back]

@anagno In opencv you will need to compile opencv with WITH_OPENCL on. Then you can activate opencl using cv::ocl::setUseOpenCL ( bool flag )

You can read this post too

@anagno In opencv you will need to compile opencv with WITH_OPENCL on. Then you can activate in your program opencl using cv::ocl::setUseOpenCL ( bool flag )

You can read this post too