Ask Your Question

ranjuvs's profile - activity

2017-08-16 03:07:54 -0600 received badge  Enthusiast
2017-08-11 09:39:49 -0600 asked a question Filling missing pixels in a contour

This is for a OCR project where am doing the pre-processing of the image. One of the image, where some part of the text clear and visible but some are not.

Source Image

C:\fakepath\img1.jpg

After pre processing

C:\fakepath\img2.jpg

Here all the numbers are not clear.

Tried coloring all non black pixel to white, but some pixels in character where left behind which affected the OCR process. I want a solution where I can find all letters and fill any any missing pixels to make it OCR friendly.

All suggestions are welcome