Hi i need to remove unwanted edges from this image,how to do using matlab?

조회 수: 1 (최근 30일)
kaavya subramani
kaavya subramani 2015년 8월 14일
댓글: Walter Roberson 2017년 6월 6일

답변 (1개)

zuraini othman
zuraini othman 2017년 6월 6일
BW2 = bwareaopen(image,120);%remove edge <=120
  댓글 수: 1
Walter Roberson
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!

Translated by