send special GpuMat elements to kernel by CUDA
Hi, I want only send GpuMat elements that they dividable to 16. For example I want only send elements 0,16,32,... to kernel using CUDA/C++.
add a comment