How to smooth edges of polygons?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Andrew Chen
le 12 Oct 2017
Ex:
se = strel('disk',5);
new_img = imopen(original_image,se);
Hope this helps!
3 commentaires
Andrew Chen
le 13 Oct 2017
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?
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!