From d259d56712e7a6a66af4b0a3db50e46a56833381 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Sun, 31 May 2020 17:59:18 +0200 Subject: [PATCH] Update PackageDescription.txt No need to say that this is CGAL. And if we really want to keep it we have to use the macro or put a % before to avoid the link being generated. --- Shape_detection/doc/Shape_detection/PackageDescription.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shape_detection/doc/Shape_detection/PackageDescription.txt b/Shape_detection/doc/Shape_detection/PackageDescription.txt index 5ace984878d..52001fe612e 100644 --- a/Shape_detection/doc/Shape_detection/PackageDescription.txt +++ b/Shape_detection/doc/Shape_detection/PackageDescription.txt @@ -59,12 +59,12 @@ Deprecated components. \cgalPkgSummaryBegin \cgalPkgAuthors{Sven Oesau, Yannick Verdie, Clément Jamin, Pierre Alliez, Florent Lafarge, Simon Giraudot, Thien Hoang, and Dmitry Anisimov} -\cgalPkgDesc{This CGAL package implements the Efficient RANSAC (RANdom SAmple Consensus) approach +\cgalPkgDesc{This package implements the Efficient RANSAC (RANdom SAmple Consensus) approach for detecting arbitrary shapes in an unorganized point set with unoriented normals and the Region Growing approach for detecting shapes in a set of arbitrary items. With the Efficient RANSAC approach, five canonical shapes can be detected: planes, spheres, cylinders, cones, and tori. Additional shapes can be detected, given a custom shape class by the user. -For the Region Growing approach, CGAL provides three particular shape detection components: +For the Region Growing approach, this package provides three particular shape detection components: detecting lines in a 2D point set, detecting planes in a 3D point set, and detecting planes on a polygon mesh.} \cgalPkgManuals{Chapter_Shape_Detection, PkgShapeDetectionRef}