Borrar filtros
Borrar filtros

How do I discretize a line using delaunay triangulation

1 visualización (últimos 30 días)
Mark
Mark el 20 de Ag. de 2015
Comentada: Mark el 20 de Ag. de 2015
I want to discretize a line segment using the matlab function X = [0.3 0; 0.3 0.4;0 0.2; 0.6 0.2; 0.7 0.7; 0.7 0.3;0.63 0.40;0.8 0.65]; DT = delaunayTriangulation(X); It does create the triangulation, but I keep getting triangles that pass through the line segment. How can I avoid this please?
Thank you,

Respuesta aceptada

Steven Lord
Steven Lord el 20 de Ag. de 2015
Add constraints to the Delaunay triangulation that forces the triangulation to use the line segments as triangle edges, perhaps?

Más respuestas (0)

Categorías

Más información sobre Delaunay Triangulation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by