how to fill a surface to obtain a 3D mask
조회 수: 4 (최근 30일)
이전 댓글 표시
I have a script that gives me 3D coordinates of the surface of a 3D object.
I would like to obtain a mask in 3D where everything on and inside the surface is true, and everthing outside the surface is false.
The mask could for example be of size 64-by-64-by-64.
Roughly speaking a 3D version of imfill() that tolerates not all points being connected once they are placed in the mask grid.
댓글 수: 0
답변 (1개)
Image Analyst
2018년 1월 10일
Is there any problem with just doing it one slice at a time using imfill()?
참고 항목
카테고리
Help Center 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!