how Thicken border 1-pixel wide with 2 pixels?

1 visualización (últimos 30 días)
Tomas
Tomas el 24 de Oct. de 2012
Hi how thicken border 1-pixel wide with 2 pixels with matlab? thanks
I=imread('image.jpg');
edg = edge(I,'log',0);
thankx

Respuestas (1)

Sean de Wolski
Sean de Wolski el 24 de Oct. de 2012
doc imdilate
  2 comentarios
Tomas
Tomas el 26 de Oct. de 2012
thank you, I tried it but I haven't got a good result. There is another solution please
Image Analyst
Image Analyst el 26 de Oct. de 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?

Iniciar sesión para comentar.

Categorías

Más información sobre Encryption / Cryptography en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by