How can I connect missing edge of a binary image?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Image Analyst
on 29 Jan 2018
Change (improve) your segmentation algorithm. For example, change the threshold. Otherwise, (only if that doesn't work) then you can try imclose().
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!