How to smooth edges of polygons?
조회 수: 7 (최근 30일)
이전 댓글 표시
I created a image (uint8) with multiple filled polygons. First, I used the vision.ShapeInserter with 'Antialiasing' but this was not enough. Also insertShape + 'SmoothEdges' produced insufficient smooth edges. Are there any other ways how I can fix that?
Looking forward to your suggestions. Thanks!
댓글 수: 0
답변 (2개)
Andrew Chen
2017년 10월 12일
Ex:
se = strel('disk',5);
new_img = imopen(original_image,se);
Hope this helps!
댓글 수: 3
Andrew Chen
2017년 10월 13일
Did Image Analyst's answer get you what you wanted? Otherwise, maybe you could clarify what you mean by "smooth edges". What in your mind constitutes a sufficiently smooth edge?
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!