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!