Skip to content

Haonan-DONG/PatchMatchStereo_linux

Repository files navigation

PatchMatch Stereo - linux version

  • 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.

How to use

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published