필터 지우기
필터 지우기

How to get precise surface representation of XYZ point data

조회 수: 1 (최근 30일)
Pavel Onishchenko
Pavel Onishchenko 2020년 8월 18일
댓글: Pavel Onishchenko 2020년 9월 2일
Hello everyone,
I`m trying to create algorithm for aortic valve leaflets generation. At this moment i`m facing with this problem: cant convert XYZ data (vector Mx3 with coordinates of each vertex, where M is generated in construction step, in some case >10000) to surface. Methods like delaunayTriangulation, B-splines, etc cannot precisely represent surface:
1) total view of leaflet generated with Delaunay and then Triangulation
2) elemens of this triangulation
so-so results i`ll get with alphaShape, but still get bad elements and some of vertex get lost:
Problem with alphaShape in aplha: large values gives vertex lost, small - holles. Results with alpha = criticalAlpha(shp, 'all-points') and 'one-region' doesnt satisfy me.
I am want to automaticly generate precise triangulation of my vertexes like it doing Materialize 3-matic with "Mesh data" tool whitch build surface from point cloud:
I`m sorry, English is not my native language.
Thanks for your support!
upd: XYZ files for tests
  댓글 수: 1
Pavel Onishchenko
Pavel Onishchenko 2020년 9월 2일
looks like i sove this problem.
Create equal stepped point cloud than perform AlphaShape with alpha = criticalAlpha * 1.1. This small increase of alpha allow me remove holes.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by