how can I obtain Boundary of an image with morphological operators?
Show older comments
how can I obtain Boundary of an image with morphological operators? for example my image is A...I want to obtain Boundary and fill Within the image. thanks
1 Comment
sara
on 5 Sep 2014
Accepted Answer
More Answers (1)
You can use bwboudaries to find the boundaries, but if you're just going to end up filling them, you could probably just use imfill.
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!