fourier transform of an image and bandpass filter
I have an image and I have to take a fourier transform of the image along the rows ie..using DFT_ROWS flag. After that i want to apply a bandpass filter which filters a desired frequency of that image. Then perform an inverse fourier transform to get the spatial image. How can i do it.Thanks in advance.