Segregating digits from an image in matlab -


this question has answer here:

i doing project recognize digits in calculator screen. full image shown here http://i39.tinypic.com/ej5r40.png.

after image processing, have extracted screen full image shown here http://i42.tinypic.com/10ynm7c.png.

but digits getting overlapped. can suggest how remove bridges or connections between images?? morphological image processing using bwmorph() of utility? please help..

may can try these 2 ideas see takes 1). clean salt , pepper noise first. 2). use erodedbw = imerode(originalbw,se) of course have play aroud se find 1 works best you.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -