Page 1 of 1

Processing images

PostPosted: Thu May 07, 2015 11:36 am
by bird12358
Hello,

I am new on this forum so hello eveyone!!

I am really a beginner in OpenCl and I would like to use it as images processing accelerator.

I found lot of example on internet, on books but I am upset by something.

When on a program they want to create an image, they use a cl_mem structure but on the header of the function this structure is transform into a imaga2d_t.

Why is the difference between then and why don't they keep use cl_mem in kernel function?

Best regard.