Page 1 of 1

Getting Rid of Pixel Noise

Posted: 2016-01-28T11:07:59-07:00
by zburns
I have an image with shading and I think I can get rid of it with some type of noise reduction, but not sure how to approach it. I think it'll increase the readability of my OCR image if I can.

http://imagebin.ca/v/2V26YCCs0OmX

This this is something I can fix?

Re: Getting Rid of Pixel Noise

Posted: 2016-01-28T11:18:07-07:00
by fmw42
try the Magick.NET equivalent of the following command line:

Code: Select all

convert 2V26YCCs0OmX.png -morphology close diamond:1 result.png
Please, always best to provide your IM version and platform when asking questions, since syntax may differ.

See viewtopic.php?f=1&t=9620