- PatchMatchStereo_14. Linux Version with cmake file for PatchMatch Stereo from Yingsong Li.
- PatchMatchStereo_CPU. CPU Implementation for PatchMatchStereo, with naive, row-col sweep and checkboard propagation strategy from nebula-beta.
- PatchMatchStereo_CUDA. CUDA Implementation for PMS, with checkboard propagation from nebula-beta.
git clone https://github.com/Haonan-DONG/PatchMatchStereo_linux.git
cd PatchMatchStereo_linux/PatchMatchStereo_14/
mkdir build && cd build
cmake ..
make -j
And we will get a binary in the /build/, just test it like:
./main ..\Data\Reindeer\view1.png ..\Data\Reindeer\view5.png 0 128