how Thicken border 1-pixel wide with 2 pixels?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi how thicken border 1-pixel wide with 2 pixels with matlab? thanks
I=imread('image.jpg');
edg = edge(I,'log',0);
thankx
0 件のコメント
回答 (1 件)
Sean de Wolski
2012 年 10 月 24 日
doc imdilate
2 件のコメント
Image Analyst
2012 年 10 月 26 日
That's the way to do it. Why was your result not good? Can you upload some example images illustrating why it's no good? What will you end up doing with this thickened image anyway?
参考
カテゴリ
Help Center および File Exchange で Encryption / Cryptography についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!