What is keyword to delete unnecessary element in binary image

3 ビュー (過去 30 日間)
Kwanghun Choi
Kwanghun Choi 2017 年 10 月 16 日
回答済み: Nicolas Schmit 2017 年 10 月 16 日
Now, I try to extract only contour line from topographic map. I can convert image to binary data, and skeletonize the line. Then, I want to delete other unnecessary element like road line or signature. But I don't know what keyword is for that, like 'prune' or 'filter' and so on. How can I search what I want with some word?

採用された回答

Nicolas Schmit
Nicolas Schmit 2017 年 10 月 16 日
Look here for a list of image filtering functions.
To remove small features, you can use imopen()

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!