Learn R Programming

SurfaceReconstruction

Wrapping the C++ library CGAL in R. Convex hull, Delaunay tessellation, surface reconstruction.

Some examples of Poisson reconstruction

Toroidal helix:

Spider cage:

Solid Möbius strip:

Hopf torus:

The Hopf torus is not very smooth. We can make it a bit smoother by reducing the spacing parameter of the PoissonReconstruction function:

Here is a series of three images which show the effect of this spacing parameter (0.05, 0.02, 0.005):

Dupin cyclide:

Clifford torus:

Orthocircle:

ICN5D's eight-like surface:

Stanford bunny:

Stanford dragon:

Advanced front surface reconstruction

Stanford bunny:

Stanford dragon:

Dummy head:

Skull:

License

This package is provided under the GPL-3 license. If you wish to use CGAL for commercial purposes, you must obtain a license from the GeometryFactory.

Blog post

I wrote a blog post devoted to surface reconstruction (using RCGAL, the ancestor of SurfaceReconstruction).

Copy Link

Version

Install

install.packages('SurfaceReconstruction')

Monthly Downloads

9

Version

0.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Stc3<a9>phane Laurent

Last Published

August 9th, 2022

Functions in SurfaceReconstruction (0.1.0)

HopfTorus

A points cloud of a Hopf torus
teapot

A point cloud of the Utah teapot
getSomeNormals

Normals for a points could
Orthocircle

A points cloud of an orthocircle
PoissonReconstruction

Poisson surface reconstruction
AFSreconstruction

Advancing front surface reconstruction
SpiderCage

A points cloud of a "spider cage"
SolidMobiusStrip

A point cloud of a solid Möbius strip
cyclide

A points cloud of a cyclide
ICN5D_eight

A points cloud of ICN5D's eight-like surface
ToroidalHelix

A point cloud of a toroidal helix
StanfordDragon

A points cloud of the Stanford dragon