how to fill a surface to obtain a 3D mask
1 回表示 (過去 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 で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!