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.