Hi, I need to do some operation on matrix (subtract, reshape, roi, ...) and I use cuda for parallel treatments. But in the kernel I thought GPUMat was Mat but for kernel. It wasn't the cas and I ask what is the meaning of GPUMat and how do the operation in my kernel without Mat.
Thanks