wk 7.1 Flashcards

1
Q

how does image blur happen

A
  • camera vibration causing all image pixels to be affected
  • movement by the camera or subject during image capture process
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is image blur

A

reducing edge content and making transition from one colour to another very smooth.

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

types of image blur

A

optical, motion

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

what filters can be applied to an image to blur it

A

average filter, weighted average filter, Gaussian filter & motion filter.

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

Gaussian Filter benefits

A

Provides gentler smoothing & preserves edges better than a similarly sized mean filter

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

Low Pass Filtering info

A

Spatial Low Pass Filtering:
- basis for most smoothing methods. image smoothed by decreasing disparity between pixel values by averaging nearby pixels

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

Gaussian Filter use

A
  • Used to remove noise, also detail ie. blurs/smoothens the edges
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Deblurring objective

A

recover original, sharp image by using a mathematical model of the blurring process

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

Low Pass Filtering cons

A

low pass filter tends to retain low frequency information within an image while reducing the high frequency information.

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

Deblurring formula

A

g(x,y) = h(x,y)* f(x,y) + η(x,y)

blurred image = Point Spread Function * Sharp Image + Additive Noise

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

What is deblurring

A

Deblurringis removing blurring artifacts fromimages.

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

Image deconvolutioninfo

A

image-processingtechnique designed to remove blur and enhance contrast and resolution.

MATLAB uses deconvwnr() that will deblur an image using Wiener filter algorithm.

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

side effects of high pass filtering

A

looses a large portion of visual information by filtering out low spatial frequency components.

Signal to Noise Ratio (SNR) will be reduced.

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