What is keyword to delete unnecessary element in binary image
조회 수: 3 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
채택된 답변
Nicolas Schmit
2017년 10월 16일
Look here for a list of image filtering functions.
To remove small features, you can use imopen()
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 모폴로지 연산에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!