imfill small but not big holes
2 views (last 30 days)
Show older comments
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 Comment
Rik
on 18 Jul 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.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!