I have an image ( bit it has a ‘spotty’ appearance). Can you help restore it to a less spotty state

5 views (last 30 days)
This step was done but i stuck in it how can i make a mask for FFT and make the image without spotty. i think we have to apply notch filter.
% A=imread('problem8.tif');
% k=size(A)
% F=fftshift(fft2(double(A)));
% S=log(abs(F));
% imwrite(S/max(S(:)),'mask.tif');
% figure(1),imshow('mask.tif');

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 20 Jun 2021
Please follow this for reference
https://in.mathworks.com/matlabcentral/fileexchange/69333-image-denoising-using-notch-filter-and-inverse-filtering

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!