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?
1 | initial version |
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?