LIBELAS: Library for Efficient LArge-scale Stereo Matching

Author: Andreas Geiger
Institute of Measurement and Control Systems
Karlsruhe Institute of Technology

Please send any feedback or bugreports to: geiger@kit.edu

Introduction

LIBELAS (Library for Efficient Large-scale Stereo Matching) is a cross-platfrom (Linux, Windows) C++ library with MATLAB wrappers for computing disparity maps from rectified graylevel stereo pairs. It is robust against moderate changes in illumination and well suited for robotics applications with high resolution images. Computing the left and right disparity map of a one Megapixel image requires less than one second on a single i7 CPU core. More details can be found in our related publications.






Changelog

Prerequisites

We tried to keep dependencies as small as possible, but to start with libviso you are going to need at least:

Downloads

Datasets

Using this Code as part of your Software

This code is published under the GNU General Public License. If you distribute a software that uses libelas, you have to distribute it under GPL with the source code. Another option is to contact us to purchase a commercial license.

If you find this software useful or if you use this software for your research, we would be happy if you cite the following related publication:

LATEX BIBTEX CITATION ENTRY:
@INPROCEEDINGS{Geiger10,
 author = {Andreas Geiger and Martin Roser and Raquel Urtasun},
 title = {Efficient Large-Scale Stereo Matching},
 booktitle = {Asian Conference on Computer Vision},
 year = {2010},
 month = {November},
 address = {Queenstown, New Zealand}
}

Disclaimer

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Please send any feedback or bugreports to: geiger@kit.edu