projective geometry and - brown university

46

Upload: others

Post on 16-Oct-2021

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Projective Geometry and - Brown University
Page 2: Projective Geometry and - Brown University
Page 3: Projective Geometry and - Brown University

Projective Geometry and Camera Models

Computer Vision CS 143 Brown

James Hays

Slides from Derek Hoiem, Alexei Efros, Steve Seitz, and David Forsyth

Page 4: Projective Geometry and - Brown University

Administrative Stuff • My Office hours, CIT 375

– Monday and Friday 2-3

• TA Office hours, CIT 219 – Sunday 4-6 – Monday 6-8 – Monday 8-10 – Tuesday 6-8 – Thursday 6-8

• Project 1 is out

Page 5: Projective Geometry and - Brown University

Previous class: Introduction

• Overview of vision, examples of state of art, preview of projects

Computer Vision

Robotics

Neuroscience

Graphics

Computational Photography

Machine Learning

Medical Imaging

Human Computer Interaction

Optics

Image Processing Feature Matching

Recognition

Page 6: Projective Geometry and - Brown University

What do you need to make a camera from scratch?

Page 7: Projective Geometry and - Brown University

Today’s class

Mapping between image and world coordinates – Pinhole camera model – Projective geometry

• Vanishing points and lines

– Projection matrix

Page 8: Projective Geometry and - Brown University

Today’s class: Camera and World Geometry

How tall is this woman?

Which ball is closer?

How high is the camera?

What is the camera rotation?

What is the focal length of the camera?

Page 9: Projective Geometry and - Brown University

Image formation

Let’s design a camera – Idea 1: put a piece of film in front of an object – Do we get a reasonable image?

Slide source: Seitz

Page 10: Projective Geometry and - Brown University

Pinhole camera

Idea 2: add a barrier to block off most of the rays – This reduces blurring – The opening known as the aperture

Slide source: Seitz

Page 11: Projective Geometry and - Brown University

Pinhole camera

Figure from Forsyth

f

f = focal length c = center of the camera

c

Page 12: Projective Geometry and - Brown University

Camera obscura: the pre-camera • Known during classical period in China and Greece

(e.g. Mo-Ti, China, 470BC to 390BC)

Illustration of Camera Obscura Freestanding camera obscura at UNC Chapel Hill

Photo by Seth Ilys

Page 13: Projective Geometry and - Brown University

Camera Obscura used for Tracing

Lens Based Camera Obscura, 1568

Page 14: Projective Geometry and - Brown University

First Photograph

Oldest surviving photograph – Took 8 hours on pewter plate

Joseph Niepce, 1826

Photograph of the first photograph

Stored at UT Austin

Niepce later teamed up with Daguerre, who eventually created Daguerrotypes

Page 15: Projective Geometry and - Brown University

Point of observation

Figures © Stephen E. Palmer, 2002

Dimensionality Reduction Machine (3D to 2D)

3D world 2D image

Page 16: Projective Geometry and - Brown University

Projection can be tricky… Slide source: Seitz

Page 17: Projective Geometry and - Brown University

Projection can be tricky… Slide source: Seitz

Page 18: Projective Geometry and - Brown University

Projective Geometry

What is lost? • Length

Which is closer?

Who is taller?

Page 19: Projective Geometry and - Brown University

Length is not preserved

Figure by David Forsyth

B’

C’

A’

Page 20: Projective Geometry and - Brown University

Projective Geometry

What is lost? • Length • Angles

Perpendicular?

Parallel?

Page 21: Projective Geometry and - Brown University

Projective Geometry

What is preserved? • Straight lines are still straight

Page 22: Projective Geometry and - Brown University

Vanishing points and lines Parallel lines in the world intersect in the image at a

“vanishing point”

Page 23: Projective Geometry and - Brown University

Vanishing points and lines

o Vanishing Point o Vanishing Point

Vanishing Line

Page 24: Projective Geometry and - Brown University

Vanishing points and lines

Vanishing point

Vanishing line

Vanishing point

Vertical vanishing point

(at infinity)

Slide from Efros, Photo from Criminisi

Page 25: Projective Geometry and - Brown University

Projection: world coordinatesimage coordinates

Camera Center

(tx, ty, tz)

=

ZYX

P.

. . f Z Y

=

vu

p

. Optical Center (u0, v0)

v

u

Page 26: Projective Geometry and - Brown University

Homogeneous coordinates

Conversion Converting to homogeneous coordinates

homogeneous image coordinates

homogeneous scene coordinates

Converting from homogeneous coordinates

Page 27: Projective Geometry and - Brown University

Homogeneous coordinates Invariant to scaling Point in Cartesian is ray in Homogeneous

=

=

wywx

kwkykwkx

kwkykx

wyx

k

Homogeneous Coordinates

Cartesian Coordinates

Page 28: Projective Geometry and - Brown University

Slide Credit: Saverese

Projection matrix

[ ]XtRKx = x: Image Coordinates: (u,v,1) K: Intrinsic Matrix (3x3) R: Rotation (3x3) t: Translation (3x1) X: World Coordinates: (X,Y,Z,1)

Ow

iw

kw

jw R,T

Page 29: Projective Geometry and - Brown University

Interlude: why does this matter?

Page 30: Projective Geometry and - Brown University

Relating multiple views

Page 31: Projective Geometry and - Brown University

Object Recognition (CVPR 2006)

Page 32: Projective Geometry and - Brown University

Inserting photographed objects into images (SIGGRAPH 2007)

Original Created

Page 33: Projective Geometry and - Brown University

[ ]X0IKx =

=

10100000000

1zyx

ff

vu

w

K

Slide Credit: Saverese

Projection matrix

Intrinsic Assumptions • Unit aspect ratio • Optical center at (0,0) • No skew

Extrinsic Assumptions • No rotation • Camera at (0,0,0)

Page 34: Projective Geometry and - Brown University

Remove assumption: known optical center

[ ]X0IKx =

=

101000000

10

0

zyx

vfuf

vu

w

Intrinsic Assumptions • Unit aspect ratio • No skew

Extrinsic Assumptions • No rotation • Camera at (0,0,0)

Page 35: Projective Geometry and - Brown University

Remove assumption: square pixels

[ ]X0IKx =

=

101000000

10

0

zyx

vu

vu

w βα

Intrinsic Assumptions • No skew

Extrinsic Assumptions • No rotation • Camera at (0,0,0)

Page 36: Projective Geometry and - Brown University

Remove assumption: non-skewed pixels

[ ]X0IKx =

=

10100000

10

0

zyx

vus

vu

w βα

Intrinsic Assumptions Extrinsic Assumptions • No rotation • Camera at (0,0,0)

Note: different books use different notation for parameters

Page 37: Projective Geometry and - Brown University

Oriented and Translated Camera

Ow

iw

kw

jw

t

R

Page 38: Projective Geometry and - Brown University

Allow camera translation

[ ]XtIKx =

=

1100010001

1000

0

10

0

zyx

ttt

vu

vu

w

z

y

x

βα

Intrinsic Assumptions Extrinsic Assumptions • No rotation

Page 39: Projective Geometry and - Brown University

3D Rotation of Points

Rotation around the coordinate axes, counter-clockwise:

−=

−=

−=

1000cossin0sincos

)(

cos0sin010

sin0cos)(

cossin0sincos0001

)(

γγγγ

γ

ββ

βββ

ααααα

z

y

x

R

R

R

p

p’

γ y

z

Slide Credit: Saverese

Page 40: Projective Geometry and - Brown University

Allow camera rotation

[ ]XtRKx =

=

1100

01 333231

232221

131211

0

0

zyx

trrrtrrrtrrr

vus

vu

w

z

y

x

βα

Page 41: Projective Geometry and - Brown University

Degrees of freedom

[ ]XtRKx =

=

1100

01 333231

232221

131211

0

0

zyx

trrrtrrrtrrr

vus

vu

w

z

y

x

βα

5 6

Page 42: Projective Geometry and - Brown University

Orthographic Projection • Special case of perspective projection

– Distance from the COP to the image plane is infinite

– Also called “parallel projection” – What’s the projection matrix?

Image World

Slide by Steve Seitz

=

1100000100001

1zyx

vu

w

Page 43: Projective Geometry and - Brown University

Field of View (Zoom, focal length)

Page 44: Projective Geometry and - Brown University

Beyond Pinholes: Radial Distortion

Image from Martin Habbecke

Corrected Barrel Distortion

Page 45: Projective Geometry and - Brown University

Things to remember

• Vanishing points and

vanishing lines

• Pinhole camera model and camera projection matrix

• Homogeneous coordinates

Vanishing point

Vanishing line

Vanishing point

Vertical vanishing point

(at infinity)

[ ]XtRKx =

Page 46: Projective Geometry and - Brown University

Next class • Light, color, and sensors