how to delete some part of an image?
3 views (last 30 days)
Show older comments
Who knows how can I delete specified part of this image or turn it in to black?

0 Comments
Accepted Answer
Image Analyst
on 5 Jul 2016
Call imerode() or imopen() to detach it. Then you might want to use bwareafilt() to take just the largest blob.
6 Comments
More Answers (0)
See Also
Categories
Find more on Medical Physics in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!