lecture 7: image alignment and panoramas cs6670: computer vision noah snavely what’s inside your...

60
Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely at’s inside your fridge? tp://www.cs.washington.edu/education/courses/cse590ss/01wi/

Post on 20-Dec-2015

220 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Lecture 7: Image Alignment and Panoramas

CS6670: Computer VisionNoah Snavely

What’s inside your fridge?http://www.cs.washington.edu/education/courses/cse590ss/01wi/

Page 2: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Projection matrix

(t in book’s notation)

translationrotationprojection

intrinsics

Page 3: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Projection matrix

0

=

(in homogeneous image coordinates)

Page 4: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Questions?

Page 5: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Image alignment

Full screen panoramas (cubic): http://www.panoramas.dk/ Mars: http://www.panoramas.dk/fullscreen3/f2_mars97.html

2003 New Years Eve: http://www.panoramas.dk/fullscreen3/f1.html

Page 6: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Why Mosaic?

• Are you getting the whole picture?– Compact Camera FOV = 50 x 35°

Slide from Brown & Lowe

Page 7: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Why Mosaic?

• Are you getting the whole picture?– Compact Camera FOV = 50 x 35°– Human FOV = 200 x 135°

Slide from Brown & Lowe

Page 8: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Why Mosaic?

• Are you getting the whole picture?– Compact Camera FOV = 50 x 35°– Human FOV = 200 x 135°– Panoramic Mosaic = 360 x 180°

Slide from Brown & Lowe

Page 9: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Mosaics: stitching images together

Page 10: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Readings

• Szeliski:– Chapter 6.1: Feature-based alignment– Chapter 9: Panorama stitching

Page 11: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Image alignment

Image taken from same viewpoint, just rotated.

Can we line them up?

Page 12: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Image alignment

Why don’t these image line up exactly?

Page 13: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

What is the geometric relationship between these two images?

?

Page 14: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

What is the geometric relationship between these two images?

?

Page 15: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Is this an affine transformation?

Page 16: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Where do we go from here?

affine transformation

what happens when we change this row?

Page 17: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Projective Transformations aka Homographies aka Planar Perspective Maps

Called a homography (or planar perspective map)

projection of 3D plane can be explained by a (homogeneous) 2D transform

Page 18: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Homographies

What happens when the denominator is 0?What happens when

the denominator is 0?

Page 19: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Homographies

• Example on board

Page 20: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Image warping with homographies

image plane in front image plane belowblack areawhere no pixelmaps to

Page 21: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Homographies

Page 22: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Homographies

• Homographies …– Affine transformations, and– Projective warps

• Properties of projective transformations:– Origin does not necessarily map to origin– Lines map to lines– Parallel lines do not necessarily remain parallel– Ratios are not preserved– Closed under composition

Page 23: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

2D image transformations

These transformations are a nested set of groups• Closed under composition and inverse is a member

Page 24: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Questions?

Page 25: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Creating a panorama

• Basic Procedure– Take a sequence of images from the same

position• Rotate the camera about its optical center

– Compute transformation between second image and first

– Transform the second image to overlap with the first

– Blend the two together to create a mosaic– If there are more images, repeat

Page 26: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Geometric interpretation of mosaics

0

1

2

Page 27: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Geometric Interpretation of Mosaics

• If we capture all 360º of rays, we can create a 360º panorama• The basic operation is projecting an image from one plane to another• The projective transformation is scene-INDEPENDENT

• This depends on all the images having the same optical center

Image 1

Image 2

Optical Center

Page 28: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Projecting images onto a common plane

mosaic PP

Page 29: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Image reprojection

• Basic question– How to relate two images from the same camera center?

• how to map a pixel from PP1 to PP2 PP2

PP1

Answer• Cast a ray through each pixel in PP1• Draw the pixel where that ray intersects PP2

Page 30: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

What is the transformation?

Image 1

Image 2

Optical Center

How do we transform image 2 onto image 1’s projection plane?

image 1 image 2

3x3 homography

image coords (in image 2)

3D ray coords (in camera 2)

image coords (in image 2)

3D ray coords (in camera 1)

image coords (in image 2)

image coords (in image 1)

Page 31: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Image alignment

Page 32: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Image alignment

Page 33: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Can we use homography to create a 360 panorama?

Page 34: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Panoramas

• What if you want a 360 field of view?

mosaic Projection Sphere

Page 35: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

– Map 3D point (X,Y,Z) onto sphere

Spherical projection

XY

Z

unit sphere

unwrapped sphere

• Convert to spherical coordinates

Spherical image

• Convert to spherical image coordinates

– s defines size of the final image» often convenient to set s = camera focal length

Page 36: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

f = 200 (pixels)

Spherical reprojection

• Map image to spherical coordinates– need to know the focal length

input f = 800f = 400

Page 37: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Aligning spherical images

• Suppose we rotate the camera by about the vertical axis– How does this change the spherical image?

Page 38: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Aligning spherical images

• Suppose we rotate the camera by about the vertical axis– How does this change the spherical image?

– Translation by – This means that we can align spherical images by translation

Page 39: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Unwrapping a sphere

Credit: JHT’s Planetary Pixel Emporium

Page 40: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

++

++

++

++

Microsoft Lobby: http://www.acm.org/pubs/citations/proceedings/graph/258734/p251-szeliski

Spherical panoramas

Page 41: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Different projections are possible

Page 42: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Questions?

• 3-minute break

Page 43: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Computing transformations

• Given a set of matches between images A and B– How can we compute the transform T from A to B?

– Find transform T that best “agrees” with the matches

Page 44: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Computing transformations

?

Page 45: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Simple case: translations

How do we solve for ?

Page 46: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Mean displacement =

Simple case: translations

Displacement of match i =

Page 47: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Another view

• System of linear equations– What are the knowns? Unknowns?– How many unknowns? How many equations (per match)?

Page 48: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Another view

• Problem: more equations than unknowns– “Overdetermined” system of equations– We will find the least squares solution

Page 49: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Least squares formulation

• For each point

• we define the residuals as

Page 50: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Least squares formulation

• Goal: minimize sum of squared residuals

• “Least squares” solution• For translations, is equal to mean displacement

Page 51: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Least squares formulation

• Can also write as a matrix equation

2n x 2 2 x 1 2n x 1

Page 52: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Least squares

• Find t that minimizes

• To solve, form the normal equations

Page 53: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Affine transformations

• How many unknowns?• How many equations per match?• How many matches do we need?

Page 54: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Affine transformations

• Residuals:

• Cost function:

Page 55: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Affine transformations

• Matrix form

2n x 6 6 x 1 2n x 1

Page 56: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Homographies

To unwarp (rectify) an image• solve for homography H given p and p’• solve equations of the form: wp’ = Hp

– linear in unknowns: w and coefficients of H– H is defined up to an arbitrary scale factor– how many points are necessary to solve for H?

pp’

Page 57: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Solving for homographies

Page 58: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Solving for homographies

Page 59: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Solving for homographies

Defines a least squares problem:• Since is only defined up to scale, solve for unit vector• Solution: = eigenvector of with smallest eigenvalue• Works with 4 or more points

2n × 9 9 2n

Page 60: Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?

Questions?