/stereo

Modern C++ implementation of ELAS (Efficient Large-Scale Stereo Matching)

Primary LanguageC++

This is a Modern C++ implementation of ELAS (Efficient Large-Scale Stereo Matching). The original author uses SSE instructions for performance enhancenments. We used the normal memory allocation and handling to make it compatible with the modern hardware.