image matching 2 Flashcards

(17 cards)

1
Q

What is the goal of matching image points?

A

To find corresponding points between an image pair, enabling tasks like alignment and 3D reconstruction.

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

What are two main ways to obtain corresponding image points?

A

Manually (by an operator) and automatically (by an algorithm).

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

What is cross-correlation (CC) used for in image matching?

A

To find where a template appears in a larger image by comparing similarity across all possible positions.

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

What are key assumptions of cross-correlation?

A

Images only differ by translation, brightness, and contrast.

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

What is the best estimate of offset in cross-correlation?

A

The offset u that maximises the cross-correlation coefficient.

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

What is the role of normalised cross-correlation?

A

To provide a more robust similarity measure that accounts for brightness and contrast differences.

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

What is exhaustive search in template matching?

A

Computing similarity for all possible offsets and selecting the one with the highest score.

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

What is the coarse-to-fine search strategy?

A

A method using image pyramids to search for template matches at multiple scales, improving efficiency.

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

What is the main limitation of cross-correlation?

A

It performs poorly with occlusions, large rotations (>20°), and large scale changes (>30%).

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

What is least squares matching (LSM)?

A

A precise method for fitting a model to data by minimising the squared residuals between observed and predicted values.

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

What type of models can be used in LSM?

A

Parametric models such as lines, circles, or transformations (e.g., affine).

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

What are the two broad approaches to image alignment mentioned in the slides?

A

Direct (pixel-based) alignment and feature-based alignment.

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

What does direct alignment aim to do?

A

Align images such that the pixel values match as closely as possible.

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

What transformation types are mentioned in the slides?

A

Similarity, Affine, and Projective (Homography) transformations.

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

What kind of transformation is suitable for roughly planar scenes?

A

Affine transformation.

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

How many point correspondences are required to solve for an affine transformation?

A

At least three, as each provides two independent equations.

17
Q

What is the purpose of fitting a transformation in image alignment?

A

To find the model parameters that best map matched features from one image to another.