Robin Lee
Robin Lee

Reputation: 1

Is there a n-dimensional alpha-shape algorithm implemented? Or n-dimensional concave hull algorithm?

GGAL(https://doc.cgal.org/latest/Alpha_shapes_3/index.html) is in 2D and 3D. Is there such an algorithm for n-dimensional alpha shapes? And is it implemented? Concave hull is related to alpha shapes.

Upvotes: 0

Views: 249

Answers (1)

sloriot
sloriot

Reputation: 6253

The Gudhi library provide a dD alpha-complex. See here.

Upvotes: 2

Related Questions