Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I can answer to my first question.

If I call the method :

cv::ocl::openCLExecuteKernelInterop(cv::ocl::Context::getContext(), src, "square",
                                     globalThreads, localThreads, args, 1, CV_8U, "");

with the following arguments :

cv::ocl::openCLExecuteKernelInterop(cv::ocl::Context::getContext(), src, "square",
                                     globalThreads, localThreads, args, -1, -1, "");

Everythings works fine.