78
CS 532: 3D Computer Vision Lecture 8 Enrique Dunn edunn @stevens.edu Lieb 310 1

CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

CS 532: 3D Computer VisionLecture 8

Enrique [email protected] 310

1

Page 2: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Joint Depth Estimationand View Selection

2

Page 3: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Depthmap

Depthmap Estimation

3

Image

Page 4: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

3D point cloud

Depthmap Estimation

4

Projection into 3D space

Page 5: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Background

Reference image

5

Source image

2D correspondences

Page 6: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

211 Source images (only 10 are shown)

Reference image

Challenges

6

Page 7: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Challenges

Reference image

7

Scene resolution difference

OcclusionIllumination variation

Page 8: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Prior Works

8

• Use images taken under a controlled environment• Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al. BMVC 2012, Lu et al. CVPR 2013, Wang et al. CVPR 2014, …

• Reconstruction from Internet photo collections• Goesele et al. ICCV 2007

A pair of images with a small baseline

Page 9: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Prior Works

9

• Use images taken under a controlled environment• Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al. BMVC 2012, Lu et al. CVPR 2013, Wang et al. CVPR 2014, …

• Reconstruction from Internet photo collections• Goesele et al. ICCV 2007

• Pixel level view selection and depth estimation• Strecha et al., CVPR 2006

Reference image Source images

View selection (mask)depthmap

Page 10: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

10

Reference image

Source images

Pixel Level Image Selection

Page 11: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

11

Reference image

Source images

Pixel Level Image Selection

Page 12: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

12

Pixel Level Image Selection

Reference image

Source images

Page 13: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Source Image 2

Source Image 1

13

Assume known 3D structure

3D structure

Image Selection vs Depth EstimationAssume known image selection

Reference Image

Color consistency

Occlusion

Color consistency

Reference Image

Source Image 2

Source Image 1

Chicken and Egg Problem

Page 14: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Our Method Overview

Image Selection

Depth Estimation

input output

Image selection probability maps

Reference imagedepthmap

Source images

14

Page 15: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

15

Reference image

Source image

Image Selection–Smoothness Term

Page 16: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

16

Our Method

• Random depth initialization

• Depth propagations– EM style depth estimation and view selection– Propagations in four directions– Each row/column is independent

Random depth

Page 17: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

17

Our Method       

Image Selection

Source Image

       

Depth

-- Observation

-- Unknown variable

Page 18: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

18

Our Method

Random depthmapReference image

• Random depthmap initialization

Page 19: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

       

19

Our Method

       

Image Selection

Source Image

Depth

-- Observation

-- Unknown variable

Page 20: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

 

       

20

Our Method

     

Image Selection

Source Image

Depth

-- Observation

-- Unknown variable

Page 21: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

       

21

Our Method

       

Image Selection

Source Image

Depth

-- Observation

-- Unknown variable

Page 22: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Our method

22

• Left to right propagation

Page 23: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Our method

23

• Propagations in other directions

Page 24: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Our method• Four kinds of propagations to generate depthmap:

24

Page 25: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

• Compare results with best-K stereo

Completeness: percentage of pixels with errors less than 2 cm

Our method

planesweeping

Ground truth Our result

K=3 K=10

25

Experiments

Page 26: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

• Compare with other methods

27

Experiments

Percentage of pixels with errors less than a threshold (2 or 10 cm)

Dataset Fountain-P11 Herzjesu-P9

Error threshold 2cm 10cm 2cm 10cm

Our method 0.769 0.929 0.650 0.844

LC 0.754 0.930 0.649 0.848FUR 0.731 0.838 0.646 0.836ZAH 0.712 0.832 0.220 0.501TYL 0.732 0.822 0.658 0.852

LC: Hu et al. 3DIMPVT 2012FUR: Furkawa et al. PAMI, 2010ZAH: Zaharescu et al. PAMI 2011TYL: Tylecek et al. Int’l Journal of VR 2010

Page 27: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Source images Goesele’s methodOur method

Runtime: on average 47.3 secs/image

28

Buddha (212 images)

Page 28: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Source images Goesele’s methodOur method

29

Mt. Rushmore (206 images)

Page 29: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Heightmap Representation for Depthmap Fusion

30

Page 30: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Real-time Stereo EstimationProblem:• highly noisy depth estimates• no depth estimates

Page 31: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Robust stereo fusion process• Heightmap 2.5D 

representation

• Every heightmap pixel is treated independently

Page 32: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Robust stereo fusion process

33

• Enforces vertical facades

• One continuous surface, no holes

• Fast to compute, easy to store O(n2) instead of O(n3)

Page 33: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Related Work

• Space carving– Kutulakos and Seitz 2000

• Graph cuts– Vogiatzis et al. 2005

• Level set– Faugeras and Keriven 1998

• Convex– Zach et al. 2007

34

O(n3)

Page 34: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Layout

• Vertical direction– vanishing point– camera constraints (Szeliski 2005, Snavely et al. 2006)

35

Video Photo Collections

Page 35: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Vertical Surfaces

36

Input Images Input Depthmaps

Heightmap(Top-Down View)

the brighter the higher

3D Model Geometry

Textured 3D Model

Gallup et al. 3DPVT 2010

Page 36: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

N-Layer Heightmap

• Generalize to n-layer heightmap• Each layer is a transition from full/empty or empty/full

• Compute layer positions with dynamic programming• Use model selection (BIC) to determine number of

layers37

Page 37: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Related Work

38

Cornelis et al. 2006 Furukawa et al. 2010 Sinha et al. 2009

Gallup et al. 2010

Page 38: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Probabilistic Occupancy

39

depth measurement

empty full unknown

Introduced in robotics:  Margaritis and Thrun 1998 Follows derivation of Guan et al. 2008

O Z

Random VariablesO – binary, occupancy of voxelZ={Zi} – continuous, depth measurements for i=1…k depth maps

Page 39: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Probabilistic Occupancy

40

O Zi

S

-1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 10

0.5

1

1.5

2

2.5

3

3.5

4

4.5

-1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 10

0.1

0.2

0.3

0.4

0.5

Measurement Model

Surface Formation Model

Page 40: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Probabilistic Occupancy

41

O Zi

S

-4 -2 0 2 40

0.2

0.4

0.6

0.8

1

depth measurement (Z)

P(O|

Z)

P(O|Zi) for different values of Z i

almost certainly occupied at depth

unknown occupancy behind depth

unlikely occupancy in front of depth

Page 41: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Probabilistic Occupancy

42

O Zi

S

probabilisticoccupancyvolume

occupancy likelihood slice

empty

full

Page 42: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Heightmap Computation

43

L(Om|Z)

cost of voxels 1…m being full

cost of voxels m+1…M being empty

empty

full

M

mm

m

m

OZL

OZLmC

1

1

)|(

)|()(

Page 43: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Heightmap Computation

44

L(Om|Z)

C1(m): cost of 1st layer at height m

C1…k(m) = Ck(m) + min C1…k-1(m’):

optimal cost of layers 1…k with layer k fixed at height m

hold fixed independent

Page 44: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Heightmap Computation

45

L(Om|Z) C1(m) … C1…3(m) Layers

Page 45: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Heightmap Computation

46

L(Om|Z)

C1…k(m) = Ck(m) + min C1…k-1(m’) 

+ ½ ln |Z|  if m≠m’

User sets maximum number of layers.Model selection determines if less are needed.

Page 46: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Heightmap Result

47

photos and depthmaps

Heightmap Layers

Layer 1 Layer 2 Layer 3

1 vs 3 Layers

Page 47: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Implementation

• Implemented in CUDA

• Computes 100x100(x100) heightmap from 50 depthmaps in 70ms on Nvidia GTX 285 48

Blocks

Threads

Only one thread does dynamic programming

Page 48: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Results from Video

50

Input Videos 3D Reconstruction

Page 49: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Results from Photo Collections

51

3D ReconstructionInput Photos

Page 50: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Conclusion

• Heightmap Advantages– less memory: O(n2) instead of O(n3)– parallel: each heightmap pixel independent– compact storage– vertical surfaces

• Disadvantages– Cannot capture all detail

52

Page 51: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Lecture Outline• Multi-view Stereo part II

– Slides by G. Vogiatzis and L. Zhang– Paper by A. Collet et al. (2015)

• Introduction to Computational Geometry• Convex Hulls

– David M. Mount, CMSC 754: Computational Geometry lecture notes, Department of Computer Science, University of Maryland, Spring 2012

– Slides by:• B. Gartner, M. Hoffman and E. Welzl (ETH)• M. van Kreveld (Utrecht University)• P. Indyk and J.C. Yang (MIT)

53

Page 52: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Extracting a Surface from Photo-consistency

• Vogiatzis et al. (PAMI 2007)• Divide the space in voxels• Compute the photo-consistency of each voxel

– By robustly combining all pairwise NCC scores

• Problem: find a minimum cost surface that separates interior from exterior of the object

• Add term that favors large volume, otherwise solution collapses to a point

54

Page 53: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

How to Solve?

55

Page 54: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Graph Cut

56

Page 55: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Minimum Cut

57

Page 56: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Three Equivalent Representations

58

Page 57: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Extracting the Surface• Marching cubes algorithm can extract

isosurfaces– Matlab: [tri, pts] = isosurface(V)– Where V is a binary volume of 0s and 1s

59

Page 58: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Shape from silhouettes

Automatic 3D Model Construction for Turn-Table Sequences, A.W. Fitzgibbon, G. Cross, and A. Zisserman, SMILE 1998

Page 59: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Visual Hull: A 3D Example

Page 60: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Results

62

Page 61: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Results

63

Page 62: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Volumetric Stereo• Determine occupancy, “color” of points in V • Slides by L. Zhang

64

Scene VolumeV

Input Images(Calibrated)

Page 63: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Discrete Formulation: Voxel ColoringGoal: Assign RGBA values to voxels in V photo-consistent with images

65

Discretized Scene Volume

Input Images(Calibrated)

Page 64: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Complexity and Computability

66

Discretized Scene Volume

N voxels

C colors

3

All Scenes (CN3)Photo-Consistent

Scenes

TrueScene

Page 65: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Reconstruction from Silhouettes (C=2)

• Approach: • Back-project each silhouette

• Intersect back-projected volumes

67

Binary Images

Page 66: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Volume Intersection

68

Reconstruction Contains the True Scene• But is generally not the same • In the limit (all views) we get visual hull

> Complement of all lines that do not intersect S

Page 67: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Voxel-based Algorithm

69

Color voxel black if on silhouette in every image• for M images, N3 voxels• Don’t have to search 2N3 possible scenes!

O( ? ),

Page 68: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Results (Franco and Boyer, PAMI 2009)

70

Page 69: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Properties of Volume Intersection

Pros– Easy to implement, fast– Accelerated via octrees

Cons– No concavities– Reconstruction is not photo-consistent– Requires identification of silhouettes

71

Page 70: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Space Carving

72

Space Carving Algorithm

Image 1 Image N

…...

• Initialize to a volume V containing the true scene

• Repeat until convergence

• Choose a voxel on the current surface

• Carve if not photo-consistent

• Project to visible input images

Page 71: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Which Shape do You Get?

73

The Photo Hull is the UNION of all photo-consistent scenes in V• It is a photo-consistent scene reconstruction• Tightest possible bound on the true scene

True Scene

V

Photo Hull

V

Page 72: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Results (Kutulakos and Seitz, IJCV 2000)

74

Page 73: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Free-Viewpoint Video

Alvaro Collet, Ming Chuang, Pat Sweeney, Don Gillett, Dennis Evseev, David Calabrese,

Hugues Hoppe, Adam Kirk, Steve SullivanMicrosoft Corporation

SIGGRAPH 2015

75

Page 74: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Pipeline

76

Page 75: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Reconstruction

77

PMVS: system by Furukawa and Ponce, we saw last weekPSR: Poisson Surface Reconstruction (last slide last week)

Page 76: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Adaptive Level of Detail

78

Page 77: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Synthesized Viewpoints

79

Page 78: CS 532: 3D Computer Vision Lecture 8 · Prior Works 8 • Use images taken under a controlled environment • Yoon et al. PAMI 2006, Hirschmüller et al. CVPR 2005, Bleyer et al

Synthesized Viewpoints

80