Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i'm working a project that a similar to the OCR in .net.it need segmentation a object[0-9,a-z] from the image before continuing to process.i wrote a some code to detecting text but it doesn't accurate work when a more letter or number appears link together.

the below an image to segmentation.

enter image description here

and a result image shown below that implemented a Connected Component Labeling algorithm.

enter image description here

enter image description here

enter image description here

i need segment a '449' to a '4','4','9'.

someone can give me a suggestion?i am not use a opencv and a tesseract project.thanks.

share|improve this question
Is your font fixed ? – mmgp Feb 23 at 15:08

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.