Stripe suppression algorithm needed
- by maximus
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.