*DIP L5 - Image Enhancement 2 Flashcards

1
Q

What is the difference between point, local and global operation?

A

An image is changed, but it depends on how much of the image is changed at a time - i.e. one pixel, group of pixel or whole image

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

What is the difference between spatial domain and frequency domain?

A

Spatial: XYZ… Frequency: specific place?

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

What is “segmentation”?

A

Like.. cropping. This is considered a global operation

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

Can point and local operators act in frequency domain?

A

NO! They are only spatial domain!!! Global is in BOTH spatial and frequency

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

Histogram averaging optimises contrast

A

True

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

How do you do simple mag and simple min

A

Mag: all same values, just multiple of them
Min: take average and divide, then round

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

What is the difference between zooming and magnification?

A

Zooming does not change any property of the image. Magnification changes pixel value, size and matrix size

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

In Simple magnification, the increases must be multiples of an integer

A

T

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

In simple magnification, are the pixel sizes increasing or decreasing?

A

Neither - they remain the same. There are just more of them created

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

What are other methods of mag? Why do we use these?

A

We use these because sometimes we want to magnify images that arent integer values etc… We can use nearest neighbour, bilinear interpolation and bicubic interpolation

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

What is coordinate matrix? What is the purpose of this?

A

Pixel values represented at corners. For simplicity for when we do stuff like rotate with a non-orthagonal value… You literally draw lines in the middle of the boxes of the original… (lol)

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

Bicubic method uses a polynomial fir across 8 neighbours

A

True

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

What is the difference between bilinear and bicubic?

A

Bilinear uses 4 neighbours, bicubic uses 16!

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

For coordinate matrixes, the pixel values are located where?

A

At the intersection/corners of the lines!

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

Nearest neighbour: extreme values and subtle values are lost

A

False. They are still clearly represented bcos the pixel numbers are not changing

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

What is the disadvantage of using nearest neighbour? What is adv?

A

Adv is that it is fast. disadv is aliasing

17
Q

Bilinear assumes a linear relationship between pixel values

A

true- think of it biLINEAR

18
Q

In Bilinear method, extreme data is lost/devalued

A

True - because you are taking an average. i.e. Research.. you got HD but you only gonna get P on exam - Averages down to alike a credit… HD is devalued

19
Q

What is the adv/disadv of bilinear method of mag?

A

Adv: more smooth, less alisaing. Disadv: extreme values are devalued

20
Q

What are your two options for non-orthagonal image rotation?

A
  1. Crop the edges off (keep same size matrix)

2. MAke the matrix larger (with blank spaces)

21
Q

How do you do non-orthagonal image rotation?

A

USE THE FORMULA!!! Those rlly weird looking ones

22
Q

Image addition: NM use?

A

For noise reduction - average all the images

23
Q

Image addition: DSA use?

A

Remove anatomy to only show contrast

24
Q

RT

A

overlaying isodose lines

25
What is the difference between spatial and freq domain?
Spatial domain tells you where the values are, freq domain just tell you how many of those values there are
26
What is the main thing that Freq domains do?
They turn spatial relationships into freq relationships - giving them freq, amplitude and phase
27
What does a band filter do?
Removes freqs except in a given range
28
What does morph filter do?
Removes noise, removes 'spikes' in the fourier domain