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

1 visualización (últimos 30 días)
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');

Respuestas (1)

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by