Info

此问题已关闭。 请重新打开它进行编辑或回答。

can you pls tell me the logic for this code?

2 次查看(过去 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