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!