Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

'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