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.