-2

Design a 2-D averaging filter that can decrease the effect of noise on the image “waves_noise.jpg”. You can use the image processing toolbox in MATLAB to read images, convert them from RGB to gray level, and do 2D convolution using MATLAB functions

Doug Lipinski
  • 644
  • 4
  • 9

1 Answers1

0

Look into the imfilter command. This question is easy.

Patrick K
  • 341
  • 2
  • 5