Computation of the alpha hull of a set of points in the 3D space, that is to say "something like the shape formed by these points". The alpha hull depends on a positive parameter alpha. When alpha goes to zero, the alpha hull degenerates to the set of points, while it is the convex hull of the set of points when alpha goes to infinity. Computations are performed by the 'CGAL' 'C++' library <https://www.cgal.org/>.
Version: | 2.0.0 |
Depends: | R (≥ 2.10) |
Imports: | Rcpp (≥ 1.0.9), rgl, Rvcg |
LinkingTo: | BH, Rcpp, RcppCGAL, RcppEigen |
Suggests: | uniformly |
Published: | 2022-11-25 |
Author: | Stéphane Laurent [aut, cre] |
Maintainer: | Stéphane Laurent <laurent_step at outlook.fr> |
BugReports: | https://github.com/stla/AlphaHull3D/issues |
License: | GPL-3 |
URL: | https://github.com/stla/AlphaHull3D |
NeedsCompilation: | yes |
SystemRequirements: | C++ 17, gmp, mpfr |
Materials: | README NEWS |
CRAN checks: | AlphaHull3D results |
Reference manual: | AlphaHull3D.pdf |
Package source: | AlphaHull3D_2.0.0.tar.gz |
Windows binaries: | r-devel: AlphaHull3D_2.0.0.zip, r-release: AlphaHull3D_2.0.0.zip, r-oldrel: AlphaHull3D_2.0.0.zip |
macOS binaries: | r-release (arm64): AlphaHull3D_2.0.0.tgz, r-oldrel (arm64): AlphaHull3D_2.0.0.tgz, r-release (x86_64): AlphaHull3D_2.0.0.tgz, r-oldrel (x86_64): AlphaHull3D_2.0.0.tgz |
Old sources: | AlphaHull3D archive |
Please use the canonical form https://CRAN.R-project.org/package=AlphaHull3D to link to this page.