topic 4 - spatial filtering Flashcards

1
Q

what is the purpose of spatial filtering?

A

Image smoothing

Noise removal

Image sharpening

Edge detection

Inpainting

Pre-processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how do you define a filter using spatial filtering?

A

3x3 averaging filter

Smooths image content

Identical weights

Weights sum to 1 (preserves overall image brightness)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how do you identify an image neighbourhood using spatial filtering?

A

Filter operates on this pixel to determine the intensity at the same position in the output image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is an un-sharp mask and how does it sharpen an image?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly