Week 4 Hough Transform and PCA Flashcards

1
Q

What is the Hough Transform used for?

A

The Hough Transform is a technique for detecting shapes in images, like lines and circles.

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

How does the Hough Transform map points in image space?

A

It maps points in an image space to curves in a parameter space.

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

How is the line equation reformulated in the Hough Transform?

A

For line detection, the equation y = mx + c is reformulated as ρ = xcos(θ) + ysin(θ).

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

What does the Hough space accumulate?

A

The Hough space accumulates votes for parameter combinations, identifying strong candidates.

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

What is the purpose of the Probabilistic Hough Transform?

A

The Probabilistic Hough Transform optimises performance by sampling points randomly.

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

What input is commonly used for the Hough Transform?

A

Edge maps from detectors like Canny are commonly used as input for the Hough Transform.

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

What are accumulator arrays used for in the Hough Transform?

A

Accumulator arrays store votes for potential shape parameters during the transform.

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

What is PCA in computer vision?

A

PCA is a dimensionality reduction technique widely used in computer vision and data analysis.

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

What does PCA transform data into?

A

PCA transforms data to a new coordinate system based on variance.

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

What are principal components?

A

Principal components are the directions with maximum variance in the data.

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