Vision 1: Camera models + Calibration Flashcards

1
Q

Name some static and perspective monocular depth queues

A
  1. Static (pictorial) cues
    1. Occlusion
    2. Relative size
    3. Aerial (Atmospheric)
    4. Shading
  2. Perspective
    1. Linear perspective
    2. Texture gradient
    3. Relative Height
    4. Cast shadows/shading
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you calculate the depth of a point using two cameras facing the same direction?

A

In order to find the depth of a point with two cameras facing the same direction, you take the length between the optical centers, divide it by the difference in x positions in the images, and multiply it with the focal length of the camera.

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

in a matrix:
[alpha_u, s, u_0;
0 , alpha_v, v_0 ;
0,0,1]
What are the variables alpha_u, alpha_v,s,u_0,v_0

A

alpha u and v are the pixel reselution of the image plane, s the skew, u_0 and v_0 are the optical centre.
The skew is often zero.

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

What are some diffrent apporches to calibration?

A

Using a well known 3D structure at known 3D position.
Auto-calibration(Needs multiple veiws, cna be achived by moving the camera)
Planar object at multiple locations, for example multiple images of a checkerbord

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

What size is P? (P = KAH)

A

3x4 matrix

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

If we have M (a 3D Point) and P, can we compute m (2D point on image plane)? If we can, how is it done?

A

m = P * M

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

If we have m (2D point on image plane) and P, can we compute M (3D point)?

A

No, but we can find a the vector the point lies on

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