mirror of https://github.com/CGAL/cgal
PCA: update package description
This commit is contained in:
parent
6ac73e9db2
commit
c0f31f8cc8
|
|
@ -2,7 +2,7 @@
|
|||
\begin{ccPkgDescription}{Principal Component Analysis\label{Pkg:PrincipalComponentAnalysisD}}
|
||||
\ccPkgHowToCiteCgal{cgal:ap-pcad-08}
|
||||
\ccPkgSummary{This package provides functions to compute global information on the shape of a set of 2D or 3D objects. It provides the computation of axis-aligned bounding boxes for point sets, and barycenters
|
||||
of weighted point sets. In addition, it provides computation of centroids (centers of mass) and linear least squares fitting not only for point sets, but also for other sets of bounded 2D and 3D objects. These objects include segments, circles, disks, rectangles, triangles, cuboids, tetrahedra, spheres and balls. The interface to these functions takes an iterator range of objects.}
|
||||
of weighted point sets. In addition, it provides computation of centroids (center of mass) and linear least squares fitting for point sets as well as for other (bounded) objects in 2D and 3D. More specifically, these objects include segments, circles, disks, rectangles, triangles, cuboids, tetrahedra, spheres and balls. The common interface to these functions takes an iterator range of objects.}
|
||||
|
||||
%\ccPkgDependsOn{}
|
||||
\ccPkgIntroducedInCGAL{3.2}
|
||||
|
|
|
|||
Loading…
Reference in New Issue