Ask Your Question

Anton 7's profile - activity

2014-02-19 09:33:55 -0600 received badge  Taxonomist
2012-07-07 07:45:19 -0600 received badge  Scholar (source)
2012-07-05 06:51:05 -0600 received badge  Popular Question (source)
2012-07-01 08:11:28 -0600 asked a question GpuMat submatrix out of GpuMat object?

Since accessing pixels in GpuMat object is not possible, is it possible to create GpuMat sub matrix out of main GpuMat matrix with defined range or ROI and how? Transferring GpuMat to Mat and then again to GpuMat is not an option, since memory transfers will actually slow down my program. Thanks in advance.