Image Stitching Slides from Rick Szeliski, Steve Seitz, Derek Hoiem, Ira Kemelmacher, Ali Farhadi.

Slides:



Advertisements
Similar presentations
Summary of Friday A homography transforms one 3d plane to another 3d plane, under perspective projections. Those planes can be camera imaging planes or.
Advertisements

Photo Stitching Panoramas from Multiple Images Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem 02/28/12.
Image alignment Image from
Image alignment Image from
Mosaics con’t CSE 455, Winter 2010 February 10, 2010.
Photo Stitching Panoramas from Multiple Images Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem 03/3/15.
Announcements Project 2 Out today Sign up for a panorama kit ASAP! –best slots (weekend) go quickly...
Announcements Project 1 artifact voting ( announce later today) Project 2 out today (help session at end of class) IMPORTANT: choose Proj 2 partner.
Lecture 8: Geometric transformations CS4670: Computer Vision Noah Snavely.
Lecture 7: Image Alignment and Panoramas CS6670: Computer Vision Noah Snavely What’s inside your fridge?
Lecture 9: Image alignment CS4670: Computer Vision Noah Snavely
Image Stitching and Panoramas
Announcements Project 2 out today panorama signup help session at end of class Today mosaic recap blending.
Announcements Project 1 artifact voting Project 2 out today panorama signup help session at end of class Guest lectures next week: Li Zhang, Jiwon Kim.
1Jana Kosecka, CS 223b Cylindrical panoramas Cylindrical panoramas with some slides from R. Szeliski, S. Seitz, D. Lowe, A. Efros,
CSCE 641 Computer Graphics: Image Mosaicing Jinxiang Chai.
Optical Flow Estimation
Lecture 8: Image Alignment and RANSAC
Image Warping and Mosacing : Rendering and Image Processing Alexei Efros …with a lot of slides stolen from Steve Seitz and Rick Szeliski.
Announcements Project 1 Grading session this afternoon Artifacts due Friday (voting TBA) Project 2 out (online) Signup for panorama kits ASAP (weekend.
Automatic Image Alignment (feature-based) : Computational Photography Alexei Efros, CMU, Fall 2006 with a lot of slides stolen from Steve Seitz and.
Image Stitching II Ali Farhadi CSE 455
Announcements Project 1 artifact voting Project 2 out today (help session at end of class)
Image warping/morphing Digital Video Special Effects Fall /10/17 with slides by Y.Y. Chuang,Richard Szeliski, Steve Seitz and Alexei Efros.
Image Stitching Ali Farhadi CSEP 576 Several slides from Rick Szeliski, Steve Seitz, Derek Hoiem, and Ira Kemelmacher.
Feature Matching and RANSAC : Computational Photography Alexei Efros, CMU, Fall 2005 with a lot of slides stolen from Steve Seitz and Rick Szeliski.
Announcements Midterm due Friday, beginning of lecture Guest lecture on Friday: Antonio Criminisi, Microsoft Research.
Image Stitching Ali Farhadi CSE 455
CSC 589 Lecture 22 Image Alignment and least square methods Bei Xiao American University April 13.
Mosaics Today’s Readings Szeliski, Ch 5.1, 8.1 StreetView.
Image stitching Digital Visual Effects Yung-Yu Chuang with slides by Richard Szeliski, Steve Seitz, Matthew Brown and Vaclav Hlavac.
Image Stitching Ali Farhadi CSE 576 Several slides from Rick Szeliski, Steve Seitz, Derek Hoiem, and Ira Kemelmacher.
CS4670 / 5670: Computer Vision KavitaBala Lecture 17: Panoramas.
Computer Vision : CISC 4/689 Going Back a little Cameras.ppt.
Mosaics part 3 CSE 455, Winter 2010 February 12, 2010.
776 Computer Vision Jan-Michael Frahm Spring 2012.
Image Stitching II Linda Shapiro CSE 455. RANSAC for Homography Initial Matched Points.
Mosaics Today’s Readings Szeliski and Shum paper (sections 1 and 2, skim the rest) –
Lecture 15: Transforms and Alignment CS4670/5670: Computer Vision Kavita Bala.
Image Stitching Computer Vision CS 691E Some slides from Richard Szeliski.
Lecture 10: Image alignment CS4670/5760: Computer Vision Noah Snavely
776 Computer Vision Jan-Michael Frahm Spring 2012.
Lecture 16: Image alignment
Image Stitching II Linda Shapiro EE/CSE 576.
Prof. Adriana Kovashka University of Pittsburgh October 3, 2016
COSC579: Image Align, Mosaic, Stitch
Motion and Optical Flow
Lecture 7: Image alignment
RANSAC and mosaic wrap-up
Features Readings All is Vanity, by C. Allan Gilbert,
Idea: projecting images onto a common plane
Announcements Project 2 out today (help session at end of class)
Image Stitching II Linda Shapiro EE/CSE 576.
Image Stitching II Linda Shapiro CSE 455.
Feature Matching and RANSAC
2D transformations (a.k.a. warping)
Image Stitching Computer Vision CS 678
Announcements Project 1 Project 2 Vote for your favorite artifacts!
Announcements Project 1 artifact voting Project 2 out today
Lecture 8: Image alignment
Image Stitching II Linda Shapiro EE/CSE 576.
Computational Photography
Calibration and homographies
Back to equations of geometric transformations
Image Stitching Linda Shapiro ECE/CSE 576.
Lecture 11: Image alignment, Part 2
Image Stitching II Linda Shapiro ECE P 596.
Image Stitching Linda Shapiro ECE P 596.
Geometric Transformations
Presentation transcript:

Image Stitching Slides from Rick Szeliski, Steve Seitz, Derek Hoiem, Ira Kemelmacher, Ali Farhadi

Combine two or more overlapping images to make one larger image Add example Slide credit: Vaibhav Vaish

How to do it? 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 Shift the second image to overlap with the first Blend the two together to create a mosaic If there are more images, repeat

1. Take a sequence of images from the same position Rotate the camera about its optical center

2. Compute transformation between images Extract interest points Find Matches (are they all correct?) Compute transformation ?

3. Shift the images to overlap

4. Blend the two together to create a mosaic

5. Repeat for all images

How to do it? 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 Shift the second image to overlap with the first Blend the two together to create a mosaic If there are more images, repeat ✓

Compute Transformations ✓ Extract interest points Find good matches Compute transformation ✓ Let’s assume we are given a set of good matching interest points

Image reprojection The mosaic has a natural interpretation in 3D mosaic PP The mosaic has a natural interpretation in 3D The images are reprojected onto a common plane The mosaic is formed on this plane

Example Camera Center

Image reprojection Observation Rather than thinking of this as a 3D reprojection, think of it as a 2D image warp from one image to another

Motion models What happens when we take two images with a camera and try to align them? translation? rotation? scale? affine? Perspective?

Projective transformations (aka homographies) homogeneous coordinates

Parametric (global) warping Examples of parametric warps: aspect translation rotation perspective affine

2D coordinate transformations translation: x’ = x + t x = (x,y) add rotation: x’ = R x + t similarity: x’ = s R x + t affine: x’ = A x + t perspective: x’  H x x = (x,y,1) (x is in homogeneous coordinates)

Image Warping Given a coordinate transform x’ = h(x) and a source image f(x), how do we compute a transformed image g(x’) = f(h(x))? h(x) x x’ f(x) g(x’)

Forward Warping Send each pixel f(x) to its corresponding location x’ = h(x) in g(x’) What if pixel lands “between” two pixels? h(x) x x’ f(x) g(x’)

Forward Warping Send each pixel f(x) to its corresponding location x’ = h(x) in g(x’) What if pixel lands “between” two pixels? Answer: add “contribution” to several pixels, normalize later (splatting) awkward h(x) x x’ f(x) g(x’)

Inverse Warping Get each pixel g(x’) from its corresponding location x’ = h(x) in f(x) What if pixel comes from “between” two pixels? h-1(x) x x’ f(x) g(x’) Richard Szeliski Image Stitching

Inverse Warping Get each pixel g(x’) from its corresponding location x’ = h(x) in f(x) What if pixel comes from “between” two pixels? Answer: resample color value from interpolated source image h-1(x) x x’ f(x) g(x’) Richard Szeliski Image Stitching

Interpolation Possible interpolation filters: nearest neighbor bilinear bicubic (interpolating)

Related: Descriptors 11/13/2018

Implementation Concern: How do you rotate a patch? Start with an “empty” patch whose dominant direction is “up”. For each pixel in your patch, compute the position in the detected image patch. It will be in floating point and will fall between the image pixels. Interpolate the values of the 4 closest pixels in the image, to get a value for the pixel in your patch. 11/13/2018

Using Bilinear Interpolation Use all 4 adjacent pixels, weighted. I01 I11 y I00 I10 x 11/13/2018

Transformation models Translation 2 unknowns Affine 6 unknowns Perspective 8 unknowns

Finding the transformation Translation = 2 degrees of freedom Similarity = 4 degrees of freedom Affine = 6 degrees of freedom Homography = 8 degrees of freedom How many corresponding points do we need to solve?

Simple case: translations How do we solve for ?

Simple case: translations Displacement of match i = Mean displacement =

Simple case: translations System of linear equations What are the knowns? Unknowns? How many unknowns? How many equations (per match)?

Simple case: translations Problem: more equations than unknowns “Overdetermined” system of equations We will find the least squares solution

Least squares formulation For each point we define the residuals as

Least squares formulation Goal: minimize sum of squared residuals “Least squares” solution For translations, is equal to mean displacement

Least squares Find t that minimizes To solve, form the normal equations

Solving for translations Using least squares 2n x 2 2 x 1 2n x 1

Affine transformations How many unknowns? How many equations per match? How many matches do we need?

Affine transformations Residuals: Cost function:

Affine transformations Matrix form 2n x 6 6 x 1 2n x 1

Solving for homographies

Solving for homographies

Direct Linear Transforms 9 2n 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

What do we do about the “bad” matches? Matching features What do we do about the “bad” matches? Richard Szeliski Image Stitching

RAndom SAmple Consensus Select one match, count inliers Richard Szeliski Image Stitching

RAndom SAmple Consensus Select one match, count inliers Richard Szeliski Image Stitching

Find “average” translation vector Least squares fit Find “average” translation vector Richard Szeliski Image Stitching

RANSAC for estimating homography RANSAC loop: Select four feature pairs (at random) Compute homography H (exact) Compute inliers where ||pi’, H pi|| < ε Keep largest set of inliers Re-compute least-squares H estimate using all of the inliers CSE 576, Spring 2008 Structure from Motion

Simple example: fit a line Rather than homography H (8 numbers) fit y=ax+b (2 numbers a, b) to 2D pairs 50

Simple example: fit a line Pick 2 points Fit line Count inliers 3 inliers 51

Simple example: fit a line Pick 2 points Fit line Count inliers 4 inliers 52

Simple example: fit a line Pick 2 points Fit line Count inliers 9 inliers 53

Simple example: fit a line Pick 2 points Fit line Count inliers 8 inliers 54

Simple example: fit a line Use biggest set of inliers Do least-square fit 55

RANSAC Red: rejected by 2nd nearest neighbor criterion Blue: Ransac outliers Yellow: inliers

Computing homography Assume we have four matched points: How do we compute homography H? Normalized DLT (direct linear transformation) Normalize coordinates for each image Translate for zero mean Scale so that average distance to origin is ~sqrt(2) This makes problem better behaved numerically Compute using DLT in normalized coordinates Unnormalize:

Computing homography Assume we have matched points with outliers: How do we compute homography H? Automatic Homography Estimation with RANSAC Choose number of samples N Choose 4 random potential matches Compute H using normalized DLT Project points from x to x’ for each potentially matching pair: Count points with projected distance < t E.g., t = 3 pixels Repeat steps 2-5 N times Choose H with most inliers HZ Tutorial ‘99

Automatic Image Stitching Compute interest points on each image Find candidate matches Estimate homography H using matched points and RANSAC with normalized DLT Project each image onto the same surface and blend

RANSAC for Homography Initial Matched Points

RANSAC for Homography Final Matched Points

RANSAC for Homography

Image Blending

Feathering 1 + =

Pyramid blending Create a Laplacian pyramid, blend each level Burt, P. J. and Adelson, E. H., A multiresolution spline with applications to image mosaics, ACM Transactions on Graphics, 42(4), October 1983, 217-236.

Poisson Image Editing For more info: Perez et al, SIGGRAPH 2003 http://research.microsoft.com/vision/cambridge/papers/perez_siggraph03.pdf

Recognizing Panoramas Brown and Lowe 2003, 2007 Some of following material from Brown and Lowe 2003 talk

Recognizing Panoramas Input: N images Extract SIFT points, descriptors from all images Find K-nearest neighbors for each point (K=4) For each image Select M candidate matching images by counting matched keypoints (m=6) Solve homography Hij for each matched image

Recognizing Panoramas Input: N images Extract SIFT points, descriptors from all images Find K-nearest neighbors for each point (K=4) For each image Select M candidate matching images by counting matched keypoints (m=6) Solve homography Hij for each matched image Decide if match is valid (ni > 8 + 0.3 nf ) # keypoints in overlapping area # inliers

Recognizing Panoramas (cont.) (now we have matched pairs of images) Find connected components

Finding the panoramas

Finding the panoramas

Finding the panoramas

Recognizing Panoramas (cont.) (now we have matched pairs of images) Find connected components For each connected component Solve for rotation and f Project to a surface (plane, cylinder, or sphere) Render with multiband blending