Update Polygonal_surface_reconstruction/doc/Polygonal_surface_reconstruction/Polygonal_surface_reconstruction.txt

Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Dmitry Anisimov 2019-08-12 09:52:58 +02:00 committed by GitHub
parent 5220b7d260
commit a7487fa553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 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, 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 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. that is slower, but more precise and always returns the same result for the same given parameters.