Week 3 Low Level Vision & Edge Detection Flashcards

1
Q

What does low-level vision focus on?

A

Low-level vision focuses on basic operations applied to image pixels.

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

What tasks are part of low-level vision?

A

Tasks include filtering, edge detection, and noise reduction.

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

How does filtering modify images?

A

Filtering modifies pixel values based on neighbouring pixels, often for smoothing or sharpening.

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

What operation is fundamental in many filtering techniques?

A

The convolution operation is the backbone of many filtering techniques.

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

What does edge detection identify?

A

Edge detection identifies significant transitions in intensity values.

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

What is the Sobel operator used for?

A

The Sobel operator detects edges by computing intensity gradients.

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

Why is the Canny edge detector widely used?

A

The Canny edge detector is widely used for its multi-step approach to accurate edge detection.

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

What role does Gaussian smoothing play in edge detection?

A

Gaussian smoothing reduces noise before edge detection.

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

What is thresholding in image processing?

A

Thresholding is used to retain only strong edges and discard weak edges.

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

Why is low-level vision essential for higher-level tasks?

A

Low-level vision is essential for higher-level tasks like segmentation and object recognition.

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