Type: Package
Package: SurfaceReconstruction
Title: Surface Reconstruction Using the 'CGAL' C++ Library
Version: 0.1.0
Authors@R: 
    person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre"))
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Provides some 3d surface reconstruction algorithms: Poisson
    surface reconstruction and advanced front surface reconstruction. They
    generate a mesh from a given point cloud. The mesh can be plotted with
    the 'rgl' package.
License: GPL-3
URL: https://github.com/stla/SurfaceReconstruction
BugReports: https://github.com/stla/SurfaceReconstruction/issues
Depends: R (>= 3.1.0)
Imports: Rcpp (>= 1.0.7), rgl, Rvcg
Suggests: misc3d, onion, uniformly
LinkingTo: BH, Rcpp, RcppCGAL, RcppEigen
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
RoxygenNote: 7.2.0
SystemRequirements: C++ 14, gmp, mpfr
NeedsCompilation: yes
Packaged: 2022-07-22 07:18:42 UTC; SDL96354
Author: Stéphane Laurent [aut, cre]
Repository: CRAN
Date/Publication: 2022-08-09 12:30:07 UTC
