Edge detection Flashcards

1
Q

What is convolution?

A

Convolution is sliding a window(kernel/filter) across all pixels in the image, and using the pixel values to calculate new pixel values.

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

What types of filters can be used for edge detection? Quickly explain how they work

A
Low pass: blocks higher frequencies
High pass: blocks lower frequencies
Band-pass: Chooses a certain range
Feature detection: Detecting edges, corners, texture
Also Canny (another question tho)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does the Canny filter work? (4 steps)

A

Noise reduction
Find intensity gradient
Non-max suppression
Tracing edges and thresholding

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

What is an edge?

A

An edge is a strong change in pixel intensity in an image. Aka the gradient is hiiiigh

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