Description: Libelas (LIBrary for Efficient LArge-scale Stereo matching) is a cross-platfrom C++
library with MATLAB wrappers for computing disparity maps of large images. Input
is a rectified greyscale stereo image pair of same size. Output are the corresponding
disparity maps.
To Search:
File list (Check if you may need any files):
CMakeLists.txt
README.TXT
matlab\demo.m
......\process.m
......\make.m
src\descriptor.cpp
...\elas.cpp
...\filter.cpp
...\main.cpp
...\matrix.cpp
...\triangle.cpp
...\descriptor.h
...\elas.h
...\filter.h
...\image.h
...\matrix.h
...\timer.h
...\triangle.h
img\aloe_left.pgm
...\aloe_right.pgm
...\cones_left.pgm
...\cones_right.pgm
...\raindeer_left.pgm
...\raindeer_right.pgm
...\urban1_left.pgm
...\urban1_right.pgm
...\urban2_left.pgm
...\urban2_right.pgm
...\urban3_left.pgm
...\urban3_right.pgm
...\urban4_left.pgm
...\urban4_right.pgm
matlab\elasMex.cpp