015 Image-Smoothing-Basic-Concepts
015 Image-Smoothing-Basic-Concepts
Neighbourhood Operations
What are Neighbourhood Operations
y Image f (x, y)
Simple Neighbourhood Operations
These include:
Min: Set the pixel value to the minimum in the neighbourhood
The above process is repeated for each and every pixel to get filtered image
Smoothing Spatial Filters
One of the simplest spatial filtering operations we can perform is a un-
weighted smoothing process
Simply average all of the pixels in a neighbourhood around a central value
Especially useful in removing noise from images but may lead to edge blurring
Also useful for highlighting gross detail
1/ 1/ 1/
9 9 9
Simple Averaging
1/ 1/ 1/
Filter 9 9 9
1/ 1/ 1/
9 9 9
Image Smoothing Example
1/ 2/ 1/
16 16 16
Weighted averaging
filter
Averaging Filter Vs. Median Filter Example
Origin x
e e
e e e
y Image f (x, y)