Efficient Large-Scale Stereo Matching

Size: px
Start display at page:

Download "Efficient Large-Scale Stereo Matching"

Transcription

1 Efficient Large-Scale Stereo Matching Andreas Geiger*, Martin Roser* and Raquel Urtasun** *KARLSRUHE INSTITUTE OF TECHNOLOGY **TOYOTA TECHNOLOGICAL INSTITUTE AT CHICAGO KIT University of the State of Baden-Wuerttemberg and National Laboratory of the Helmholtz Association

2 Contents 1 Motivation and Related Work 2 Efficient Large-Scale Stereo Matching 3 Experimental Evaluation 4 Summary and Future Work Efficient Large-Scale Stereo Matching Code: 2/24

3 Contents 1 Motivation and Related Work 2 Efficient Large-Scale Stereo Matching 3 Experimental Evaluation 4 Summary and Future Work Efficient Large-Scale Stereo Matching Code: 3/24

4 Motivation Camera Laserscanner Efficient Large-Scale Stereo Matching Code: 4/24

5 Why is 3D from Stereo hard? Ambiguities Textureless regions Sensor saturation Non-Lambertian surfaces z grows quadratically Computational burden Efficient Large-Scale Stereo Matching Code: 5/24

6 Why is 3D from Stereo hard? Ambiguities Textureless regions Sensor saturation Non-Lambertian surfaces z grows quadratically Computational burden Efficient Large-Scale Stereo Matching Code: 5/24

7 Why is 3D from Stereo hard? Ambiguities Textureless regions Sensor saturation Non-Lambertian surfaces z grows quadratically Computational burden distance error focal length disparity error baseline Efficient Large-Scale Stereo Matching Code: 5/24

8 Related Work: Local Methods Local Methods Winner-takes-All Examples Block matching (Scharstein 02) Adaptive windows (Kanade 94, Yoon 06) Plane-sweep (Collins 96, Gallup 07) Problems Small matching ratios Border bleeding Efficient Large-Scale Stereo Matching Code: 6/24

9 Related Work: Global Methods Global Methods Minimize 1D/2D energy E(d) = E data (d) + λe smooth (d) Examples Graph cuts, Belief propagation (Kolmogorov 02, Felzenszwalb 06) Variational methods (Pock 07, Zach 09) Fusion moves (Woodford 08, Bleyer 10) Problems Computational and memory requirements Pairwise potentials can not model planarity Efficient Large-Scale Stereo Matching Code: 7/24

10 Related Work: Seed-and-Grow Seed-and-Grow Methods Grow disparity components from random seeds Examples (Cech 07) (Sara 03) Problems Slanted/textureless surfaces No dense disparity maps Efficient Large-Scale Stereo Matching Code: 8/24

11 Contents 1 Motivation and Related Work 2 Efficient Large-Scale Stereo Matching 3 Experimental Evaluation 4 Summary and Future Work Efficient Large-Scale Stereo Matching Code: 9/24

12 Idea Assumption: rectified images Image pairs contain easy and hard correspondences Robustly match easy correspondences on regular grid Build prior on dense search space dense matching Efficient Large-Scale Stereo Matching Code: 10/24

13 Idea Easy Hard Assumption: rectified images Image pairs contain easy and hard correspondences Robustly match easy correspondences on regular grid Build prior on dense search space dense matching Efficient Large-Scale Stereo Matching Code: 10/24

14 Idea Robust Match Assumption: rectified images Image pairs contain easy and hard correspondences Robustly match easy correspondences on regular grid Build prior on dense search space dense matching Efficient Large-Scale Stereo Matching Code: 10/24

15 Idea Assumption: rectified images Image pairs contain easy and hard correspondences Robustly match easy correspondences on regular grid Build prior on dense search space dense matching Efficient Large-Scale Stereo Matching Code: 10/24

16 Efficient Large-Scale Stereo Notation Robust support points S = {s 1,..., s M } with s m = (u m v m d m ) T Disparity d n N Observations o n = (u n v n f n ) T Local image features f n Algorithm Split image domain into support points S and dense pixels Assume factorization of distribution over disparity, observations and support points into... Efficient Large-Scale Stereo Matching Code: 11/24

17 Efficient Large-Scale Stereo Notation Robust support points S = {s 1,..., s M } with s m = (u m v m d m ) T Disparity d n N Observations o n = (u n v n f n ) T Local image features f n Algorithm Split image domain into support points S and dense pixels Assume factorization of distribution over disparity, observations and support points into... Efficient Large-Scale Stereo Matching Code: 11/24

18 Efficient Large-Scale Stereo Notation Robust support points S = {s 1,..., s M } with s m = (u m v m d m ) T Disparity d n N Observations o n = (u n v n f n ) T Local image features f n Algorithm Split image domain into support points S and dense pixels Assume factorization of distribution over disparity, observations and support points into... Efficient Large-Scale Stereo Matching Code: 11/24

19 Model Left Image Right Image Graphical Model Support Points Support Points Observation in left image Observations p(d n, o (l) n, o (r) n, S) p(d n S, o (l) }{{} Prior n ) p(o (r) n o (l) n, d n ) }{{} Likelihood Efficient Large-Scale Stereo Matching Code: 12/24

20 Model Left Image Right Image Graphical Model Support Points Support Points Observation in left image Observations p(d n, o (l) n, o (r) n, S) p(d n S, o (l) }{{} Prior n ) p(o (r) n o (l) n, d n ) }{{} Likelihood Efficient Large-Scale Stereo Matching Code: 12/24

21 Prior and Likelihood Prior p(d n S, o (l) n ) Support pt. triangulation Piecew. linear manifold Local extrapolation Likelihood p(o (r) n o (l) n, d n ) Laplace distribution 5 5 block window 3 3 Sobel filter Efficient Large-Scale Stereo Matching Code: 13/24

22 Prior and Likelihood Prior p(d n S, o (l) n ) Support pt. triangulation Piecew. linear manifold Local extrapolation Likelihood p(o (r) n o (l) n, d n ) Laplace distribution 5 5 block window 3 3 Sobel filter Efficient Large-Scale Stereo Matching Code: 13/24

23 Sampling from the model Left image Sample mean Efficient Large-Scale Stereo Matching Code: 14/24

24 Sampling from the model Left image Sample mean Right image Efficient Large-Scale Stereo Matching Code: 14/24

25 Contents 1 Motivation and Related Work 2 Efficient Large-Scale Stereo Matching 3 Experimental Evaluation 4 Summary and Future Work Efficient Large-Scale Stereo Matching Code: 15/24

26 Middlebury Benchmark 900 x 750 pixels, ground truth Efficient Large-Scale Stereo Matching Code: 16/24

27 Middlebury Benchmark 900 x 750 pixels, 0.4 seconds Efficient Large-Scale Stereo Matching Code: 16/24

28 Middlebury Benchmark 1300 x 1100 pixels, ground truth Efficient Large-Scale Stereo Matching Code: 16/24

29 Middlebury Benchmark 1300 x 1100 pixels, 1 second Efficient Large-Scale Stereo Matching Code: 16/24

30 Accuracy (on cones image pair) Error >2px [%] uniform prior Cech 07 Felzenszwalb 06 Kolmogorov 01 Kostkova 03 our method Image resolution [Megapixel] Efficient Large-Scale Stereo Matching Code: 17/24

31 Running times (on cones image pair) Kolmogorov 01 Kostkova 03 our method Felzenszwalb 06 Cech 07 uniform prior our method Running time [s] 1000 Running time [s] Image resolution [Megapixel] Image resolution [Megapixel] [For more details see: Geiger et al., ACCV 2010] Efficient Large-Scale Stereo Matching Code: 18/24

32 3D Reconstruction: Brussels 2 seconds [ Efficient Large-Scale Stereo Matching Code: 19/24

33 3D Face Reconstruction [ Efficient Large-Scale Stereo Matching Code: 20/24

34 Urban Scene Reconstruction Efficient Large-Scale Stereo Matching Code: 21/24

35 Contents 1 Motivation and Related Work 2 Efficient Large-Scale Stereo Matching 3 Experimental Evaluation 4 Summary and Future Work Efficient Large-Scale Stereo Matching Code: 22/24

36 Summary Simple prior based on sparse feature matches Reduced ambiguities and run-time Takes into account slanted surfaces Real-time 3D reconstruction of static scenes on CPU C++ / MATLAB code available at Efficient Large-Scale Stereo Matching Code: 23/24

37 Summary Simple prior based on sparse feature matches Reduced ambiguities and run-time Takes into account slanted surfaces Real-time 3D reconstruction of static scenes on CPU C++ / MATLAB code available at Efficient Large-Scale Stereo Matching Code: 23/24

38 Summary Simple prior based on sparse feature matches Reduced ambiguities and run-time Takes into account slanted surfaces Real-time 3D reconstruction of static scenes on CPU C++ / MATLAB code available at Efficient Large-Scale Stereo Matching Code: 23/24

39 Summary Simple prior based on sparse feature matches Reduced ambiguities and run-time Takes into account slanted surfaces Real-time 3D reconstruction of static scenes on CPU C++ / MATLAB code available at Efficient Large-Scale Stereo Matching Code: 23/24

40 Summary Simple prior based on sparse feature matches Reduced ambiguities and run-time Takes into account slanted surfaces Real-time 3D reconstruction of static scenes on CPU C++ / MATLAB code available at Efficient Large-Scale Stereo Matching Code: 23/24

41 Future Work Develop better priors Incorporate segmentation / global reasoning on lines GPU implementation (goal: 20 fps at 1-2 megapixels) Employ as unitary potentials on global methods smaller label sets Thank you! Efficient Large-Scale Stereo Matching Code: 24/24

42 Future Work Develop better priors Incorporate segmentation / global reasoning on lines GPU implementation (goal: 20 fps at 1-2 megapixels) Employ as unitary potentials on global methods smaller label sets Thank you! Efficient Large-Scale Stereo Matching Code: 24/24

43 Future Work Develop better priors Incorporate segmentation / global reasoning on lines GPU implementation (goal: 20 fps at 1-2 megapixels) Employ as unitary potentials on global methods smaller label sets Thank you! Efficient Large-Scale Stereo Matching Code: 24/24

44 Future Work Develop better priors Incorporate segmentation / global reasoning on lines GPU implementation (goal: 20 fps at 1-2 megapixels) Employ as unitary potentials on global methods smaller label sets Thank you! Efficient Large-Scale Stereo Matching Code: 24/24

Fundamentals of Stereo Vision Michael Bleyer LVA Stereo Vision

Fundamentals of Stereo Vision Michael Bleyer LVA Stereo Vision Fundamentals of Stereo Vision Michael Bleyer LVA Stereo Vision What Happened Last Time? Human 3D perception (3D cinema) Computational stereo Intuitive explanation of what is meant by disparity Stereo matching

More information

StereoScan: Dense 3D Reconstruction in Real-time

StereoScan: Dense 3D Reconstruction in Real-time STANFORD UNIVERSITY, COMPUTER SCIENCE, STANFORD CS231A SPRING 2016 StereoScan: Dense 3D Reconstruction in Real-time Peirong Ji, pji@stanford.edu June 7, 2016 1 INTRODUCTION In this project, I am trying

More information

Multiple View Geometry

Multiple View Geometry Multiple View Geometry CS 6320, Spring 2013 Guest Lecture Marcel Prastawa adapted from Pollefeys, Shah, and Zisserman Single view computer vision Projective actions of cameras Camera callibration Photometric

More information

Stereo Vision II: Dense Stereo Matching

Stereo Vision II: Dense Stereo Matching Stereo Vision II: Dense Stereo Matching Nassir Navab Slides prepared by Christian Unger Outline. Hardware. Challenges. Taxonomy of Stereo Matching. Analysis of Different Problems. Practical Considerations.

More information

A Patch Prior for Dense 3D Reconstruction in Man-Made Environments

A Patch Prior for Dense 3D Reconstruction in Man-Made Environments A Patch Prior for Dense 3D Reconstruction in Man-Made Environments Christian Häne 1, Christopher Zach 2, Bernhard Zeisl 1, Marc Pollefeys 1 1 ETH Zürich 2 MSR Cambridge October 14, 2012 A Patch Prior for

More information

Static Scene Reconstruction

Static Scene Reconstruction GPU supported Real-Time Scene Reconstruction with a Single Camera Jan-Michael Frahm, 3D Computer Vision group, University of North Carolina at Chapel Hill Static Scene Reconstruction 1 Capture on campus

More information

Geometric Reconstruction Dense reconstruction of scene geometry

Geometric Reconstruction Dense reconstruction of scene geometry Lecture 5. Dense Reconstruction and Tracking with Real-Time Applications Part 2: Geometric Reconstruction Dr Richard Newcombe and Dr Steven Lovegrove Slide content developed from: [Newcombe, Dense Visual

More information

Global Stereo Matching Leveraged by Sparse Ground Control Points

Global Stereo Matching Leveraged by Sparse Ground Control Points Global Stereo Matching Leveraged by Sparse Ground Control Points Liang Wang Ruigang Yang Center for Visualization and Virtual Environments, University of Kentucky 329 Rose Street, Lexington, KY, 40506-0633,

More information

Improved depth map estimation in Stereo Vision

Improved depth map estimation in Stereo Vision Improved depth map estimation in Stereo Vision Hajer Fradi and and Jean-Luc Dugelay EURECOM, Sophia Antipolis, France ABSTRACT In this paper, we present a new approach for dense stereo matching which is

More information

Real-time Global Stereo Matching Using Hierarchical Belief Propagation

Real-time Global Stereo Matching Using Hierarchical Belief Propagation 1 Real-time Global Stereo Matching Using Hierarchical Belief Propagation Qingxiong Yang 1 Liang Wang 1 Ruigang Yang 1 Shengnan Wang 2 Miao Liao 1 David Nistér 1 1 Center for Visualization and Virtual Environments,

More information

CS 4495/7495 Computer Vision Frank Dellaert, Fall 07. Dense Stereo Some Slides by Forsyth & Ponce, Jim Rehg, Sing Bing Kang

CS 4495/7495 Computer Vision Frank Dellaert, Fall 07. Dense Stereo Some Slides by Forsyth & Ponce, Jim Rehg, Sing Bing Kang CS 4495/7495 Computer Vision Frank Dellaert, Fall 07 Dense Stereo Some Slides by Forsyth & Ponce, Jim Rehg, Sing Bing Kang Etymology Stereo comes from the Greek word for solid (στερεο), and the term can

More information

EUSIPCO

EUSIPCO EUSIPCO 2013 1569743475 EFFICIENT DISPARITY CALCULATION BASED ON STEREO VISION WITH GROUND OBSTACLE ASSUMPTION Zhen Zhang, Xiao Ai, and Naim Dahnoun Department of Electrical and Electronic Engineering

More information

In ICIP 2017, Beijing, China MONDRIAN STEREO. Middlebury College Middlebury, VT, USA

In ICIP 2017, Beijing, China MONDRIAN STEREO. Middlebury College Middlebury, VT, USA In ICIP 2017, Beijing, China MONDRIAN STEREO Dylan Quenneville Daniel Scharstein Middlebury College Middlebury, VT, USA ABSTRACT Untextured scenes with complex occlusions still present challenges to modern

More information

CONTENTS. High-Accuracy Stereo Depth Maps Using Structured Light. Yeojin Yoon

CONTENTS. High-Accuracy Stereo Depth Maps Using Structured Light. Yeojin Yoon [Paper Seminar 7] CVPR2003, Vol.1, pp.195-202 High-Accuracy Stereo Depth Maps Using Structured Light Daniel Scharstein Middlebury College Richard Szeliski Microsoft Research 2012. 05. 30. Yeojin Yoon Introduction

More information

Part 3: Dense Stereo Correspondence

Part 3: Dense Stereo Correspondence 1 Tutorial on Geometric and Semantic 3D Reconstruction Part 3: Dense Stereo Correspondence Sudipta N. Sinha Microsoft Research Overview 2 Basics Semi Global Matching (SGM) and extensions Recent directions

More information

CS4495/6495 Introduction to Computer Vision. 3B-L3 Stereo correspondence

CS4495/6495 Introduction to Computer Vision. 3B-L3 Stereo correspondence CS4495/6495 Introduction to Computer Vision 3B-L3 Stereo correspondence For now assume parallel image planes Assume parallel (co-planar) image planes Assume same focal lengths Assume epipolar lines are

More information

Stereo Matching.

Stereo Matching. Stereo Matching Stereo Vision [1] Reduction of Searching by Epipolar Constraint [1] Photometric Constraint [1] Same world point has same intensity in both images. True for Lambertian surfaces A Lambertian

More information

PatchMatch Stereo - Stereo Matching with Slanted Support Windows

PatchMatch Stereo - Stereo Matching with Slanted Support Windows M. BLEYER, C. RHEMANN, C. ROTHER: PATCHMATCH STEREO 1 PatchMatch Stereo - Stereo Matching with Slanted Support Windows Michael Bleyer 1 bleyer@ims.tuwien.ac.at Christoph Rhemann 1 rhemann@ims.tuwien.ac.at

More information

Project 2 due today Project 3 out today. Readings Szeliski, Chapter 10 (through 10.5)

Project 2 due today Project 3 out today. Readings Szeliski, Chapter 10 (through 10.5) Announcements Stereo Project 2 due today Project 3 out today Single image stereogram, by Niklas Een Readings Szeliski, Chapter 10 (through 10.5) Public Library, Stereoscopic Looking Room, Chicago, by Phillips,

More information

SPM-BP: Sped-up PatchMatch Belief Propagation for Continuous MRFs. Yu Li, Dongbo Min, Michael S. Brown, Minh N. Do, Jiangbo Lu

SPM-BP: Sped-up PatchMatch Belief Propagation for Continuous MRFs. Yu Li, Dongbo Min, Michael S. Brown, Minh N. Do, Jiangbo Lu SPM-BP: Sped-up PatchMatch Belief Propagation for Continuous MRFs Yu Li, Dongbo Min, Michael S. Brown, Minh N. Do, Jiangbo Lu Discrete Pixel-Labeling Optimization on MRF 2/37 Many computer vision tasks

More information

Public Library, Stereoscopic Looking Room, Chicago, by Phillips, 1923

Public Library, Stereoscopic Looking Room, Chicago, by Phillips, 1923 Public Library, Stereoscopic Looking Room, Chicago, by Phillips, 1923 Teesta suspension bridge-darjeeling, India Mark Twain at Pool Table", no date, UCR Museum of Photography Woman getting eye exam during

More information

Priors for Stereo Vision under Adverse Weather Conditions

Priors for Stereo Vision under Adverse Weather Conditions 2013 IEEE International Conference on Computer Vision Workshops Priors for Stereo Vision under Adverse Weather Conditions Stefan Gehrig 1 Maxim Reznitskii 2 Nicolai Schneider 3 Uwe Franke 1 Joachim Weickert

More information

Stereo and Epipolar geometry

Stereo and Epipolar geometry Previously Image Primitives (feature points, lines, contours) Today: Stereo and Epipolar geometry How to match primitives between two (multiple) views) Goals: 3D reconstruction, recognition Jana Kosecka

More information

Segmentation Based Stereo. Michael Bleyer LVA Stereo Vision

Segmentation Based Stereo. Michael Bleyer LVA Stereo Vision Segmentation Based Stereo Michael Bleyer LVA Stereo Vision What happened last time? Once again, we have looked at our energy function: E ( D) = m( p, dp) + p I < p, q > We have investigated the matching

More information

Today. Stereo (two view) reconstruction. Multiview geometry. Today. Multiview geometry. Computational Photography

Today. Stereo (two view) reconstruction. Multiview geometry. Today. Multiview geometry. Computational Photography Computational Photography Matthias Zwicker University of Bern Fall 2009 Today From 2D to 3D using multiple views Introduction Geometry of two views Stereo matching Other applications Multiview geometry

More information

Reconstructing Reflective and Transparent Surfaces from Epipolar Plane Images

Reconstructing Reflective and Transparent Surfaces from Epipolar Plane Images Sven Wanner and Bastian Goldlücke Heidelberg Collaboratory for Image Processing 1. Light Fields and Epipolar Plane Images 1. Light Fields and Epipolar Plane Images Light Fields as a dense sampling of a

More information

Stereo Matching with Reliable Disparity Propagation

Stereo Matching with Reliable Disparity Propagation Stereo Matching with Reliable Disparity Propagation Xun Sun, Xing Mei, Shaohui Jiao, Mingcai Zhou, Haitao Wang Samsung Advanced Institute of Technology, China Lab Beijing, China xunshine.sun,xing.mei,sh.jiao,mingcai.zhou,ht.wang@samsung.com

More information

Stereo Vision Based Traversable Region Detection for Mobile Robots Using U-V-Disparity

Stereo Vision Based Traversable Region Detection for Mobile Robots Using U-V-Disparity Stereo Vision Based Traversable Region Detection for Mobile Robots Using U-V-Disparity ZHU Xiaozhou, LU Huimin, Member, IEEE, YANG Xingrui, LI Yubo, ZHANG Hui College of Mechatronics and Automation, National

More information

Stereo. Many slides adapted from Steve Seitz

Stereo. Many slides adapted from Steve Seitz Stereo Many slides adapted from Steve Seitz Binocular stereo Given a calibrated binocular stereo pair, fuse it to produce a depth image image 1 image 2 Dense depth map Binocular stereo Given a calibrated

More information

Epipolar Geometry and Stereo Vision

Epipolar Geometry and Stereo Vision Epipolar Geometry and Stereo Vision Computer Vision Jia-Bin Huang, Virginia Tech Many slides from S. Seitz and D. Hoiem Last class: Image Stitching Two images with rotation/zoom but no translation. X x

More information

Human Body Recognition and Tracking: How the Kinect Works. Kinect RGB-D Camera. What the Kinect Does. How Kinect Works: Overview

Human Body Recognition and Tracking: How the Kinect Works. Kinect RGB-D Camera. What the Kinect Does. How Kinect Works: Overview Human Body Recognition and Tracking: How the Kinect Works Kinect RGB-D Camera Microsoft Kinect (Nov. 2010) Color video camera + laser-projected IR dot pattern + IR camera $120 (April 2012) Kinect 1.5 due

More information

Dense 3D Reconstruction. Christiano Gava

Dense 3D Reconstruction. Christiano Gava Dense 3D Reconstruction Christiano Gava christiano.gava@dfki.de Outline Previous lecture: structure and motion II Structure and motion loop Triangulation Today: dense 3D reconstruction The matching problem

More information

Binocular stereo. Given a calibrated binocular stereo pair, fuse it to produce a depth image. Where does the depth information come from?

Binocular stereo. Given a calibrated binocular stereo pair, fuse it to produce a depth image. Where does the depth information come from? Binocular Stereo Binocular stereo Given a calibrated binocular stereo pair, fuse it to produce a depth image Where does the depth information come from? Binocular stereo Given a calibrated binocular stereo

More information

Lecture 10: Multi view geometry

Lecture 10: Multi view geometry Lecture 10: Multi view geometry Professor Fei Fei Li Stanford Vision Lab 1 What we will learn today? Stereo vision Correspondence problem (Problem Set 2 (Q3)) Active stereo vision systems Structure from

More information

A novel 3D torso image reconstruction procedure using a pair of digital stereo back images

A novel 3D torso image reconstruction procedure using a pair of digital stereo back images Modelling in Medicine and Biology VIII 257 A novel 3D torso image reconstruction procedure using a pair of digital stereo back images A. Kumar & N. Durdle Department of Electrical & Computer Engineering,

More information

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science.

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science. Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ 1 Stereo Vision 2 Inferring 3D from 2D Model based pose estimation single (calibrated) camera Stereo

More information

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science.

Colorado School of Mines. Computer Vision. Professor William Hoff Dept of Electrical Engineering &Computer Science. Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ 1 Stereo Vision 2 Inferring 3D from 2D Model based pose estimation single (calibrated) camera > Can

More information

Stereo vision. Many slides adapted from Steve Seitz

Stereo vision. Many slides adapted from Steve Seitz Stereo vision Many slides adapted from Steve Seitz What is stereo vision? Generic problem formulation: given several images of the same object or scene, compute a representation of its 3D shape What is

More information

Graph Cut based Continuous Stereo Matching using Locally Shared Labels

Graph Cut based Continuous Stereo Matching using Locally Shared Labels Graph Cut based Continuous Stereo Matching using Locally Shared Labels Tatsunori Taniai University of Tokyo, Japan taniai@iis.u-tokyo.ac.jp Yasuyuki Matsushita Microsoft Research Asia, China yasumat@microsoft.com

More information

In Defense of 3D-Label Stereo

In Defense of 3D-Label Stereo 2013 IEEE Conference on Computer Vision and Pattern Recognition In Defense of 3D-Label Stereo Carl Olsson Johannes Ulén Centre for Mathematical Sciences Lund University, Sweden calle@maths.lth.se ulen@maths.lth.se

More information

Stereo Vision. MAN-522 Computer Vision

Stereo Vision. MAN-522 Computer Vision Stereo Vision MAN-522 Computer Vision What is the goal of stereo vision? The recovery of the 3D structure of a scene using two or more images of the 3D scene, each acquired from a different viewpoint in

More information

Stereo Vision in Structured Environments by Consistent Semi-Global Matching

Stereo Vision in Structured Environments by Consistent Semi-Global Matching Stereo Vision in Structured Environments by Consistent Semi-Global Matching Heiko Hirschmüller Institute of Robotics and Mechatronics Oberpfaffenhofen German Aerospace Center (DLR), 82230 Wessling, Germany.

More information

Recap from Previous Lecture

Recap from Previous Lecture Recap from Previous Lecture Tone Mapping Preserve local contrast or detail at the expense of large scale contrast. Changing the brightness within objects or surfaces unequally leads to halos. We are now

More information

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching Stereo Matching Fundamental matrix Let p be a point in left image, p in right image l l Epipolar relation p maps to epipolar line l p maps to epipolar line l p p Epipolar mapping described by a 3x3 matrix

More information

segments. The geometrical relationship of adjacent planes such as parallelism and intersection is employed for determination of whether two planes sha

segments. The geometrical relationship of adjacent planes such as parallelism and intersection is employed for determination of whether two planes sha A New Segment-based Stereo Matching using Graph Cuts Daolei Wang National University of Singapore EA #04-06, Department of Mechanical Engineering Control and Mechatronics Laboratory, 10 Kent Ridge Crescent

More information

Camera Drones Lecture 3 3D data generation

Camera Drones Lecture 3 3D data generation Camera Drones Lecture 3 3D data generation Ass.Prof. Friedrich Fraundorfer WS 2017 Outline SfM introduction SfM concept Feature matching Camera pose estimation Bundle adjustment Dense matching Data products

More information

From Orientation to Functional Modeling for Terrestrial and UAV Images

From Orientation to Functional Modeling for Terrestrial and UAV Images From Orientation to Functional Modeling for Terrestrial and UAV Images Helmut Mayer 1 Andreas Kuhn 1, Mario Michelini 1, William Nguatem 1, Martin Drauschke 2 and Heiko Hirschmüller 2 1 Visual Computing,

More information

Stereo. 11/02/2012 CS129, Brown James Hays. Slides by Kristen Grauman

Stereo. 11/02/2012 CS129, Brown James Hays. Slides by Kristen Grauman Stereo 11/02/2012 CS129, Brown James Hays Slides by Kristen Grauman Multiple views Multi-view geometry, matching, invariant features, stereo vision Lowe Hartley and Zisserman Why multiple views? Structure

More information

Input. Output. Problem Definition. Rectified stereo image pair All correspondences lie in same scan lines

Input. Output. Problem Definition. Rectified stereo image pair All correspondences lie in same scan lines Problem Definition 3 Input Rectified stereo image pair All correspondences lie in same scan lines Output Disparity map of the reference view Foreground: large disparity Background: small disparity Matching

More information

Bilateral and Trilateral Adaptive Support Weights in Stereo Vision

Bilateral and Trilateral Adaptive Support Weights in Stereo Vision Cost -based In GPU and Support Weights in Vision Student, Colorado School of Mines rbeethe@mines.edu April 7, 2016 1 / 36 Overview Cost -based In GPU 1 Cost 2 3 -based 4 In GPU 2 / 36 Cost -based In GPU

More information

Introduction à la vision artificielle X

Introduction à la vision artificielle X Introduction à la vision artificielle X Jean Ponce Email: ponce@di.ens.fr Web: http://www.di.ens.fr/~ponce Planches après les cours sur : http://www.di.ens.fr/~ponce/introvis/lect10.pptx http://www.di.ens.fr/~ponce/introvis/lect10.pdf

More information

BIL Computer Vision Apr 16, 2014

BIL Computer Vision Apr 16, 2014 BIL 719 - Computer Vision Apr 16, 2014 Binocular Stereo (cont d.), Structure from Motion Aykut Erdem Dept. of Computer Engineering Hacettepe University Slide credit: S. Lazebnik Basic stereo matching algorithm

More information

Multi-view Stereo. Ivo Boyadzhiev CS7670: September 13, 2011

Multi-view Stereo. Ivo Boyadzhiev CS7670: September 13, 2011 Multi-view Stereo Ivo Boyadzhiev CS7670: September 13, 2011 What is stereo vision? Generic problem formulation: given several images of the same object or scene, compute a representation of its 3D shape

More information

Epipolar Geometry and Stereo Vision

Epipolar Geometry and Stereo Vision Epipolar Geometry and Stereo Vision Computer Vision Shiv Ram Dubey, IIIT Sri City Many slides from S. Seitz and D. Hoiem Last class: Image Stitching Two images with rotation/zoom but no translation. X

More information

Geometry based Repetition Detection for Urban Scene

Geometry based Repetition Detection for Urban Scene Geometry based Repetition Detection for Urban Scene Changchang Wu University of Washington Jan Michael Frahm UNC Chapel Hill Marc Pollefeys ETH Zürich Related Work Sparse Feature Matching [Loy et al. 06,

More information

Using temporal seeding to constrain the disparity search range in stereo matching

Using temporal seeding to constrain the disparity search range in stereo matching Using temporal seeding to constrain the disparity search range in stereo matching Thulani Ndhlovu Mobile Intelligent Autonomous Systems CSIR South Africa Email: tndhlovu@csir.co.za Fred Nicolls Department

More information

Dense 3D Reconstruction. Christiano Gava

Dense 3D Reconstruction. Christiano Gava Dense 3D Reconstruction Christiano Gava christiano.gava@dfki.de Outline Previous lecture: structure and motion II Structure and motion loop Triangulation Wide baseline matching (SIFT) Today: dense 3D reconstruction

More information

EECS 442 Computer vision. Stereo systems. Stereo vision Rectification Correspondence problem Active stereo vision systems

EECS 442 Computer vision. Stereo systems. Stereo vision Rectification Correspondence problem Active stereo vision systems EECS 442 Computer vision Stereo systems Stereo vision Rectification Correspondence problem Active stereo vision systems Reading: [HZ] Chapter: 11 [FP] Chapter: 11 Stereo vision P p p O 1 O 2 Goal: estimate

More information

Multi-Flash Stereopsis: Depth Edge Preserving Stereo with Small Baseline Illumination

Multi-Flash Stereopsis: Depth Edge Preserving Stereo with Small Baseline Illumination SUBMITTED TO IEEE TRANS ON PAMI, 2006 1 Multi-Flash Stereopsis: Depth Edge Preserving Stereo with Small Baseline Illumination Rogerio Feris 1, Ramesh Raskar 2, Longbin Chen 1, Karhan Tan 3, Matthew Turk

More information

Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation

Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation ÖGAI Journal 24/1 11 Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation Michael Bleyer, Margrit Gelautz, Christoph Rhemann Vienna University of Technology

More information

Integrating LIDAR into Stereo for Fast and Improved Disparity Computation

Integrating LIDAR into Stereo for Fast and Improved Disparity Computation Integrating LIDAR into Stereo for Fast and Improved Computation Hernán Badino, Daniel Huber, and Takeo Kanade Robotics Institute, Carnegie Mellon University Pittsburgh, PA, USA Stereo/LIDAR Integration

More information

Surface Normal Aided Dense Reconstruction from Images

Surface Normal Aided Dense Reconstruction from Images Computer Vision Winter Workshop 26, Ondřej Chum, Vojtěch Franc (eds.) Telč, Czech Republic, February 6 8 Czech Pattern Recognition Society Surface Normal Aided Dense Reconstruction from Images Zoltán Megyesi,

More information

Multiray Photogrammetry and Dense Image. Photogrammetric Week Matching. Dense Image Matching - Application of SGM

Multiray Photogrammetry and Dense Image. Photogrammetric Week Matching. Dense Image Matching - Application of SGM Norbert Haala Institut für Photogrammetrie Multiray Photogrammetry and Dense Image Photogrammetric Week 2011 Matching Dense Image Matching - Application of SGM p q d Base image Match image Parallax image

More information

Epipolar Geometry CSE P576. Dr. Matthew Brown

Epipolar Geometry CSE P576. Dr. Matthew Brown Epipolar Geometry CSE P576 Dr. Matthew Brown Epipolar Geometry Epipolar Lines, Plane Constraint Fundamental Matrix, Linear solution + RANSAC Applications: Structure from Motion, Stereo [ Szeliski 11] 2

More information

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching

CS 4495 Computer Vision A. Bobick. Motion and Optic Flow. Stereo Matching Stereo Matching Fundamental matrix Let p be a point in left image, p in right image l l Epipolar relation p maps to epipolar line l p maps to epipolar line l p p Epipolar mapping described by a 3x3 matrix

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 FDH 204 Lecture 14 130307 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Stereo Dense Motion Estimation Translational

More information

Real-Time Disparity Map Computation Based On Disparity Space Image

Real-Time Disparity Map Computation Based On Disparity Space Image Real-Time Disparity Map Computation Based On Disparity Space Image Nadia Baha and Slimane Larabi Computer Science Department, University of Science and Technology USTHB, Algiers, Algeria nbahatouzene@usthb.dz,

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 4,100 116,000 120M Open access books available International authors and editors Downloads Our

More information

A Comparative Study of Stereovision Algorithms

A Comparative Study of Stereovision Algorithms A Comparative Study of Stereovision Algorithms Elena Bebeşelea-Sterp NTT DATA ROMANIA Sibiu, Romania Raluca Brad Faculty of Engineering Lucian Blaga University of Sibiu Sibiu, Romania Remus Brad Faculty

More information

Subpixel accurate refinement of disparity maps using stereo correspondences

Subpixel accurate refinement of disparity maps using stereo correspondences Subpixel accurate refinement of disparity maps using stereo correspondences Matthias Demant Lehrstuhl für Mustererkennung, Universität Freiburg Outline 1 Introduction and Overview 2 Refining the Cost Volume

More information

Data Term. Michael Bleyer LVA Stereo Vision

Data Term. Michael Bleyer LVA Stereo Vision Data Term Michael Bleyer LVA Stereo Vision What happened last time? We have looked at our energy function: E ( D) = m( p, dp) + p I < p, q > N s( p, q) We have learned about an optimization algorithm that

More information

Project 3 code & artifact due Tuesday Final project proposals due noon Wed (by ) Readings Szeliski, Chapter 10 (through 10.5)

Project 3 code & artifact due Tuesday Final project proposals due noon Wed (by  ) Readings Szeliski, Chapter 10 (through 10.5) Announcements Project 3 code & artifact due Tuesday Final project proposals due noon Wed (by email) One-page writeup (from project web page), specifying:» Your team members» Project goals. Be specific.

More information

Evaluation of Different Methods for Using Colour Information in Global Stereo Matching Approaches

Evaluation of Different Methods for Using Colour Information in Global Stereo Matching Approaches Evaluation of Different Methods for Using Colour Information in Global Stereo Matching Approaches Michael Bleyer 1, Sylvie Chambon 2, Uta Poppe 1 and Margrit Gelautz 1 1 Vienna University of Technology,

More information

Automatic Disparity Search Range Estimation for Stereo Pairs of Unknown Scenes

Automatic Disparity Search Range Estimation for Stereo Pairs of Unknown Scenes Automatic Disparity Search Range Estimation for Stereo Pairs of Unknown Scenes Jana Kostková and Radim Šára Center for Machine Perception, FEE, Czech Technical University Karlovo nám. 13, 121 35 Prague,

More information

Embedded real-time stereo estimation via Semi-Global Matching on the GPU

Embedded real-time stereo estimation via Semi-Global Matching on the GPU Embedded real-time stereo estimation via Semi-Global Matching on the GPU Daniel Hernández Juárez, Alejandro Chacón, Antonio Espinosa, David Vázquez, Juan Carlos Moure and Antonio M. López Computer Architecture

More information

Temporally Consistence Depth Estimation from Stereo Video Sequences

Temporally Consistence Depth Estimation from Stereo Video Sequences Temporally Consistence Depth Estimation from Stereo Video Sequences Ji-Hun Mun and Yo-Sung Ho (&) School of Information and Communications, Gwangju Institute of Science and Technology (GIST), 123 Cheomdangwagi-ro,

More information

Fast and Robust 3D Terrain Surface Reconstruction of Construction Site Using Stereo Camera

Fast and Robust 3D Terrain Surface Reconstruction of Construction Site Using Stereo Camera 33 rd International Symposium on Automation and Robotics in Construction (ISARC 2016) Fast and Robust 3D Terrain Surface Reconstruction of Construction Site Using Stereo Camera Changhun Sung a, Sang Hoon

More information

Elevation-Based MRF Stereo Implemented in Real-Time on a GPU

Elevation-Based MRF Stereo Implemented in Real-Time on a GPU Elevation-Based MRF Stereo Implemented in Real-Time on a GPU V. Ivanchenko, H. Shen and J. Coughlan Smith-Kettlewell Eye Research Institute San Francisco, CA 94115 Abstract We describe a novel framework

More information

Towards Real-time Stereo using Non-uniform Image Sampling and Sparse Dynamic Programming

Towards Real-time Stereo using Non-uniform Image Sampling and Sparse Dynamic Programming Towards Real-time Stereo using Non-uniform Image Sampling and Sparse Dynamic Programming Michel Sarkis and Klaus Diepold Institute for Data Processing, Technische Universität München Arcisstr. 21, 80290

More information

Segment-based Stereo Matching Using Graph Cuts

Segment-based Stereo Matching Using Graph Cuts Segment-based Stereo Matching Using Graph Cuts Li Hong George Chen Advanced System Technology San Diego Lab, STMicroelectronics, Inc. li.hong@st.com george-qian.chen@st.com Abstract In this paper, we present

More information

Final project bits and pieces

Final project bits and pieces Final project bits and pieces The project is expected to take four weeks of time for up to four people. At 12 hours per week per person that comes out to: ~192 hours of work for a four person team. Capstone:

More information

3D Photography: Stereo Matching

3D Photography: Stereo Matching 3D Photography: Stereo Matching Kevin Köser, Marc Pollefeys Spring 2012 http://cvg.ethz.ch/teaching/2012spring/3dphoto/ Stereo & Multi-View Stereo Tsukuba dataset http://cat.middlebury.edu/stereo/ Stereo

More information

Stereo Correspondence with Occlusions using Graph Cuts

Stereo Correspondence with Occlusions using Graph Cuts Stereo Correspondence with Occlusions using Graph Cuts EE368 Final Project Matt Stevens mslf@stanford.edu Zuozhen Liu zliu2@stanford.edu I. INTRODUCTION AND MOTIVATION Given two stereo images of a scene,

More information

Project Updates Short lecture Volumetric Modeling +2 papers

Project Updates Short lecture Volumetric Modeling +2 papers Volumetric Modeling Schedule (tentative) Feb 20 Feb 27 Mar 5 Introduction Lecture: Geometry, Camera Model, Calibration Lecture: Features, Tracking/Matching Mar 12 Mar 19 Mar 26 Apr 2 Apr 9 Apr 16 Apr 23

More information

Flow Estimation. Min Bai. February 8, University of Toronto. Min Bai (UofT) Flow Estimation February 8, / 47

Flow Estimation. Min Bai. February 8, University of Toronto. Min Bai (UofT) Flow Estimation February 8, / 47 Flow Estimation Min Bai University of Toronto February 8, 2016 Min Bai (UofT) Flow Estimation February 8, 2016 1 / 47 Outline Optical Flow - Continued Min Bai (UofT) Flow Estimation February 8, 2016 2

More information

arxiv: v1 [cs.cv] 6 Apr 2012

arxiv: v1 [cs.cv] 6 Apr 2012 Continuous Markov Random Fields for Robust Stereo Estimation Koichiro Yamaguchi Tamir Hazan David McAllester Raquel Urtasun Toyota Technological Institute at Chicago April 9, 2012 arxiv:1204.1393v1 [cs.cv]

More information

3D Sensing and Reconstruction Readings: Ch 12: , Ch 13: ,

3D Sensing and Reconstruction Readings: Ch 12: , Ch 13: , 3D Sensing and Reconstruction Readings: Ch 12: 12.5-6, Ch 13: 13.1-3, 13.9.4 Perspective Geometry Camera Model Stereo Triangulation 3D Reconstruction by Space Carving 3D Shape from X means getting 3D coordinates

More information

CS5670: Computer Vision

CS5670: Computer Vision CS5670: Computer Vision Noah Snavely, Zhengqi Li Stereo Single image stereogram, by Niklas Een Mark Twain at Pool Table", no date, UCR Museum of Photography Stereo Given two images from different viewpoints

More information

Lecture 19: Depth Cameras. Visual Computing Systems CMU , Fall 2013

Lecture 19: Depth Cameras. Visual Computing Systems CMU , Fall 2013 Lecture 19: Depth Cameras Visual Computing Systems Continuing theme: computational photography Cameras capture light, then extensive processing produces the desired image Today: - Capturing scene depth

More information

POST PROCESSING VOTING TECHNIQUES FOR LOCAL STEREO MATCHING

POST PROCESSING VOTING TECHNIQUES FOR LOCAL STEREO MATCHING STUDIA UNIV. BABEŞ BOLYAI, INFORMATICA, Volume LIX, Number 1, 2014 POST PROCESSING VOTING TECHNIQUES FOR LOCAL STEREO MATCHING ALINA MIRON Abstract. In this paper we propose two extensions to the Disparity

More information

Probabilistic Correspondence Matching using Random Walk with Restart

Probabilistic Correspondence Matching using Random Walk with Restart C. OH, B. HAM, K. SOHN: PROBABILISTIC CORRESPONDENCE MATCHING 1 Probabilistic Correspondence Matching using Random Walk with Restart Changjae Oh ocj1211@yonsei.ac.kr Bumsub Ham mimo@yonsei.ac.kr Kwanghoon

More information

There are many cues in monocular vision which suggests that vision in stereo starts very early from two similar 2D images. Lets see a few...

There are many cues in monocular vision which suggests that vision in stereo starts very early from two similar 2D images. Lets see a few... STEREO VISION The slides are from several sources through James Hays (Brown); Srinivasa Narasimhan (CMU); Silvio Savarese (U. of Michigan); Bill Freeman and Antonio Torralba (MIT), including their own

More information

Evaluation of Stereo Algorithms for 3D Object Recognition

Evaluation of Stereo Algorithms for 3D Object Recognition Evaluation of Stereo Algorithms for 3D Object Recognition Federico Tombari Fabio Gori Luigi Di Stefano DEIS/ARCES - University of Bologna, Bologna, Italy federico.tombari@unibo.it fabio.gori2@studio.unibo.it

More information

CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION

CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION In this chapter we will discuss the process of disparity computation. It plays an important role in our caricature system because all 3D coordinates of nodes

More information

MACHINE VISION APPLICATIONS. Faculty of Engineering Technology, Technology Campus, Universiti Teknikal Malaysia Durian Tunggal, Melaka, Malaysia

MACHINE VISION APPLICATIONS. Faculty of Engineering Technology, Technology Campus, Universiti Teknikal Malaysia Durian Tunggal, Melaka, Malaysia Journal of Fundamental and Applied Sciences ISSN 1112-9867 Research Article Special Issue Available online at http://www.jfas.info DISPARITY REFINEMENT PROCESS BASED ON RANSAC PLANE FITTING FOR MACHINE

More information

3D RECONSTRUCTION FROM STEREO/ RANGE IMAGES

3D RECONSTRUCTION FROM STEREO/ RANGE IMAGES University of Kentucky UKnowledge University of Kentucky Master's Theses Graduate School 2007 3D RECONSTRUCTION FROM STEREO/ RANGE IMAGES Qingxiong Yang University of Kentucky, qyang2@uky.edu Click here

More information

Lecture 10: Multi-view geometry

Lecture 10: Multi-view geometry Lecture 10: Multi-view geometry Professor Stanford Vision Lab 1 What we will learn today? Review for stereo vision Correspondence problem (Problem Set 2 (Q3)) Active stereo vision systems Structure from

More information

Massively Parallel Multiview Stereopsis by Surface Normal Diffusion

Massively Parallel Multiview Stereopsis by Surface Normal Diffusion Massively Parallel Multiview Stereopsis by Surface Normal Diffusion Silvano Galliani Katrin Lasinger Konrad Schindler Photogrammetry and Remote Sensing, ETH Zurich Abstract We present a new, massively

More information

Kinect Device. How the Kinect Works. Kinect Device. What the Kinect does 4/27/16. Subhransu Maji Slides credit: Derek Hoiem, University of Illinois

Kinect Device. How the Kinect Works. Kinect Device. What the Kinect does 4/27/16. Subhransu Maji Slides credit: Derek Hoiem, University of Illinois 4/27/16 Kinect Device How the Kinect Works T2 Subhransu Maji Slides credit: Derek Hoiem, University of Illinois Photo frame-grabbed from: http://www.blisteredthumbs.net/2010/11/dance-central-angry-review

More information

Depth from Stereo. Dominic Cheng February 7, 2018

Depth from Stereo. Dominic Cheng February 7, 2018 Depth from Stereo Dominic Cheng February 7, 2018 Agenda 1. Introduction to stereo 2. Efficient Deep Learning for Stereo Matching (W. Luo, A. Schwing, and R. Urtasun. In CVPR 2016.) 3. Cascade Residual

More information