CRAN/E | rmarchingcubes

rmarchingcubes

Calculate 3D Contour Meshes Using the Marching Cubes Algorithm

Installation

About

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.

github.com/shwilks/rmarchingcubes
Bug report File report

Key Metrics

Version 0.1.3
Published 2021-06-16 1051 days ago
Needs compilation? yes
License MIT
License File
CRAN checks rmarchingcubes results
Language en-US

Downloads

Yesterday 8 +14%
Last 7 days 73 +6%
Last 30 days 265 -7%
Last 90 days 743 -19%
Last 365 days 3.427 -13%

Maintainer

Maintainer

S. H. Wilks

sw463@cam.ac.uk

Authors

S. H. Wilks

aut / cre

Thomas Lewiner

aut

Material

README
NEWS
Reference manual
Package source

Vignettes

Calculating 3d contours

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

rmarchingcubes archive

Imports

Rcpp ≥ 1.0.5

Suggests

rmarkdown
knitr
testthat ≥ 3.0.0

LinkingTo

Rcpp
RcppArmadillo

Reverse Suggests

concom
MeshesOperations