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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -