GPU-based version of forEach on GpuMat
In opencv 3.0.0 I found a forEach method in the cv::Mat class. I need a GPU-based counterpart of the same method to run on GpuMat objects. Will it be available in some next version of opencv?
add a comment