File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Shape_detection/doc/Shape_detection Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ A surface mesh depicted with one color per detected plane.
495495The quality of region growing on a polygon mesh can be improved by slightly increasing the running time. To achieve
496496this, one can sort the input faces with respect to some quality criteria. These quality criteria
497497can be included in region growing through the seed range (see \ref Shape_detection_RegionGrowingFramework for more details).
498- We provide two sortings :
498+ We provide two sorting options :
499499
500500- `CGAL::Shape_detection::Polygon_mesh::Least_squares_plane_fit_sorting` - the input faces are sorted with respect
501501to the quality of the least squares plane fit applied to the neighbors of each face.
You can’t perform that action at this time.
0 commit comments