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

1 回表示 (過去 30 日間)
Kiimz
Kiimz 2021 年 6 月 19 日
回答済み: KALYAN ACHARJYA 2021 年 6 月 20 日
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');

回答 (1 件)

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by