Concavehull

버전 1.2.0.0 (3.27 KB) 작성자: Andreas Horn
This function tries to convert the convexhull of a 3D pointcloud into a (more) concave one.
다운로드 수: 976
업데이트 날짜: 2014/2/21

라이선스 보기

This function tries to convert the convexhull of a 3D-pointcloud that was generated by Qhull/convexhulln into a (more) concave hull. Equally, output is in format k [n x 3] which defines n triangles as rows in XYZ. If the function finds a triangle that has 2 sides whose midpoints are further away than thresh from another point in the pointcloud, it deletes the triangle and substitutes it with three new triangles that are defined by the nearest points in the datacloud to the
old two midpoints.
The algorithm is surely not optimal yet and I'd be very happy myself if someone had ideas or even implementations for improvements. I still uploaded it, since I did look for something similar myself for a long time and did not find anything of use for me.
inputs: – XYZ: pointcloud of x-y-z-coordinates
thresh: threshold defining how close all of the midpoints of the
lines lie away from its closest point in the pointcloud to make
the algorithm stop. Still, even if set, the algorithm sometimes
stops before that, if the distance doesn't improve anymore. In
other words, the algorithm doesn't guarantee that the threshold
is always matched.
output: – k: triangulated indices (as output of concavehulln)

인용 양식

Andreas Horn (2025). Concavehull (https://kr.mathworks.com/matlabcentral/fileexchange/45644-concavehull), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Bounding Regions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Corrected some typos..

1.1.0.0

1.0.0.0