>
> http://developer.amd.com/community/blog/2014/10/15/opencv-3-0-transparent-api-opencl-acceleration/
The link above makes it sounds very promising that enabling OpenCL in
OpenCV.jl will be rather feasible (assuming no surprises along the way...).
I was first looking frantically for the module ("ocl") in my OpenCV 3.0
folder because the (outdated) web API documentation
said that there should be such a folder. However, this is not true - it
turns out that from v3.0, the “ocl” namespace and folder are gone,
and so is the “oclMat.” To transfer data one has to use UMat.
I will try to get this implemented soon.
Max