Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

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.