how to delete some part of an image?
3 次查看(过去 30 天)
显示 更早的评论
Who knows how can I delete specified part of this image or turn it in to black?

0 个评论
采纳的回答
Image Analyst
2016-7-5
Call imerode() or imopen() to detach it. Then you might want to use bwareafilt() to take just the largest blob.
6 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!