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 triangular mesh, of class mesh3d (ready for plotting with rgl).

Examples

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

stla/RCGAL documentation built on June 15, 2022, 6:45 a.m.