Coder Social home page Coder Social logo

stereomatch's Introduction

#StereoMatcher 1.0

This directory contains the source code to the two-frame dense stereo matching code developed by Daniel Scharstein and Richard Szeliski. Please see the associated Licence.txt and Copyright.h files for terms and conditions of use.

Modified by Vaibhav Desai to port DSP and other intensive SIMD type operations to GPU. This assumes an NVIDIA GPU using CUDA 6.0 or above.

Background

The algorithms implemented in this code are described in our Technical Report,

D. Scharstein and R. Szeliski. A taxonomy and evaluation of dense
 two-frame stereo correspondence algorithms. Technical Report
 MSR-TR-2001-81, Microsoft Research, November 2001.

which can be found at

http://www.research.microsoft.com/scripts/pubs/view.asp?TR_ID=MSR-TR-2001-81
and which will also appear in a special issue of IJCV on stereo matching.

Compilation

To compile the code, please use the Workspace or makefile.
If you wish to run the graph cut algorithm, you will need to follow the instructions given in maxflow/README-maxflow.txt.

Running

The program is driven by command line arguments and scripts. To run a particular scriptfile, just use

 StereoMatch script scriptfile.txt

Samples

Some sample scripts that you can use to evaluate the output of your stereo algorithm or to run one of the matching algorithms are given on the Middlebury Stereo Web site,

http://www.middlebury.edu/stereo/code.html

You can also find some sample data sets at the same location.

Notes

There is no documentation provided beyond the comments embedded in the source code. The main parameters controlling the algorithm are in StereoParameters.h, and a subset of these is documented in more detail in the Techical Report cited above. If you don't understand what a parameter is doing, just leave it at its default value (it may control experimental code we are still working on).

You can obtain the latest version of this software by following the download link from the Middlebury Stereo Web page URL given above.

Originally developed by:

  Daniel Scharstein and Richard Szeliski
  December 6, 2001

Modified by:
  Vaibhav Desai

stereomatch's People

Stargazers

 avatar Raghav Khanna avatar xihe avatar

Watchers

James Cloos avatar Vaibhav Desai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.