AFSreconstruction: Advancing front surface reconstruction

View source: R/AFSreconstruction.R

AFSreconstructionR Documentation

Advancing front surface reconstruction

Description

Reconstruction of a surface from a cloud of 3D points.

Usage

AFSreconstruction(points)

Arguments

points

numeric matrix which stores the points, one point per row

Details

See Advancing Front Surface Reconstruction.

Value

A triangle mesh, of class mesh3d (ready for plotting with rgl).

Examples

library(SurfaceReconstruction)
data(bunny, package = "onion")
mesh <- AFSreconstruction(bunny)
library(rgl)
shade3d(mesh, color = "firebrick")

stla/SurfaceReconstruction documentation built on July 23, 2022, 12:06 p.m.