imfill small but not big holes
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello!
I'm interested in measuring the area of the "bigger holes" in the middle of this image. Does anyone have an idea of how can I fill the smaller holes without filling the bigger ones? Is there any way to specify the size of the holes that you want to fill?
Thanks in advanced.
Maria
1 comentario
Rik
el 18 de Jul. de 2018
You could use imfill to fill all holes, then compare with your original image to find all holes themselves, and loop (or arrayfun) through all holes to determine with regionprops which holes shouldn't have been filled.
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!