LAB#07
“Study of Basic Smoothing Filters”
Lab Objectives:
• To understand the concept of smoothing filter like average, minimum, maximum, and
median filter etc
Introduction:
Averaging filter:
Median filter:
100 100 100 100 100 195 200 200 205
100 100 100 195 200 200 200 203 205
, In Lab Tasks:
Task#01: Write a MATLAB code to implement an average filter.
Code:
Figure:
original image filtered image
“Study of Basic Smoothing Filters”
Lab Objectives:
• To understand the concept of smoothing filter like average, minimum, maximum, and
median filter etc
Introduction:
Averaging filter:
Median filter:
100 100 100 100 100 195 200 200 205
100 100 100 195 200 200 200 203 205
, In Lab Tasks:
Task#01: Write a MATLAB code to implement an average filter.
Code:
Figure:
original image filtered image