Mosaics. Today s Readings

Similar documents
Announcements. Mosaics. Image Mosaics. How to do it? Basic Procedure Take a sequence of images from the same position =

Announcements. Mosaics. How to do it? Image Mosaics

Today s lecture. Image Alignment and Stitching. Readings. Motion models

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

CS6670: Computer Vision

Image Warping and Mosacing

Image stitching. Announcements. Outline. Image stitching

Image stitching. Digital Visual Effects Yung-Yu Chuang. with slides by Richard Szeliski, Steve Seitz, Matthew Brown and Vaclav Hlavac

Introduction to Computer Vision. Week 3, Fall 2010 Instructor: Prof. Ko Nishino

Image warping and stitching

Recap. DoF Constraint Solver. translation. affine. homography. 3D rotation

Harder case. Image matching. Even harder case. Harder still? by Diva Sian. by swashford

Image stitching. Digital Visual Effects Yung-Yu Chuang. with slides by Richard Szeliski, Steve Seitz, Matthew Brown and Vaclav Hlavac

Image warping and stitching

EE795: Computer Vision and Intelligent Systems

Harder case. Image matching. Even harder case. Harder still? by Diva Sian. by swashford

CS4670: Computer Vision

Image matching. Announcements. Harder case. Even harder case. Project 1 Out today Help session at the end of class. by Diva Sian.

Image warping and stitching

More Mosaic Madness. CS194: Image Manipulation & Computational Photography. Steve Seitz and Rick Szeliski. Jeffrey Martin (jeffrey-martin.

Homographies and RANSAC

CS4670: Computer Vision

CS5670: Computer Vision

CS4670: Computer Vision

N-Views (1) Homographies and Projection

Stitching and Blending

EE795: Computer Vision and Intelligent Systems

Feature Matching and RANSAC

Automatic Image Alignment

BSB663 Image Processing Pinar Duygulu. Slides are adapted from Selim Aksoy

Automatic Image Alignment

Local Feature Detectors

CSE 527: Introduction to Computer Vision

Midterm Examination CS 534: Computational Photography

Broad field that includes low-level operations as well as complex high-level algorithms

Local features: detection and description. Local invariant features

6.098 Digital and Computational Photography Advanced Computational Photography. Panoramas. Bill Freeman Frédo Durand MIT - EECS

Panoramas. Why Mosaic? Why Mosaic? Mosaics: stitching images together. Why Mosaic? Olivier Gondry. Bill Freeman Frédo Durand MIT - EECS

Lecture 16: Computer Vision

Lecture 16: Computer Vision

CS4670: Computer Vision

Automatic Image Alignment (feature-based)

Local features: detection and description May 12 th, 2015

Object Recognition with Invariant Features

Targil 10 : Why Mosaic? Why is this a challenge? Exposure differences Scene illumination Miss-registration Moving objects

Local features and image matching May 8 th, 2018

Image-based Modeling and Rendering: 8. Image Transformation and Panorama

Image correspondences and structure from motion

Feature Based Registration - Image Alignment

Camera Calibration. COS 429 Princeton University

Image Features. Work on project 1. All is Vanity, by C. Allan Gilbert,

Agenda. Rotations. Camera calibration. Homography. Ransac

Prof. Feng Liu. Spring /26/2017

Midterm Wed. Local features: detection and description. Today. Last time. Local features: main components. Goal: interest operator repeatability

Chapter 3 Image Registration. Chapter 3 Image Registration

CSE 252B: Computer Vision II

Local Features: Detection, Description & Matching

E27 Computer Vision - Final Project: Creating Panoramas David Nahmias, Dan Spagnolo, Vincent Stigliani Professor Zucker Due 5/10/13

Warping. 12 May 2015

EE795: Computer Vision and Intelligent Systems

Matching. Compare region of image to region of image. Today, simplest kind of matching. Intensities similar.

Application questions. Theoretical questions

Agenda. Rotations. Camera models. Camera calibration. Homographies

Edge and corner detection

Local features and image matching. Prof. Xin Yang HUST

Image Based Rendering. D.A. Forsyth, with slides from John Hart

Epipolar Geometry and Stereo Vision

Panoramic Image Stitching

DD2423 Image Analysis and Computer Vision IMAGE FORMATION. Computational Vision and Active Perception School of Computer Science and Communication

Capturing, Modeling, Rendering 3D Structures

Feature Tracking and Optical Flow

COSC579: Scene Geometry. Jeremy Bolton, PhD Assistant Teaching Professor

CS6670: Computer Vision

Image warping , , Computational Photography Fall 2017, Lecture 10

CS 1674: Intro to Computer Vision. Midterm Review. Prof. Adriana Kovashka University of Pittsburgh October 10, 2016

Automatic Image Alignment (direct) with a lot of slides stolen from Steve Seitz and Rick Szeliski

Local invariant features

CS664 Lecture #19: Layers, RANSAC, panoramas, epipolar geometry

Feature descriptors and matching

Feature Tracking and Optical Flow

Augmented Reality VU. Computer Vision 3D Registration (2) Prof. Vincent Lepetit

The SIFT (Scale Invariant Feature

Motion Estimation and Optical Flow Tracking

Patch Descriptors. CSE 455 Linda Shapiro

3D Geometry and Camera Calibration

Geometric Transformations and Image Warping

Single-view 3D Reconstruction

Visual Tracking (1) Tracking of Feature Points and Planar Rigid Objects

Image Features: Local Descriptors. Sanja Fidler CSC420: Intro to Image Understanding 1/ 58

Multi-stable Perception. Necker Cube

Building a Panorama. Matching features. Matching with Features. How do we build a panorama? Computational Photography, 6.882

Perspective Projection [2 pts]

Computer Vision Projective Geometry and Calibration. Pinhole cameras

Step-by-Step Model Buidling

Features Points. Andrea Torsello DAIS Università Ca Foscari via Torino 155, Mestre (VE)

Automatic Panoramic Image Stitching. Dr. Matthew Brown, University of Bath

Image Base Rendering: An Introduction

Miniature faking. In close-up photo, the depth of field is limited.

Anno accademico 2006/2007. Davide Migliore

Introduction to Computer Vision

Transcription:

Mosaics VR Seattle: http://www.vrseattle.com/ Full screen panoramas (cubic): http://www.panoramas.dk/ Mars: http://www.panoramas.dk/fullscreen3/f2_mars97.html Today s Readings Szeliski and Shum paper (sections 1 and 2, skim the rest) http://www.cs.washington.edu/education/courses/455/08wi/readings/szeliskishum97.pdf

Image Mosaics + + + = Goal Stitch together several images into a seamless composite

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

Project 2 1. Take pictures on a tripod (or handheld) 2. Warp to spherical coordinates 3. Extract features 4. Align neighboring pairs using RANSAC 5. Write out list of neighboring translations 6. Correct for drift 7. Read in warped images and blend them 8. Crop the result and import into a viewer Roughly based on Autostitch By Matthew Brown and David Lowe http://www.cs.ubc.ca/~mbrown/autostitch/autostitch.html

Aligning images How to account for warping? Translations are not enough to align the images Photoshop demo

Image reprojection 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

Image reprojection Basic question How to relate two images from the same camera center? how to map a pixel from PP1 to PP2 Answer Cast a ray through each pixel in PP1 Draw the pixel where that ray intersects PP2 PP2 PP1 Don t need to know what s in the scene!

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

Homographies Perspective projection of a plane Lots of names for this: homography, texture-map, colineation, planar projective map Modeled as a 2D warp using homogeneous coordinates wx' wy' w p * * * To apply a homography H * * * H * x * y * 1 Compute p = Hp (regular matrix multiply) Convert p from homogeneous to image coordinates divide by w (third) coordinate p

Image warping with homographies image plane in front black area where no pixel maps to image plane below

Panoramas What if you want a 360 field of view? mosaic Projection Sphere

Spherical projection Map 3D point (X,Y,Z) onto sphere Y Z X Convert to spherical coordinates unit sphere Convert to spherical image coordinates s defines size of the final image» often convenient to set s = camera focal length unwrapped sphere Spherical image

Spherical reprojection How to map sphere onto a flat image? to Y Z X side view top-down view

Spherical reprojection How to map sphere onto a flat image? Y Z X to Use image projection matrix! or use the version of projection that properly accounts for radial distortion, as discussed in projection slides. This is what you ll do for project 2. side view top-down view

Correcting radial distortion from Helmut Dersch

Modeling distortion Project to normalized image coordinates Apply radial distortion Apply focal length translate image center To model lens distortion Use above projection operation instead of standard projection matrix multiplication

Spherical reprojection input f = 200 (pixels) f = 400 f = 800 Map image to spherical coordinates need to know the focal length

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

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

Spherical image stitching What if you don t know the camera rotation? Solve for the camera rotations Note that a pan (rotation) of the camera is a translation of the sphere! Use feature matching to solve for translations of spherical-warped images

Project 2 1. Take pictures on a tripod (or handheld) 2. Warp to spherical coordinates 3. Extract features 4. Align neighboring pairs using RANSAC 5. Write out list of neighboring translations 6. Correct for drift 7. Read in warped images and blend them 8. Crop the result and import into a viewer Roughly based on Autostitch By Matthew Brown and David Lowe http://www.cs.ubc.ca/~mbrown/autostitch/autostitch.html

Feature detection summary Here s what you do Compute the gradient at each point in the image Create the H matrix from the entries in the gradient Compute the eigenvalues. Find points with large response ( - > threshold) Choose those points where - is a local maximum as features

The Harris operator - is a variant of the Harris operator for feature detection The trace is the sum of the diagonals, i.e., trace(h) = h 11 + h 22 Very similar to - but less expensive (no square root) Called the Harris Corner Detector or Harris Operator Lots of other detectors, this is one of the most popular

The Harris operator Harris operator

Multiscale Oriented PatcheS descriptor Take 40x40 square window around detected feature Scale to 1/5 size (using prefiltering) Rotate to horizontal Sample 8x8 square window centered at feature Intensity normalize the window by subtracting the mean, dividing by the standard deviation in the window 40 pixels 8 pixels CSE 576: Computer Vision Adapted from slide by Matthew Brown

Feature matching Given a feature in I 1, how to find the best match in I 2? 1. Define distance function that compares two descriptors 2. Test all the features in I 2, find the one with min distance

Feature distance How to define the difference between two features f 1, f 2? Simple approach is SSD(f 1, f 2 ) sum of square differences between entries of the two descriptors can give good scores to very ambiguous (bad) matches f 1 f 2 I 1 I 2

Feature distance How to define the difference between two features f 1, f 2? Better approach: ratio distance = SSD(f 1, f 2 ) / SSD(f 1, f 2 ) f 2 is best SSD match to f 1 in I 2 f 2 is 2 nd best SSD match to f 1 in I 2 gives small values for ambiguous matches f 1 f ' 2 f 2 I 1 I 2

Evaluating the results How can we measure the performance of a feature matcher? 50 75 200 feature distance

Computing image translations What do we do about the bad matches? Richard Szeliski CSE 576 (Spring 2005): Computer Vision 30

Project 2 1. Take pictures on a tripod (or handheld) 2. Warp to spherical coordinates 3. Extract features 4. Align neighboring pairs using RANSAC 5. Write out list of neighboring translations 6. Correct for drift 7. Read in warped images and blend them 8. Crop the result and import into a viewer Roughly based on Autostitch By Matthew Brown and David Lowe http://www.cs.ubc.ca/~mbrown/autostitch/autostitch.html

RAndom SAmple Consensus Richard Szeliski Select one match, count inliers (in this case, only one) CSE 576 (Spring 2005): Computer Vision 32

RAndom SAmple Consensus Richard Szeliski Select one match, count inliers (4 inliers) CSE 576 (Spring 2005): Computer Vision 33

Least squares fit Richard Szeliski Find average translation vector for largest set of inliers CSE 576 (Spring 2005): Computer Vision 34

RANSAC Same basic approach works for any transformation Translation, rotation, homographies, etc. Very useful tool General version Randomly choose a set of K correspondences Typically K is the minimum size that lets you fit a model Fit a model (e.g., homography) to those correspondences Count the number of inliers that approximately fit the model Need a threshold on the error Repeat as many times as you can Choose the model that has the largest set of inliers Refine the model by doing a least squares fit using ALL of the inliers

Project 2 1. Take pictures on a tripod (or handheld) 2. Warp to spherical coordinates 3. Extract features 4. Align neighboring pairs using RANSAC 5. Write out list of neighboring translations 6. Correct for drift 7. Read in warped images and blend them 8. Crop the result and import into a viewer Roughly based on Autostitch By Matthew Brown and David Lowe http://www.cs.ubc.ca/~mbrown/autostitch/autostitch.html

Assembling the panorama Stitch pairs together, blend, then crop

Problem: Drift Error accumulation small errors accumulate over time

Project 2 1. Take pictures on a tripod (or handheld) 2. Warp to spherical coordinates 3. Extract features 4. Align neighboring pairs using RANSAC 5. Write out list of neighboring translations 6. Correct for drift 7. Read in warped images and blend them 8. Crop the result and import into a viewer Roughly based on Autostitch By Matthew Brown and David Lowe http://www.cs.ubc.ca/~mbrown/autostitch/autostitch.html

Problem: Drift (x 1,y 1 ) (x n,y n ) copy of first image Solution add another copy of first image at the end this gives a constraint: y n = y 1 there are a bunch of ways to solve this problem add displacement of (y 1 y n )/(n -1) to each image after the first compute a global warp: y = y + ax run a big optimization problem, incorporating this constraint» best solution, but more complicated» known as bundle adjustment

Full-view Panorama + + + +

Different projections are possible

Image Blending

Project 2 1. Take pictures on a tripod (or handheld) 2. Warp to spherical coordinates 3. Extract features 4. Align neighboring pairs using RANSAC 5. Write out list of neighboring translations 6. Correct for drift 7. Read in warped images and blend them 8. Crop the result and import into a viewer Roughly based on Autostitch By Matthew Brown and David Lowe http://www.cs.ubc.ca/~mbrown/autostitch/autostitch.html

Feathering + 1 0 1 0 =

Effect of window size 1 left 1 0 right 0

Effect of window size 1 1 0 0

Good window size 1 Optimal window: smooth but not ghosted Doesn t always work... 0

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.

Alpha Blending I 3 p I 1 I 2 Optional: see Blinn (CGA, 1994) for details: http://ieeexplore.ieee.org/iel1/38/7531/00310740.pdf?isnumb er=7531&prod=jnl&arnumber=310740&arst=83&ared=87&a rauthor=blinn%2c+j.f. Encoding blend weights: I(x,y) = ( R, G, B, ) color at p = Implement this in two steps: 1. accumulate: add up the ( premultiplied) RGB values at each pixel 2. normalize: divide each pixel s accumulated RGB by its value Q: what if = 0?

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

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

Forward warping h(x,y) y y x f(x,y) x g(x,y ) Send each pixel f(x,y) to its corresponding location (x,y ) = h(x,y) in the second image Q: what if pixel lands between two pixels?

Forward warping h(x,y) y y x f(x,y) x g(x,y ) Send each pixel f(x,y) to its corresponding location (x,y ) = h(x,y) in the second image Q: what if pixel lands between two pixels? A: distribute color among neighboring pixels (x,y ) Known as splatting

Inverse warping y h -1 (x,y) y x f(x,y) x g(x,y ) Get each pixel g(x,y ) from its corresponding location (x,y) = h -1 (x,y ) in the first image Q: what if pixel comes from between two pixels?

Inverse warping y h -1 (x,y) y x f(x,y) x g(x,y ) Get each pixel g(x,y ) from its corresponding location (x,y) = h -1 (x,y ) in the first image Q: what if pixel comes from between two pixels? A: resample color value We discussed resampling techniques before nearest neighbor, bilinear, Gaussian, bicubic

Forward vs. inverse warping Q: which is better? A: usually inverse eliminates holes however, it requires an invertible warp function not always possible...

Project 2 1. Take pictures on a tripod (or handheld) 2. Warp to spherical coordinates 3. Extract features 4. Align neighboring pairs using RANSAC 5. Write out list of neighboring translations 6. Correct for drift 7. Read in warped images and blend them 8. Crop the result and import into a viewer Roughly based on Autostitch By Matthew Brown and David Lowe http://www.cs.ubc.ca/~mbrown/autostitch/autostitch.html

Other types of mosaics Can mosaic onto any surface if you know the geometry See NASA s Visible Earth project for some stunning earth mosaics http://earthobservatory.nasa.gov/newsroom/bluemarble/ Click for images