Does there exist a way to fill in an object that is not necessarily closed?
1 回表示 (過去 30 日間)
古いコメントを表示
I need to fill in an object in a binary image (say a blob), but lets say that this blob has a break in it, meaning that the shape is not necessarily closed (not that the shape is on the border of the image). Is there a way to fill in the object?
0 件のコメント
採用された回答
Image Analyst
2017 年 6 月 6 日
Yes, you can use bwconvhull(), activecontour(), imclose(), etc.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!