Learn R Programming

SurfaceReconstruction (version 0.1.0)

AFSreconstruction: Advancing front surface reconstruction

Description

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

Usage

AFSreconstruction(points)

Value

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

Arguments

points

numeric matrix which stores the points, one point per row

Details

See Advancing Front Surface Reconstruction.

Examples

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

Run the code above in your browser using DataLab