Ask Your Question

Revision history [back]

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);

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);