How to smoothen the edges?
1 次查看(过去 30 天)
显示 更早的评论
In the following Hand Image, How to smooth the edges in the indicated region?
0 个评论
采纳的回答
Nitin
2014-2-22
You might check some morphological operations you could perform on the image such as imfill and imdilate
2 个评论
更多回答(1 个)
Image Analyst
2014-2-22
You can try activecontour(), such as is shown in my example, attached.
2 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!