Morphological operation

i have an image
i want to perform morphological operation and need to get output image as
please help

 Akzeptierte Antwort

Andrei Bobrov
Andrei Bobrov am 12 Jun. 2012

0 Stimmen

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

1 Kommentar

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by