Sampling triangle mesh obtained with Delaunay function
이전 댓글 표시
I have a colection of 3d cloud points such as the one that follows, representing a 3d shape:

My goal is to increase the number of points on each cloud so that I obtain more 'continuous' clouds.
I was thinking of using the function delaunay in order to obtain a triangle mesh such as the one that follows

So that afterwards I could sample it and obtain a smoother cloud. Is there any straightforward way to sample the delaunay mesh?
Or else, do you think there is a better way to achieve this goal without creating a triangle mesh?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!