'm trying to implement an image processing algorithm using OpenCL,for that i I read one image using OpenCV. The problem is how transform the data into OpenCL
The code should read one image using OpenCV, then transform the data into OpenCL image, then i use a buffer to read data. Finally i copied it to the host again
can someone explain to me how opencv works with opencl
opencv version ?
I d'ont know the version of OpenCV installed on my computer. I just installed 2.4.9, would you tell me how can i find out
that is 2.4, look here
also,
cout << cv::getBuildInformation();