Week 2 Deep Learning Flashcards

1
Q

What is feature detection in computer vision?

A

Feature detection identifies key points or structures in an image.

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

What are common features in feature detection?

A

Common features include edges, corners, and blobs.

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

Why is feature detection important in vision tasks?

A

Feature detection is the first step in many vision tasks like object recognition and matching.

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

What is edge detection used for?

A

Edge detection finds boundaries between regions with significant intensity changes.

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

What does corner detection do?

A

Corner detection identifies points where edges meet or intersect.

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

How is blob detection applied in vision?

A

Blob detection detects regions with similar properties, often used in segmentation.

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

What is the Harris corner detector?

A

The Harris corner detector is a widely used corner detection algorithm.

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

What is SIFT in computer vision?

A

SIFT (Scale-Invariant Feature Transform) is effective for detecting and matching features across images.

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

How does SURF compare to SIFT?

A

SURF (Speeded-Up Robust Features) is a faster alternative to SIFT.

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

What has deep learning revolutionised in feature extraction?

A

Deep learning has revolutionised feature extraction with convolutional neural networks (CNNs).

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