Morphological operation

 Respuesta aceptada

Andrei Bobrov
Andrei Bobrov el 12 de Jun. de 2012

0 votos

one way
I = imread('1JK5Q.png');
BW = ~im2bw(I,.8);
BW1 = imdilate(BW,ones(1,4));

1 comentario

kash
kash el 12 de Jun. de 2012
Thanks a lot andrei in the output of BW1 i need rectangle box over text,plz help for example
http://imgur.com/Bhe1J

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 12 de Jun. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by