opencv oclMat interop with clBuffer or clImage data
how can I construct an oclMat from device memory, and also send the contents of oclMat to opencl data types after
for example how can I go from a cl::Buffer or cl::Image2D to an oclMat with the current constructors. The opencv opencl code I'd like to use is part of a processing chain.