Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

can you pls tell me the logic for this code?

1 view (last 30 days)
ASHA
ASHA on 24 Jan 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
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');

Answers (0)

This question is closed.

Products

Community Treasure Hunt

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

Start Hunting!