mirror of https://github.com/CGAL/cgal
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.
This commit is contained in:
parent
b8791bbd22
commit
d259d56712
|
|
@ -59,12 +59,12 @@ Deprecated components.
|
||||||
|
|
||||||
\cgalPkgSummaryBegin
|
\cgalPkgSummaryBegin
|
||||||
\cgalPkgAuthors{Sven Oesau, Yannick Verdie, Clément Jamin, Pierre Alliez, Florent Lafarge, Simon Giraudot, Thien Hoang, and Dmitry Anisimov}
|
\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
|
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.
|
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,
|
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.
|
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
|
detecting lines in a 2D point set, detecting planes in a 3D point set, and detecting planes
|
||||||
on a polygon mesh.}
|
on a polygon mesh.}
|
||||||
\cgalPkgManuals{Chapter_Shape_Detection, PkgShapeDetectionRef}
|
\cgalPkgManuals{Chapter_Shape_Detection, PkgShapeDetectionRef}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue