Derivatives and Edges Flashcards

1
Q

What are features in images typically characterised by?

A

A change in intensity

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

Can you calculate the 1st derivative by convolution?

A

Not convolution alone.

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

What two derivative filters are most commonly associated with edge detection?

A

-Roberts’ Cross Operators
-Sobel Operators

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

What does unsharp masking do?

A

Make edges more enhanced without affecting the rest of the image much

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

What are the 3 steps of unsharp masking?

A
  • gaussian smoothing the original image
  • subtracting smoothed version from original to get the unsharp mask
  • adding the mask to make edges more obvious
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a downsize of unsharp filtering?

A

The effect is hard to predict so its hard to parameterise

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

What method of edge highlighting is more direct than unsharp filtering?

A

Estimating derivatives

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

Why is the second derivative more useful than the 1st in image processing?

A
  • Stronger response to fine detail and simpler implementation in 2D
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a common (derivative) sharpening filter?

A

The Laplacian

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

Simply - what is edge detection?

A

The process of marking the points at which image intensity changes sharply

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

If an edge is a sharp rise in an intensity graph, what happens on a graph of the 1st derivative? on a graph of the second derivative?

A

1st - a peak
2nd - a zero crossing

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

How is thresholding used in 1st derivative edge detection?

A

Significant peaks in values of the 1st derivative are high, so a threshold value is picked and all 1st derivatives above that are taken as the edge

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

The 1st derivative is normally used for….. while the second is normally used for..?

A

1st - edge detection
2nd - sharpening

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