A C++ implementation of the PMBP algorithm combining PatchMatch and Belief Propagation for correspondence field estimation.
PMBP is a C++ implementation of the PMBP (PatchMatch Belief Propagation) algorithm for correspondence field estimation, originally published at BMVC 2012. It provides a framework for solving stereo matching and optical flow problems by combining the efficiency of PatchMatch with the robustness of Belief Propagation using particle resampling.
PMBP follows a research-oriented philosophy, providing a clean, extensible implementation of the algorithm that can be adapted to various correspondence problems beyond the included examples.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.