A port of the C++ routine for applying the marching cubes algorithm written by Thomas Lewiner et al. (2012) <doi:10.1080/10867651.2003.10487582> into an R package. The package supplies the contour3d() function, which takes a 3-dimensional array of voxel data and calculates the vertices, vertex normals, and faces for a 3d mesh representing the contour(s) at a given level.
Version: | 0.1.3 |
Imports: | Rcpp (≥ 1.0.5) |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | rmarkdown, knitr, testthat (≥ 3.0.0) |
Published: | 2021-06-16 |
DOI: | 10.32614/CRAN.package.rmarchingcubes |
Author: | S. H. Wilks [aut, cre], Thomas Lewiner [aut] |
Maintainer: | S. H. Wilks <sw463 at cam.ac.uk> |
BugReports: | https://github.com/shwilks/rmarchingcubes/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/shwilks/rmarchingcubes |
NeedsCompilation: | yes |
Language: | en-US |
Materials: | README NEWS |
CRAN checks: | rmarchingcubes results |
Reference manual: | rmarchingcubes.pdf |
Vignettes: |
Calculating 3d contours |
Package source: | rmarchingcubes_0.1.3.tar.gz |
Windows binaries: | r-devel: rmarchingcubes_0.1.3.zip, r-release: rmarchingcubes_0.1.3.zip, r-oldrel: rmarchingcubes_0.1.3.zip |
macOS binaries: | r-release (arm64): rmarchingcubes_0.1.3.tgz, r-oldrel (arm64): rmarchingcubes_0.1.3.tgz, r-release (x86_64): rmarchingcubes_0.1.3.tgz, r-oldrel (x86_64): rmarchingcubes_0.1.3.tgz |
Old sources: | rmarchingcubes archive |
Reverse imports: | Racmacs |
Reverse suggests: | concom |
Please use the canonical form https://CRAN.R-project.org/package=rmarchingcubes to link to this page.