From a7487fa553fb42292468805191f23b950d41b512 Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Mon, 12 Aug 2019 09:52:58 +0200 Subject: [PATCH] Update Polygonal_surface_reconstruction/doc/Polygonal_surface_reconstruction/Polygonal_surface_reconstruction.txt Co-Authored-By: Sebastien Loriot --- .../Polygonal_surface_reconstruction.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygonal_surface_reconstruction/doc/Polygonal_surface_reconstruction/Polygonal_surface_reconstruction.txt b/Polygonal_surface_reconstruction/doc/Polygonal_surface_reconstruction/Polygonal_surface_reconstruction.txt index bbcbff68668..7e0641520ba 100644 --- a/Polygonal_surface_reconstruction/doc/Polygonal_surface_reconstruction/Polygonal_surface_reconstruction.txt +++ b/Polygonal_surface_reconstruction/doc/Polygonal_surface_reconstruction/Polygonal_surface_reconstruction.txt @@ -155,7 +155,7 @@ sharp edges in the final model. The method assumes that all necessary planes can be extracted from the input point set. The following examples first extract planes from the input point cloud and then reconstruct the surface model. In the first example, -the \ref Shape_detection_RANSAC "Efficient RANSAC approach" to extract planes is used. It is very fast, +the \ref Shape_detection_RANSAC "Efficient RANSAC approach" is used to extract planes. It is very fast, but not deterministic, oppose to the \ref Shape_detection_RegionGrowing "region growing approach" from the second example that is slower, but more precise and always returns the same result for the same given parameters.