1 | initial version |
@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
2 | No.2 Revision |
@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