can you pls tell me the logic for this code?

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

Asked:

on 24 Jan 2014

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!