Hi i need to remove unwanted edges from this image,how to do using matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
답변 (1개)
zuraini othman
2017년 6월 6일
BW2 = bwareaopen(image,120);%remove edge <=120
댓글 수: 1
Walter Roberson
2017년 6월 6일
Possibly. Unfortunately we have no information to judge whether a particular edge is "wanted" or "unwanted". I even wonder if the question is about removing all of the edges.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
