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?