lecture epipolar geometry - stanford...

67
Lecture 9 - Fei-Fei Li Lecture 9: Epipolar Geometry Professor FeiFei Li Stanford Vision Lab 21Oct11 1

Upload: vodang

Post on 22-Mar-2018

214 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

Lecture 9: Epipolar Geometry

Professor Fei‐Fei LiStanford Vision Lab

21‐Oct‐111

Page 2: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

What we will learn today?

• Why is stereo useful?• Epipolar constraints• Essential and fundamental matrix• Estimating F (Problem Set 2 (Q2))• Rectification

21‐Oct‐112

Reading:[HZ] Chapters: 4, 9, 11[FP] Chapters: 10

Page 3: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐113

Recovering structure from a single viewPinhole perspective projection

C

Ow

Pp

Calibration rig

Scene

Camera K

Why is it so difficult?

Intrinsic ambiguity of the mapping from 3D to image (2D)

Page 4: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐114

Recovering structure from a single viewPinhole perspective projection

Intrinsic ambiguity of the mapping from 3D to image (2D)

Courtesy slide S. Lazeb

nik

Page 5: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐115

Two eyes help!

Page 6: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐116

Two eyes help!

O2 O1

x2x1

?

This is called triangulation

K =knownK =known

R, T

Page 7: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐117

Triangulation• Find X that minimizes ),(),( 22

211

2 XPxdXPxd

O1 O2

x1x2

X

Page 8: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐118

Stereo‐view geometry

• Correspondence: Given a point in one image, how can I find the corresponding point x’ in another one?

• Camera geometry: Given corresponding points in two images, find camera matrices, position and pose.

• Scene geometry: Find coordinates of 3D point from its projection into 2 or multiple images.

This lecture (#9)

Page 9: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐119

Stereo‐view geometry

• Correspondence: Given a point in one image, how can I find the corresponding point x’ in another one?

• Camera geometry: Given corresponding points in two images, find camera matrices, position and pose.

• Scene geometry: Find coordinates of 3D point from its projection into 2 or multiple images.

Next lecture (#10)

Page 10: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

What we will learn today?

• Why is stereo useful?• Epipolar constraints• Essential and fundamental matrix• Estimating F• Rectification

21‐Oct‐1110

Reading:[HZ] Chapters: 4, 9, 11[FP] Chapters: 10

Page 11: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1111

Epipolar geometry

• Epipolar Plane • Epipoles e1, e2

• Epipolar Lines• Baseline

O1 O2

p2

P

p1

e1 e2

= intersections of baseline with image planes = projections of the other camera center= vanishing points of camera motion direction

Page 12: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1112

Example: Converging image planes

Page 13: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1113

Example: Parallel image planes

O1 O2

P

e2p1 p2

e2

• Baseline intersects the image plane at infinity• Epipoles are at infinity• Epipolar lines are parallel to x axis

Page 14: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1114

Example: Parallel image planes

Page 15: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1115

Example: Forward translation

• The epipoles have same position in both images• Epipole called FOE (focus of expansion)

O2

e1

e2

O2

Page 16: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1116

Epipolar Constraint

‐ Two views of the same object ‐ Suppose I know the camera positions and camera matrices‐ Given a point on left image, how can I find the corresponding point on right image?

Page 17: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1117

Epipolar Constraint

• Potential matches for p have to lie on the corresponding epipolar line l’.

• Potential matches for p’ have to lie on the corresponding epipolar line l.

Page 18: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1118

Epipolar Constraint

1vu

PMp

O O’

pp’

P

R, T

1vu

PMp

0IKM TRK'M

Page 19: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1119

Epipolar Constraint

0IKM

O O’

pp’

P

R, T

TRK'M K1 and K2 are known(calibrated cameras)

0IM TRM '

Page 20: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1120

Epipolar Constraint

O O’

pp’

P

R, T

0)pR(TpT Perpendicular to epipolar plane

)( pRT

Page 21: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1121

Cross product as matrix multiplication

baba ][0

00

z

y

x

xy

xz

yz

bbb

aaaa

aa

“skew symmetric matrix”

Page 22: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1122

Triangulation

O O’

pp’

P

R, T

0)pR(TpT 0pRTpT

E = essential matrix(Longuet‐Higgins, 1981)

Page 23: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1123

Triangulation

• E p2 is the epipolar line associated with p2 (l1 = E p2)• ET p1 is the epipolar line associated with p1 (l2 = ET p1)• E is singular (rank two)• E e2 = 0   and   ET e1 = 0• E is 3x3 matrix; 5 DOF 

O1 O2

p2

P

p1

e1 e2l1 l2

Page 24: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1124

Triangulation

PMP

vu

p 0IKM unknown

O O’

pp’

P

Page 25: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1125

Triangulation

O O’

pp’

P

0pRTpT

pKp 1The image part with relationship ID rId8 was not found in the file.

0pKRT)pK( 1T1

0pKRTKp 1TT

0pFpT

Page 26: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1126

Triangulation

O O’

pp’

P

0pFpT

F = Fundamental Matrix(Faugeras and Luong, 1992)

Page 27: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1127

Triangulation

O1 O2

p2

P

p1

e1 e2

• F p2 is the epipolar line associated with p2 (l1 = F p2)• FT p1 is the epipolar line associated with p1 (l2 = FT p1)• F is singular (rank two)• F e2 = 0   and   FT e1 = 0• F is 3x3 matrix; 7 DOF 

Page 28: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1128

Why is F useful?

‐ Suppose F is known‐ No additional information about the scene and camera is given‐ Given a point on left image, how can I find the corresponding point on right image?

l’ = FT pp

Page 29: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1129

Why is F useful?

• F captures information about the epipolar geometry of 2 views + camera parameters 

• MORE IMPORTANTLY: F gives constraints on how the scene changes under view point transformation (without reconstructing the scene!)

• Powerful tool in:• 3D reconstruction• Multi‐view object/scene matching 

Page 30: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

• Why is stereo useful?• Epipolar constraints• Essential and fundamental matrix• Estimating F (Problem Set 2 (Q2))• Rectification

21‐Oct‐1130

What we will learn today?

Reading:[HZ] Chapters: 4, 9, 11[FP] Chapters: 10

Page 31: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1131

Estimating F

O O’

pp’

PThe Eight‐Point Algorithm

1vu

pP

1vu

pP 0pFpT

(Hartley, 1995)

(Longuet‐Higgins, 1981)

Page 32: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1132

Estimating F

0pFpT

Let’s take 8 corresponding points 

Page 33: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1133

Estimating F

Page 34: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1134

Estimating F

Lsq. solution by SVD!

• Rank 8 A non‐zero solution exists (unique)

• Homogeneous system

• If N>8 F̂

f

1f

W 0fW

Page 35: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1135

Estimating F

0pF̂pT The estimated F may have full rank (det(F) ≠0) (F should have rank=2 instead)

0F̂F Find F that minimizes

Subject to det(F)=0

Frobenius norm (*)

SVD (again!) can be used to solve this problem

^ ^

(*) Sqrt root of the sum pf squares of all entries

Page 36: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1136

ExampleD

ata

cour

tesy

of R

. Moh

r and

B. B

oufa

ma.

Page 37: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1137

Example

Mean errors:10.0pixel9.1pixel

Page 38: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1138

Normalization 

Is the accuracy in estimating F function of the ref. system in the image plane?

iii pTq iii pTq

E.g. under similarity transformation(T = scale + translation):

Does the accuracy in estimating F change if a transformation T is applied?

Page 39: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1139

Normalization 

Why?

•The accuracy in estimating F does change if a transformation T is applied

•There exists a T for which accuracy is maximized

Page 40: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1140

Normalization 

‐ SVD enforces Rank(W)=8‐ Recall the structure of W:Highly un‐balance (not well conditioned)

‐Values of W must have similar magnitude

F1f,0fW Lsq solution 

by SVD

More details HZ pag 108 

Page 41: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1141

Normalization 

IDEA: Transform image coordinate system (T = translation + scaling) such that:

• Origin = centroid of image points• Mean square distance of the data  points from origin is 2 pixels

iii pTq iii pTq (normalization)

Page 42: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1142

The Normalized Eight‐Point Algorithm 

1. Normalize coordinates:

2. Use the eight‐point algorithm to compute F’q from thepoints q  and q’  .

3. Enforce the rank‐2 constraint.

4. De‐normalize Fq:

i i

iii pTq iii pTq

0qFq qT

qF

TFTF qT

0)Fdet( q

0.  Compute Ti and Ti’

Page 43: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1143

With

 transformation

With

out 

transformation

Mean errors:10.0pixel9.1pixel

Mean errors:1.0pixel0.9pixel

Example

Page 44: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

• Why is stereo useful?• Epipolar constraints• Essential and fundamental matrix• Estimating F• Rectification

21‐Oct‐1144

What we will learn today?

Reading:[HZ] Chapters: 4, 9, 11[FP] Chapters: 10

Page 45: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1145

Rectification

p’

P

p

O O’

• Make two camera images “parallel”• Correspondence problem becomes easier

Page 46: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1146

Rectification

O O

P

e2p p’e2

K Kx

y

z

u

v

u

v

• Parallel epipolar lines• Epipoles at infinity • v = v’

Let’s see why….

Page 47: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1147

Rectification

K1=K2 = knownx parallel to O1O2

RtE ][

O O

P

e2p p’e2

K Kx

y

z

u

v

u

v

Page 48: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1148

baba ][0

00

z

y

x

xy

xz

yz

bbb

aaaa

aa

Cross product as matrix multiplication

Page 49: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1149

Rectification

K1=K2 = knownx parallel to O1O2

0000

000][

TTRtE

O O

P

e2p p’e2

K Kx

y

z

u

v

u

v

v = v’?

Page 50: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1150

Rectification

vTTvvTTvuv

u

TTvu

0

010

10000

0001

O O

P

e2p p’e2

K Kx

y

z

u

v

u

v

0pEpT

v = v’

Page 51: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1151

Rectification

p’p

O O’

H

GOAL of rectification : Estimate a perspective transformation H that makes images parallel Impose v’=v

• This leaves degrees of freedom for determining H• If not appropriate H is chosen, severe projective distortions on image take place• We impose a number of restriction while computing H [HZ] Chapters: 11 (sec. 11.12)

Page 52: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1152

Rectification

H

Courtesy figure S. Lazebnik

Page 53: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1153

Application: view morphingS. M. Seitz and C. R. Dyer, Proc. SIGGRAPH 96, 1996, 21‐30 

Page 54: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1154

Application: view morphing

If rectification is not applied, the morphing procedure does not generate geometrically correct interpolations

Page 55: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1155

Application: view morphing

Page 56: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1156

Application: view morphing

Page 57: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1157

Application: view morphing

Page 58: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1158

Application: view morphing

Page 59: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li 21‐Oct‐1159

The Fundamental Matrix Songhttp://danielwedge.com/fmatrix/

Page 60: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

• Why is stereo useful?• Epipolar constraints• Essential and fundamental matrix• Estimating F (Problem Set 2 (Q2))• Rectification

21‐Oct‐1160

What we have learned today?

Reading:[HZ] Chapters: 4, 9, 11[FP] Chapters: 10

Page 61: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

Supplementary materials

21‐Oct‐1161

Page 62: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

Making image planes parallel

T21

T ]1ee[TRKe TKe

Making image planes parallel

p’

P

p

e e’K K’

R,T

PTRKP P0IKP

O O’

0. Compute epipoles

21‐Oct‐1162

Page 63: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

Making image planes parallel

1. Map e to the x‐axis at location [1,0,1]T  (normalization)

T101

T21 ]1ee[e

p’

P

p

e’

O O’

HHTRH 1

e

21‐Oct‐1163

Page 64: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

Making image planes parallel

2. Send epipole to infinity:

p’p

T101e

101010001

H2

P

T001

e

O O’

Minimizes the distortion in a neighborhood (approximates id. mapping)

21‐Oct‐1164

Page 65: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

Making image planes parallel

4. Align epipolar lines

p’p

H = H2 H1

P

e

O O’

e’

3. Define: H = H2 H1

21‐Oct‐1165

Page 66: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

Projective transformation of a line (in 2D)

lHl T

bvtA

H

21‐Oct‐1166

Page 67: Lecture Epipolar Geometry - Stanford Universityvision.stanford.edu/.../lecture/lecture9_epipolar_geometry_cs231a.pdfFei-Fei Li Lecture 9 - What we will learn today? •Why is stereo

Lecture 9 -Fei-Fei Li

Making image planes parallel

p’p

H = H2 H1

P

e

O O’

e’

4. Align epipolar lines

3. Define: H = H2 H1 lHlH TT These are called matched pair of transformation

l l

[HZ] Chapters: 11 (sec. 11.12)

21‐Oct‐1167