Relative Content

Tag Archive for image-processingcudafftcufft

Implement low pass filter using cufft

I’m having an issue with a very simple image processing exercise, applying a low-pass filter to an image using cuFFT in CUDA. After performing the inverse FFT, I get negative values in the output, which shouldn’t be the case for an image processing task. Here is my code: