powered by
Reconstruction of a surface from a cloud of 3D points.
AFSreconstruction(points)
A triangle mesh, of class mesh3d (ready for plotting with rgl).
mesh3d
numeric matrix which stores the points, one point per row
See Advancing Front Surface Reconstruction.
library(SurfaceReconstruction) data(bunny, package = "onion") mesh <- AFSreconstruction(bunny) library(rgl) shade3d(mesh, color = "firebrick")
Run the code above in your browser using DataLab