I’m trying to do image processing on the GPU with .NET. I’ve downloaded OpenCL.NET wrapper. It has some good samples, but I cannot find a way to load an image to the GPU and read the processed image back. What do I have to do?
I’m trying to do image processing on the GPU with .NET. I’ve downloaded OpenCL.NET
Share
After setting up the context, do the following:
OpenCL kernel used in this example:
*Complete article available at codeproject.com