Stripe suppression algorithm needed

Posted by maximus on Stack Overflow See other posts from Stack Overflow or by maximus
Published on 2010-04-15T01:14:25Z Indexed on 2010/04/15 2:03 UTC
Read the original article Hit count: 413

I have images with text. There are dark stripes in image that still exists in binary image too. That makes characters connected with that stripe - it can be vertical or horizontal (or at some angle) I need to remove them from image at first, and then to binarize. I've seen bandpass filter in ImageJ program that have some options like - suppress horizontal stripes, and it works good, but it also apply a bandpass filtering. So any idea please how to do it. I think it should be done in frequency domain.

© Stack Overflow or respective owner

Related posts about image-processing

Related posts about fft