L5: SFM Flashcards

1
Q

★ What is SFM?

A

Estimating 3D reconstruction from different 2D images.
Have few assumptions:
- where the camera is placed in relation to each other
- what the scene would look like (no control points available)
- (general-case) we don’t have calibrated cameras, we might have different cameras for each image

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

★ What is the most challenging part of visual SFM?

A

Finding the initial guesses

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

★ What is the problem in SFM?

A

Given: m images of n fixed 3D points.
x_ij =P_iX_j, i=1,…,m, j=1,…,n

Problem: Estimate m projection matrices P_i and n 3D points X_j from the mn correspondences x_ij

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

★ What is SFM ambiguity? MANGLER

A

Consider what we know geometrically, there must be some uncertainty/ambiguity. We cant solve for everything

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

★ What is scale ambiguity?

A

When we don’t know the projection matrices (non-calibrated) the ambiguity is worse.

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

★ What different kinds of ambiguity is there?

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

What is projective and ambiguity and where does it arise in SfM?

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

How can we use orthographic projection approximations in SfM?

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

How is a zero-skew constraint introduced in SfM reconstruction?

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

How can we reconstruct 3d geometry from uncalibrated cameras?

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

★ The starting points of ambiguity

A

With no constraints on teh camera calibration matrix or on the scene, we get projective reconstruction. We need addition info to upgrade the reconstruction:

Projective (15 dof)
Affine (12 dof)
Similarity (7 dof)
Euclidean (6 dof)

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

★ Hvad bruger vi de her transforms til?????

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

★ What is a affine camera?

A

Assumes there are no vanishing points (perspective). The 3D scene that is projected is directly into the camera with parallel rays (weak perspective).
- Increase focal length and distance from camera.

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

★ What does the affine camera do?

A

P = [3x3]OP[4x4] = [A b; 0 1]
[3x3]: affine transformation of the image
orthographic projection with a focal length of 1
[4x4]: affine transformation by the 3D space

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

★ Difference between orthographic- and parallel projection

A

Orthographic projection
Parallel projection

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

Hvordan fra projective bevæger vi os til affine?

A

Bruger ortographic?

17
Q

Hvad er D matricen?

A
18
Q

Hvordan bevæger vi os fra affine til similarity?

A
19
Q

Hvordan bevæger vi so fra similarity til euclidean?

A
20
Q

★ What is missing data

A

If not all of the points are visible in all views.

21
Q

★ What is Orthographic projection?

A

The distance from the center of projection to the image plane is infinite. The focal length is set to 1 in the matrix
[1, 0, 0, 0;
0, 1, 0, 0;
0, 0, 0, 1]