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!