フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

can you pls tell me the logic for this code?

1 回表示 (過去 30 日間)
ASHA
ASHA 2014 年 1 月 24 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
n = imnoise(a1,'gaussian',0.05);
figure,imshow(n);
title('gaussian noisy image');
K = wiener2(n,[5 5]);
figure, imshow(K);
title('gaussian noise removed image');

回答 (0 件)

この質問は閉じられています。

製品

Community Treasure Hunt

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

Start Hunting!

Translated by