Morphological operation

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

 채택된 답변

Andrei Bobrov
Andrei Bobrov 2012년 6월 12일

0 개 추천

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

댓글 수: 1

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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

질문:

2012년 6월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by