From 4c9f5f4fb4ccf87a3e5a644b3b4bddb05c871170 Mon Sep 17 00:00:00 2001 From: Roberto Cipollone Date: Mon, 8 Oct 2018 11:42:07 +0200 Subject: [PATCH] Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba3ebe6..db6b559 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is a simple implementation of the PatchMatch algorithm for stereo reconstru The algorithm is described in: Michael Bleyer, Christoph Rhemann and Carsten Rother. *PatchMatch Stereo - Stereo Matching with Slanted Support Windows*. In Jesse Hoey, Stephen McKenna and Emanuele Trucco, Proceedings of the British Machine Vision Conference, pages 14.1-14.11. BMVA Press, September 2011. +This software closely follows the description of this paper. This is not an efficient implementation. There are some differences, however, in the Random Initialization and Plane Refinement steps. These changes allow to sample versors with uniform distribution in the required domains. + ## Dependencies: * libboost-program-options-dev (1.62) * cimg-dev (1.7.9)