powered by
Calculate the volume of a mesh by using a voxel-based method
volendo(mesh, alpha_vol = 100, ncells = 1e+05)
vol numeric: volume of the mesh expressed in cc
object of class mesh3d
numeric: alpha shape for construction external concave hull
numeric: approximative number of cell for 3D grid construction
Antonio Profico, Costantino Buzi, Marina Melchionna, Paolo Piras, Pasquale Raia, Alessio Veneziano
if (FALSE) { #load the human skull library(rgl) data(human_skull) sapendo<-endomaker(human_skull,param1_endo = 1.0,vol=FALSE, num.cores=NULL) volsap<-volendo(sapendo$endocast) }
Run the code above in your browser using DataLab