writing OpenCL parallel for using OpenCV
As far as I could understand form openCV source code, cv::parallel_for_
can utilize multiple computational units in the CPU using OpenMP, TBB, WinRT Concurrency ... However, there is no OpenCL implementaiton for it.
Is there any parallel_for_
-similar function that uses OpenCL?