How to smooth the rough edge on 2D image?
3 次查看(过去 30 天)
显示 更早的评论
I tried erode followed by a dilate.
The effect is not good as I want it to be.
I want the edge without any curve. It better can remove the curve and use straight line to represent those curve
I remember that there are some filter for smoothing the edge,right?
回答(1 个)
Image Analyst
2014-8-22
You can try activecontour(). You can set parameters to control how smooth the boundary is. See attached demo.
4 个评论
Image Analyst
2014-8-25
It's the same function. You forgot to give the error message. Please copy and paste ALL THE RED TEXT. Don't snip or paraphrase like you did. Did my demo run? That should run with no errors whatsoever.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!