how can I construct an oclMat from device memory, and also send the contents of oclMat to opencl data types after
1 | initial version |
how can I construct an oclMat from device memory, and also send the contents of oclMat to opencl data types after
2 | more detail added |
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.