Git Product home page Git Product logo

stereo-correspondence's Introduction

README

	This program contains an implementation of a feature-based stereovision algorithm relying on a pixel-by-pixel
	gradient orientation matching strategy. It is written using the Anaconda distribution of Python 2.7, and 
	utilizes the scikit-image for displaying images, computing gradients, and extracting edges. The program also
	relies heavily on numpy for algebraic calculations.
	
INSTRUCTIONS	

	The program should be accessed through the main file "StereoAnalyser.py", either from the command line with "python
	StereoAnalyser.py", or imported as a module.
	
	If run in the command line, a small text interface is provided. Here, the user is allowed to select a left and right
	image, from which a disparity map will be computed.	If imported as a module, the functionality should be accessed 
	through the function "analyse".
	
	The library file Pyramids.py contains various functions related to upsampling and downsampling with a Gaussian filter.
	Furthermore, a translation of the Thin-Plate Spline interpolation algorithm written by Søren Olsen can be found in 
	Helper.py.

CONTACT
	
	If there is any problem, please contact me (Michael Schlichtkrull) through my student mail [email protected].

stereo-correspondence's People

Contributors

michschli 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.