3d-surface with boundary using delaunayTriangulation
이전 댓글 표시
Hello, i have a point cloud in Matlab and want to plot the surface of it with delaunayTriangulation. The problem is that the triangulation always returns a "body", meaning a convex hull. But my point cloud is only a part of a convex body. Is it possible to make the triangulation stop at sharp edges? I added exemplary pictures with the current surface and the surface how i want it to be.
Thanks
댓글 수: 1
KSSV
2016년 11월 16일
Is your surface a structured or unstructured grid? How you have the data?
답변 (1개)
Walter Roberson
2022년 9월 12일
0 개 추천
No, it is not possible to have that kind of triangulation stop at sharp boundaries. That kind of triangulation is not appropriate for finding surfaces embedded in a 3d point cloud.
카테고리
도움말 센터 및 File Exchange에서 Process Point Clouds에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!