computational optical imaging - optique numerique...

64
Computational Optical Imaging - Optique Numerique -- Multiple View Geometry and Stereo -- Winter 2013 Ivo Ihrke with slides by Thorsten Thormaehlen

Upload: others

Post on 18-Oct-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Computational Optical Imaging -Optique Numerique

-- Multiple View Geometry and Stereo --

Winter 2013

Ivo Ihrke

with slides by Thorsten Thormaehlen

Page 2: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Feature Detection and Matching

Wide-Baseline-Matching

Page 3: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

SIFT = Scale Invariant Feature Transform David G. Lowe: “Distinctive image features from scale-invariant keypoints” (IJCV 2004)

http://www.cs.ubc.ca/~lowe/keypoints/

Suited for wide-baseline matching

Invariance to changes in illumination, scale, and rotation

No gradient approach, but compares feature description of all candidates

Many applications

Wide-baseline Matching with SIFT

Page 4: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Application example: Mosaic generation

Wide-baseline Matching with SIFT

Page 5: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Application example: Object recognition

Wide-baseline Matching with SIFT

Page 6: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Algorithm steps

Scale-space extrema detection

Keypoint localization

Orientation assignment

Keypoint descriptor

Descriptor matching

Wide-baseline Matching with SIFT

Page 7: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Need to find “characteristic scale” for features

Scale space representation

SIFT: Scale-space extrema detection

Page 8: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Difference of Gaussian

SIFT: Scale-space extrema detection

Source: http://fourier.eng.hmc.edu/e161/lectures/gradient/node11.html

Page 9: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Difference of Gaussian

SIFT: Scale-space extrema detection

Page 10: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Non-extremum suppression

X is selected if it is larger or smaller than all 26 neighbors (alternatively other 3D windows)

SIFT: Scale-space extrema detection

Page 11: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Sub-pixel keypoint localization

SIFT: Keypoint localization

Finding the extrema by setting the derivative to zero

Contrast threshold, reject feature if

Cornerness threshold: Reject edges and keep corners,

reject feature if

Page 12: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Contrast threshold

SIFT: Keypoint localization

729 out of 832 feature are left after contrast thresholding

Page 13: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Cornerness threshold

SIFT: Keypoint localization

536 out of 729 are left after cornerness thresholding

Page 14: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

SIFT: Orientation assignment I

Gradient magnitute for each pixel

Orientation for each pixel

Page 15: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

SIFT: Orientation assignment II

Image location, scale, and orientation impose a

repeatable local 2D coordinate system in which to

describe the local image region

A orientation histogram is formed from the gradient

orientations of sample points within a region around

the keypoint.

The orientation histogram has 36 bins covering the

360 degree range of orientations.

The highest peak in the histogram is detected

0 2

Page 16: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Create 16 gradient histograms (8 bins)

Weighted by magnitude and Gaussian window (σ is half the window size)

Histogram and gradient values are interpolated and smoothed

SIFT: Keypoint descriptor

128-feature vector

Page 17: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

SIFT: Descriptor matching

Nearest Neighbor algorithm based on L2-norm

How to discard bad matches? Threshold on L2-norm => bad performance Solution: threshold on ratio: (best match) / (second

best match)

Page 18: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

SIFT: Descriptor matching

Page 19: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

VLFeat (http://www.vlfeat.org/index.html)

Implements SIFT and other modern features

C-implementation with MATLAB bindings

─ Win/Linux

Good tutorials on parameter selection

Software

Page 20: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Towards Multiple Views and Self-Calibration

-- Two-View Geometry and Basic Stereo --

Page 21: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Fundamental Matrix (F-Matrix):

Fundamental Matrix

Page 22: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Epipolar Geometry in our example

Page 23: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

F is a rank 2 homogeneous matrix with 7 degrees of freedom

Epipolar lines

Epipoles

Fundamental Matrix

Page 24: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

F can be computed from camera matrices

General projective cameras:

with and

Canonical cameras not at infinity and

Fundamental Matrix

Page 25: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Typical left and right image with parallel optical axes and only horizontally displaced

Use Case – Stereo Matching

[implementation by Rohit Singh and Mitul Sara]

Left image Right image

Page 26: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Epipolar lines are parallel lines if optical axes are parallel

Epipolar Geometry of a Stereo Pair

Page 27: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Simplest: Search a moving window and perform correlation

E.g. SSD (sum of squared differences)

Alternatively, SAD (sum of absolute

differences), CC (cross correlation), etc.

Usually restricted search range

Epipolar Geometry of a Stereo Pair

Page 28: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Example, SSD, win=5, search range=15

Correlation-Based Stereo Matching

[implementation by Rohit Singh and Mitul Saha]

Page 29: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Example, SSD, win=5, search range=8

Correlation-Based Stereo Matching

[implementation by Rohit Singh and Mitul Saha]

Page 30: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Example, SAD, win=5, search range=8

Correlation-Based Stereo Matching

[implementation by Rohit Singh and Mitul Saha]

Page 31: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Example, SSD, win=20, search range=8

Correlation-Based Stereo Matching

[implementation by Rohit Singh and Mitul Saha]

Page 32: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

ADCensus [Mei’11] (#1 Middlebury stereo benchmark, Sept. 2013)

A Modern Technique

Page 33: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Towards Multiple Views and Self-Calibration

-- The Structure-from-motion Pipeline --

Page 34: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Voodoo Camera Tracker - Steps of camera tracking

image sequence

Feature detection

and

correspondence

analysis

Outlier EliminationIncremental

Bundle AdjustmentSelf-Calibration

camera parameters

Page 35: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

RANSAC (Random Sample Consensus) method

Outlier Elimination

Page 36: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

RANSAC example – line fit

Least-squares fit

LS-fit after RANSAC

Page 37: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Fundamental Matrix (F-Matrix):

Outlier Elimination - Fundamental Matrix

Page 38: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Fundamental Matrix Estimation

multiple of these equations gives a linear equation system

Estimating the fundamental matrix from

feature correspondence:

Page 39: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

2D Homography (H-Matrix):

Outlier Elimination - 2D Homography

Page 40: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

2D Homography Matrix Estimation

multiple of these equations gives a linear equation system

Estimating the 2D homography matrix

from feature correspondence:

Page 41: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Outlier Elimination - Camera Matrix

Camera matrix (A-Matrix):

Page 42: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Incremental Bundle Adjustment

Page 43: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Bundle Adjustment

Bundle Adjustment

Page 44: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Measurement vector

Levenberg Marquardt - Non-linear Least Squares

Parameter vector

Taylor approximation:

with N x M Jacobian Matrix

Page 45: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Levenberg Marquardt - Non-linear Least Squares

transformed to linear least squares problem for each iteration

Page 46: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Levenberg Marquardt - Non-linear Least Squares

Linear least squares problem can be solved with normal equations

use to update solution iteratively

Page 47: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Levenberg Marquardt uses slightly different normal equations

Levenberg Marquardt - Non-linear Least Squares

Original normal equations

Modified normal equations

Lambda is changed during optimization

successful iteration

failed iteration

small ~ Newton style (quadratic convergence)

large ~ Gradient descent style (guaranteed decrease)

Page 48: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Requirements for Levenberg Marquardt minimization

Function to compute f

Start value X0

Optionally, function to compute J(but numerical derivation works as well)

Levenberg Marquardt

Page 49: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

For bundle adjustment the problem becomes to large

(100 cameras + 10000 3D object points = 31200 parameter)

Can achieve huge speed-up by exploiting sparse structure of Jacobianmatrix

Partition parameters

partition A

partition B (only dependent on A and itself)

(typically A contains camera parameters, and B contains 3D points)

Sparse Levenberg Marquardt

Page 50: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Sparse Levenberg Marquardt

Jacobian becomes

Normal equations

become

Page 51: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Corresponding block structure is

where denotes augmented by multiplying its diagonal entries by a factor of 1 + , and likewise. Left multiplication with

yields

which can be used to find with

which may be back-substituted to get with

Sparse Levenberg Marquardt

Page 52: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Jacobian for bundle adjustment has sparse block structure

Sparse Levenberg Marquardt

U1

U2

U3

WT

W

V

A1 A2 A3 P

J JJT

12 x m 3 x n(in general much larger)

im.pts.

A1

Needed for non-linear minimization

Page 53: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Voodoo camera tracker – demo session

Page 54: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Why self-calibration?

Allows flexible acquisition

No prior calibration necessary

Possibility to vary intrinsic camera parameters

Use archive footage

Self-calibration

Page 55: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

We want to find a 4x4 transformation matrix that transforms all projective cameras into metric cameras

This does not change the back-projections onto the feature points

Self-calibration

Page 56: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Voodoo Camera Tracker - Some applications

Virtual advertising

Page 57: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Voodoo Camera Tracker - More applications

Car navigation

Architectural visualisation

3D Endoscopy

UAV terrain reconstruction

Page 58: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Matchmoving in Cloverfield

Page 59: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Matchmoving in Cloverfield

Page 60: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

References

1. Multiple View Geometry in Computer Vision, Richard

Hartley and Andrew Zisserman, 2nd Edition

2. Triggs, B.: “Autocalibration and the absolute quadric”.

In “IEEE Conference on Computer Vision and Pattern

Recognition”, S. 609–614. 1997

3. Pollefeys, M., Koch, R., Gool, L. V.: “Self-Calibration

and Metric Reconstruction in Spite of Varying and

Unknown Internal Camera Parameters”. In “EEE

International Conference on Computer Vision, S. 90–

95. 1998

Page 61: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Download and install voodoo camera tracker 1.0.1 from course website or from

http://www.digilab.uni-hannover.de/download.html

Download and install Blender 2.49b from course website or from

http://www.blender.org/download/get-blender/

(maybe you also need to install Python)

Homework: Camera motion estimation with Voodoo

Page 62: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Perform camera tracking with voodoo using the „free move“ example sequence

Export data File → Save → Blender Python Script

Load the python script into Blender's text editor and execute the script with ALT-P.

Select the "voodoo_render_cam" camera and press Ctrl-Numpad 0 to activate it.

To display the image sequence as a backbuffer in Blender, go to [Buttons Windows→Scene→Render

Homework: Camera motion estimation with Voodoo

Page 63: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

Add a (animated) 3D model of your choice

Render the sequence

Submit frame 190, 200, and 210 as jpeg to [email protected]

Submit before next lecture

(optional) generate an avi-file and put it to a webspace that is accessible for me and send the link

(optional) use some other sequence

Homework: Camera motion estimation with Voodoo

Page 64: Computational Optical Imaging - Optique Numerique ...giana.mmci.uni-saarland.de/website-template/lectures/Computational... · Matchmoving in Cloverfield. Ivo Ihrke / Winter 2013 References

Ivo Ihrke / Winter 2013

That’s it for today

Source: Belfast Telegraph, UK