필터 지우기
필터 지우기

How is boundary( ) related with alphashape ( )?

조회 수: 5 (최근 30일)
Esteban Garcia
Esteban Garcia 2023년 5월 23일
댓글: Stephen23 2023년 5월 23일
Hi I'm looking for more detailed information about the boundary function. In the official mathworks says that the boundary function follows alphashape ( ) and boundaryfacets ( ) , is there more information about this relation?.
I found in another place information that made me think it follows marching cubes, and something else that says something about a close relation between boundary (with s=1) and alpha-shape ().
So the questions are, how is related boundary ( ) with alpha-shape? Is boundary ( ) following marching cubes in anyway? What is the relation between alpha of alpha-shape and s of boundary?
Thank you very much
  댓글 수: 1
Stephen23
Stephen23 2023년 5월 23일
BOUNDARY is just a wrapper for ALPHASHAPE, i.e. it calls ALPHASHAPE inside. You can view the code to see how:
type boundary
or use the inbuilt debug tools to step though BOUNDARY when you call it with some sample values.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Bounding Regions에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by