9. Spatial domain filtering, part II

Spatial filtering is a form of finite impulse response (FIR) filtering. The filter is actually a mask of weights arranged in a rectangular pattern. The process is one of sliding the mask along the image and performing a multiply and accumulate operation on the pixels covered by the mask.

In this lecture we will talk about ordered statistical filters and median filter will be introduced. First and second ordered differential filters such as Gradient and Laplacian will be introduced. We will get to know how Sobel operator is working.

http://www.uttv.ee/naita?id=20154 

http://youtu.be/jvvKj9pJ8_M?list=UU-ETlxdihAaw8Pn6_Zz10lg

Read the attached document for further information.