Community Profile

photo

P.Milanraaj Purusouthman


Last seen: 4 years ago Active since 2020

Statistics

Content Feed

View by

Question


How to Inverse Fourier Transform this?
Hey Everyone, I have the fourier transform of an image using this code: af = fft2(noisyImage); saf = fftshift(af); Img_FT = ...

4 years ago | 1 answer | 0

1

answer

Question


How to apply Mean Filter on a FT Image in the Frequency Domain?
Hey everyone, I am trying to write a script to denoise an image after applying FT on the image to convert it into the frequency...

4 years ago | 1 answer | 1

1

answer