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 个)
另请参阅
类别
在 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!