8000 GitHub - jlowenz/pyelas: A simple SWIG-wrapped Python module for the Efficient LArge Scale C++ stereo matching library (http://www.cvlibs.net/software/libelas/).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jlowenz/pyelas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

pyelas is a thin SWIG Python wrapping of the efficient large-scale stereo matching library, libelas.

Status

The demo.py script works; passing two stereo image paths on the command line will display the resulting disparity map.

Getting Started

Download the repository and enter the src directory.

$ git clone http://github.com/jlowenz/pyelas.git

$ cd src

$ python setup.py build_ext -i

You should then be able to run demo.py <path to left> <path to right>, or iPython and import elas.

Requirements

pyelas requires SWIG 3.0, Python (2.7), and numpy.

License

libelas is licensed under the GPL, therefore this software is under the GPL as well. Please see the original readme for more information.

About

A simple SWIG-wrapped Python module for the Efficient LArge Scale C++ stereo matching library (http://www.cvlibs.net/software/libelas/).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0