MATLAB: Applying smoothing to image

blurringimage processingImage Processing Toolboxmanual convolutionMATLABspatial filtering

How can I apply smoothing to the image with 3*3 filter mask without Image Processing Tool Box (Manually)

Best Answer

Is it gray scale or color? And this seems to be the hot topic of the month. There are so many threads lately on manually computing blurring or filtering of images with nested for loops - just search for them. I'm attaching my demo.
Related Question