How can I connect missing edge of a binary image?
1 回表示 (過去 30 日間)
古いコメントを表示
I want to use 'imfill()' function to fill the hole. But there are some small unconnected region in the hole(Please find the attached image). How to connect these unconnected holes?
Thanks!
0 件のコメント
回答 (1 件)
Image Analyst
2018 年 1 月 29 日
Change (improve) your segmentation algorithm. For example, change the threshold. Otherwise, (only if that doesn't work) then you can try imclose().
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!