Pb with CopyTo and GpuMat
Hello, This instruction myMat.copyTo(myScreen(Rect( x, y, myMat.cols, myMat.rows)));
Is working with Mat, but not with GpuMap.
Could you help, Thank you, cjacquel
add a comment
Hello, This instruction myMat.copyTo(myScreen(Rect( x, y, myMat.cols, myMat.rows)));
Is working with Mat, but not with GpuMap.
Could you help, Thank you, cjacquel
Asked: 2018-03-17 15:52:46 -0600
Seen: 149 times
Last updated: Mar 17 '18
copying a portion of a matrix to itself
How to save only ROI pixels in a Mat using a binary mask?
copy part of a image Mat to another one
How to crop non rectangular area from Mat?
copy even rows/cols to another Mat
copyTo is oddly slow for (at least for planes of 3D Mats) [closed]