How can I connect missing edge of a binary image?
Mostrar comentarios más antiguos
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!
Respuestas (1)
Image Analyst
el 29 de En. de 2018
1 voto
Change (improve) your segmentation algorithm. For example, change the threshold. Otherwise, (only if that doesn't work) then you can try imclose().
1 comentario
Casio Uploader
el 29 de En. de 2018
Categorías
Más información sobre Object Analysis en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!