Removing noise from an image using the Fourier Transform of that image

54 views (last 30 days)
I am trying to remove noise from an image. The image itself has a specific pattern but there is a lot of noise on it. I am trying extract the pattern.
I have the target image. I am posting the result from taking the fourier transform of both of the images. I would aprreciate if you could help and guide me with solving this problem
fft2 of the input image:
fft2 of the target image:

Answers (1)

Manas Meena
Manas Meena on 9 Nov 2020
In addition to the link mentioned in the comment above. You can also refer to the following link to learn more about Noise Removal using the image processing toolbox.
You may also refer to the following link for a demo to remove noise from an image

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!