• Stars
    star
    165
  • Rank 228,223 (Top 5 %)
  • Language
    C++
  • Created about 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementations in C++ of the Patch Match Stereo algorithm presented in: PatchMatch Stereo - Stereo Matching with Slanted Support Windows

Patch Match Stereo

Implementations in C++ of the Patch Match Stereo algorithm presented in:

Be aware, as a university project the code was not meant to be optimized but instead easy to read and understand.

Code was compiled and tested on ubuntu 16.04 usng g++ 5.4. Compilation requires the opencv libraries to be installed. Compile it using make

Execute it using

pm path/to/imag1 path/to/image2