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