Borrar filtros
Borrar filtros

Triangulation of non-convex hull

3 visualizaciones (últimos 30 días)
Ammar
Ammar el 16 de Oct. de 2017
Comentada: Ammar el 10 de Nov. de 2017
Dear all, Today I have a question. How can we triangulate a non-convex hull in any dimension? For example, in attachment files, a picture of the 2D non-convex hull and I am looking to divide them into a sequence of triangles. I already read the paper in attachment file to get better understand and I tried 3 MATLAB functions:
  • 1. trep = triangulation(tri, x,y);
  • 2. T = delaunayn(dataset,{'Qt','Qbb','Qc','Qz'});
  • 3. shp = alphaShape(x,y,2);Unfortunately, these functions do not work with non-convex hulls!Please, any idea to solve this problem in 2D and in nD.
Kind regards Ammar
  5 comentarios
Jan
Jan el 10 de Nov. de 2017
alphaShape is not restricted to convex hulls. Note that the triangulation of a non-convex hull is not unique and you need any additional knowledge to determine, which points belong to the surface and which don't. And alphaShape does exactly this.
Ammar
Ammar el 10 de Nov. de 2017
Dear Jan, Thank you very much for this information. Forgive me if it is silly question, depend on my understanding the alphaShape works just with 2D and 3D not more !

Iniciar sesión para comentar.

Respuestas (1)

KSSV
KSSV el 10 de Nov. de 2017

Categorías

Más información sobre Bounding Regions en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by