topic 4 - spatial filtering Flashcards
what is the purpose of spatial filtering?
Image smoothing
Noise removal
Image sharpening
Edge detection
Inpainting
Pre-processing.
how do you define a filter using spatial filtering?
3x3 averaging filter
Smooths image content
Identical weights
Weights sum to 1 (preserves overall image brightness)
how do you identify an image neighbourhood using spatial filtering?
Filter operates on this pixel to determine the intensity at the same position in the output image.
what is an un-sharp mask and how does it sharpen an image?
The unsharp mask sharpens edges within an image.
The name is derived from the fact that the process involves blurring the original image.
If J is the output image then it is defined in terms of the original image, I, as follows:
J = I + A x [I - Iblur]
Where A is a scaling factor that can varied to control the strength of the sharpening effect.