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!