ibergonzani / patch-match-stereo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 99.4%Language:Makefile 0.6%