mirror of https://github.com/CGAL/cgal
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:
parent
5220b7d260
commit
a7487fa553
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue