How to fill the interior of the boundary surface of the object?
3 ビュー (過去 30 日間)
古いコメントを表示
Hi dear community members,
i have an object whose boundary surface is filled as 1s and 3s. i want to fill the interior. using imfill() function, it filled the interior but it fills extra regions as well.
The file is attanced for the points of the objects. Thanks in advance for cooperation.
0 件のコメント
回答 (1 件)
darova
2021 年 3 月 14 日
use bwselect
7 件のコメント
Image Analyst
2021 年 3 月 19 日
bwselect() allows you to manually, or by code, select a particular blob(s) that you want to extract into a new image. It does not fill shapes.
参考
カテゴリ
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!