Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb...

89
Computational Photography and Video: Video Synthesis Prof. Marc Pollefeys

Transcript of Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb...

Page 1: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Computational Photography and Video:

Video Synthesis

Prof. Marc Pollefeys

Page 2: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Last Week: HDR

Page 3: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Schedule Computational Photography and Video

24 Feb Introduction to Computational Photography

3 Mar More on Camera,Sensors and Color Assignment 1

10 Mar Warping, Mosaics and Morphing Assignment 2

17 Mar Blending and compositing Assignment 3

24 Mar High-dynamic range Assignment 4

31 Mar Video Synthesis Project proposals

7 Apr Easter holiday – no classes

14 Apr TBD Papers

21 Apr TBD Papers

28 Apr TBD Papers

5 May Project update Project update

12 May TBD Papers

19 May Papers Papers

26 May Papers Papers

2 June Final project presentation Final project presentation

Page 4: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Breaking out of 2D• …now we are ready to break out of 2D

But must we go to full 3D? 4D?

Page 5: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Today’s schedule

• Tour Into the Picture1

• Video Textures2

1Slides borrowed from Alexei Efros, who built on Steve Seitz’s and David Brogan’s2Slides from Arno Schoedl

Page 6: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

We want more of the plenoptic function

We want real 3D scene

walk-throughs:Camera rotation

Camera translation

Can we do it from a single photograph?

on to 3D…

Page 7: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Camera rotations with homographies

St.Petersburgphoto by A. Tikhonov

Virtual camera rotations

Original image

Page 8: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Camera translation• Does it work? synthetic PP

PP1

PP2

Page 9: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Yes, with planar scene (or far away)

• PP3 is a projection plane of both centers of projection, so we are OK!

PP1

PP3

PP2

Page 10: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

So, what can we do here?

• Model the scene as a set of planes!

• Now, just need to find the orientations of these planes.

Page 11: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Some preliminaries: projective geometry

Ames Room

alt.link

Page 12: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Silly Euclid: Trix are for kids!

Parallel lines???

Page 13: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Vanishing points (2D)

image plane

cameracenter

line on ground plane

vanishing point

Page 14: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Vanishing points

• Properties

– Any two parallel lines have the same vanishing point v

– The ray from C through v is parallel to the lines

– An image may have more than one vanishing point

image plane

cameracenter

C

line on ground plane

vanishing point V

line on ground plane

Page 15: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Vanishing lines

• Multiple Vanishing Points

– Any set of parallel lines on the plane define a vanishing point

– The union of all of these vanishing points is the horizon line• also called vanishing line

– Note that different planes define different vanishing lines

v1 v2

Page 16: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Vanishing lines

• Multiple Vanishing Points

– Any set of parallel lines on the plane define a vanishing point

– The union of all of these vanishing points is the horizon line• also called vanishing line

– Note that different planes define different vanishing lines

Page 17: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Fun with vanishing points

Page 18: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

“Tour into the Picture” (SIGGRAPH ’97)Horry, Anjyo, Arai

•Create a 3D “theatre stage” of five billboards

•Specify foreground objects through bounding polygons

•Use camera transformations to navigate through the scene

Page 19: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

The idea• Many scenes (especially paintings), can be represented as an axis-

aligned box volume (i.e. a stage)

• Key assumptions:– All walls of volume are orthogonal

– Camera view plane is parallel to back of volume

– Camera up is normal to volume bottom

• How many vanishing points does the box have?– Three, but two at infinity

– Single-point perspective

• Can use the vanishing point

• to fit the box to the particular

• Scene!

How many vanishing points does the box have?

Page 20: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Fitting the box volume

• User controls the inner box and the vanishing point placement (# of DOF???)

• Q: What’s the significance of the vanishing point location?

• A: It’s at eye level: ray from COP to VP is perpendicular to image plane.

Page 21: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

High Camera

Example of user input: vanishing point and back face of view volume are defined

Page 22: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

High Camera

Example of user input: vanishing point and back face of view volume are defined

Page 23: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Low Camera

Example of user input: vanishing point and back face of view volume are defined

Page 24: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Low Camera

Example of user input: vanishing point and back face of view volume are defined

Page 25: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

High Camera Low Camera

Comparison of how image is subdivided based on two different camera positions. You should see how moving the vanishing point corresponds to moving the eyepoint in the 3D world.

Page 26: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Left Camera

Another example of user input: vanishing point and back face of view volume are defined

Page 27: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Left Camera

Another example of user input: vanishing point and back face of view volume are defined

Page 28: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

RightCamera

Another example of user input: vanishing point and back face of view volume are defined

Page 29: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

RightCamera

Another example of user input: vanishing point and back face of view volume are defined

Page 30: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Left Camera Right Camera

Comparison of two camera placements – left and right. Corresponding subdivisions match view you would see if you looked down a hallway.

Page 31: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

2D to 3D conversion

• First, we can get ratios

left right

top

bottom

vanishingpoint

backplane

Page 32: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

• Size of user-defined back plane must equal size of camera plane (orthogonal sides)

• Use top versus side ratio to determine relative height and width dimensions of box

• Left/right and top/botratios determine part of 3D camera placement

left right

top

bottomcamerapos

2D to 3D conversion

Page 33: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

DEMO

• Now, we know the 3D geometry of the box

• We can texture-map the box walls with texture from the imagetexture from the image

map the box walls with

link to web page with example code

TIP demo

Page 34: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Foreground Objects•Use separate billboard for each

•For this to work, three separate images used:

– Original image.

– Mask to isolate desired foreground images.

– Background with objects removed

Page 35: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Foreground Objects

• Add vertical rectangles for each foreground object

• Can compute 3D coordinates P0, P1 since they are on known plane.

• P2, P3 can be computed as before (similar triangles)

Page 36: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Foreground

TIP movieUVA example

Page 37: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

See also…

• Tour into the picture with water surface reflection

• Tour into the Video:

– by Kang + Shin

Page 38: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Today’s schedule

• Tour Into the Picture1

• Video Textures2

1Slides borrowed from Alexei Efros, who built on Steve Seitz’s and David Brogan’s2Slides from Arno Schoedl

Page 39: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Markov Chains

• probability of going from state i to state j in ntime steps:

and the single-step transition as:

The n-step transition satisfies the Chapman-Kolmogorov equation,that for any 0<k<n:

Page 40: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

• Regular Markov chain: class of Markov chains where the starting state of the chain has little or no impact on the p(X) after many steps.

Markov Chains

Page 41: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

4.04.02.03.03.04.01.06.03.0

Markov Chain

What if we know today and yestarday’s weather?

Page 42: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Text Synthesis

• [Shannon,’48] proposed a way to generate English-looking text using N-grams:– Assume a generalized Markov model

– Use a large text to compute prob. distributions of each letter given N-1 previous letters

– Starting from a seed repeatedly sample this Markov chain to generate new letters

– Also works for whole words

WE NEED TO EAT CAKE

Page 43: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Mark V. Shaney (Bell Labs)

• Results (using alt.singles corpus):– “As I've commented before, really relating to

someone involves standing next to impossible.”

– “One morning I shot an elephant in my arms and kissed him.”

– “I spent an interesting evening recently with a grain of salt”

Page 44: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Video Textures

Arno SchödlRichard Szeliski

David SalesinIrfan Essa

Microsoft Research, Georgia Tech

Link to local version Gondry Example

Page 45: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Still photos

Page 46: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Video clips

Page 47: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Video textures

Page 48: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Problem statement

video clip video texture

Page 49: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Our approach

How do we find good transitions?

Page 50: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Finding good transitions

• Compute L2 distance Di, j between all frames

Similar frames make good transitions

frame ivs.

frame j

Page 51: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Markov chain representation

2 3 41

Similar frames make good transitions

Page 52: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Transition costs

• Transition from i to j if successor of i is similar to j

• Cost function: Ci→j = Di+1, j

•i

j

i+1

j-1

i j→ Di+1, j

Page 53: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Transition probabilities

Probability for transition Pi→j inversely related to cost:

Pi→j ~ exp ( – Ci→j / σ2 )

high σ low σ

Page 54: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Preserving dynamics

Page 55: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Preserving dynamics

Page 56: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Preserving dynamics

• Cost for transition i→j• Ci→j = wk Di+k+1, j+kΣ

k = -N

N-1

i

j j+1

i+1 i+2

j-1j-2

i j→Di, j-1 D Di+1, j i+2, j+1

i-1

Di-1, j-2

Page 57: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Preserving dynamics – effect

• Cost for transition i→j• Ci→j = wk Di+k+1, j+kΣ

k = -N

N-1

Page 58: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

2 3 41

Dead ends

• No good transition at the end of sequence

Page 59: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

2 3 41

Future cost

• Propagate future transition costs backward

• Iteratively compute new cost

• Fi→j = Ci→j + α mink Fj→k

Page 60: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

2 3 41

Future cost

• Propagate future transition costs backward

• Iteratively compute new cost

• Fi→j = Ci→j + α mink Fj→k

Page 61: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

2 3 41

Future cost

• Propagate future transition costs backward

• Iteratively compute new cost

• Fi→j = Ci→j + α mink Fj→k

Page 62: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

2 3 41

Future cost

• Propagate future transition costs backward

• Iteratively compute new cost

• Fi→j = Ci→j + α mink Fj→k

Page 63: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

2 3 41

• Propagate future transition costs backward

• Iteratively compute new cost

• Fi→j = Ci→j + α mink Fj→k

• Q-learning

Future cost

Page 64: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Future cost – effect

Page 65: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Finding good loops• Alternative to random transitions

• Precompute set of loops up front

Page 66: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Visual discontinuities

• Problem: Visible “Jumps”

Page 67: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Crossfading

• Solution: Crossfade from one sequence to the other.

Ai-2

Ai-2

Bj-2

15

3

1 2

2 1

3

4

4 4

4 4

4+ + +

Ai-1

Ai-1/Bj-2 Ai-1/Bj-2 Ai-1/Bj-2

Bj-1

Ai

Bj

Ai+1

Bj+1

Bj+1

Page 68: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Morphing • Interpolation task:

A25 B2

5 C15+ +

Page 69: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Morphing • Interpolation task:

• Compute correspondencebetween pixels of all frames

A25 B2

5 C15+ +

Page 70: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Morphing • Interpolation task:

• Compute correspondence between pixels of all frames

• Interpolate pixel position andcolor in morphed frame

• based on [Shum 2000]

A25 B2

5 C15+ +

Page 71: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Results – crossfading/morphing

Page 72: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Results – crossfading/morphing

Jump Cut Crossfade Morph

video

Page 73: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Crossfading

Page 74: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Frequent jump & crossfading

Page 75: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Video portrait

• Useful for web pages

Page 76: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

• Combine with IBR techniques

Video portrait – 3D

Page 77: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Region-based analysis

• Divide video up into regions

• Generate a video texture for each region

Page 78: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Automatic region analysis

Page 79: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

User selects target frame range

User-controlled video textures

slow variable fast

Page 80: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Video-based animation

• Like spritescomputer games

• Extract spritesfrom real video

• Interactively control desired motion

©1985 Nintendo of America Inc.

Page 81: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Video sprite extraction

blue screen mattingand velocity estimation

blue screen mattingblue screen mattingand velocity estimationand velocity estimation

blue screen mattingblue screen mattingand velocity estimationand velocity estimation

Blue screen matting and

velocity estimation

Page 82: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Ci j = + angle α βCi j→ →

vector tomouse pointer

Similarity term Control term

velocity vector

Animation{ {

Video sprite control

• Augmented transition cost:

Page 83: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Fi j→

Fi j→

Fi j→ Fi j→

Fi j→

Fi j→Fi j→

SW

W

NWN

NE

E

SES

Goal

Video sprite control

• Need future cost computation

• Precompute future costs for a few angles.

• Switch between precomputed angles according to user input

• [GIT-GVU-00-11]i ji j→i j Fi jFi jFi j→i j

FSW SE

Page 84: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Interactive fish

Page 85: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Summary

• Video clips → video textures– define Markov process

– preserve dynamics

– avoid dead-ends

– disguise visual discontinuities

Page 86: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Discussion

• Some things are relatively easy

Page 87: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Discussion

• Some are hard

Page 88: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

A final example

Page 89: Computational Photography and Video: Video …...Schedule Computational Photography and Video 24 Feb Introduction to Computational Photography 3 Mar More on Camera,Sensors and Color

Michel Gondry train video

http://youtube.com/watch?v=qUEs1BwVXGA