필터 지우기
필터 지우기

How do I discretize a line using delaunay triangulation

조회 수: 1 (최근 30일)
Mark
Mark 2015년 8월 20일
댓글: Mark 2015년 8월 20일
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,

채택된 답변

Steven Lord
Steven Lord 2015년 8월 20일
Add constraints to the Delaunay triangulation that forces the triangulation to use the line segments as triangle edges, perhaps?

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Delaunay Triangulation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by