how Thicken border 1-pixel wide with 2 pixels?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi how thicken border 1-pixel wide with 2 pixels with matlab? thanks
I=imread('image.jpg');
edg = edge(I,'log',0);
thankx
0 Kommentare
Antworten (1)
Sean de Wolski
am 24 Okt. 2012
doc imdilate
2 Kommentare
Image Analyst
am 26 Okt. 2012
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?
Siehe auch
Kategorien
Mehr zu Encryption / Cryptography finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!