1 | initial version |
So what @berak says is that you need to replace some stuff
cuda::GpuMat outputDevice, outputBothOperations;
cuda::GpuMat outputDevice;``gauss->apply(outputDevice, outputBothOperations);
outputBothOperations.download(outputHost);
2 | No.2 Revision |
So what @berak says is that you need to replace some stuff
cuda::GpuMat outputDevice, outputBothOperations;
cuda::GpuMat outputDevice;``gauss->apply(outputDevice, gauss->apply(outputDevice, outputBothOperations);
outputBothOperations.download(outputHost);