OpenCV OpenCL interoperability

asked 2016-07-01 04:45:48 -0600

micha gravatar image

updated 2018-10-20 21:15:09 -0600

I have a program that makes extensive use of OpenCL. I want to extend my softward with the use OpenCV functionality. Actually, I want to synchronize my kernels with OpenCV kernels. how I can use OpenCV functions with my OpenCL created queue? Or how to attach cl_command_queue to cv::ocl::Queue?

edit retag flag offensive close merge delete