Skip to main content

Posts

Showing posts with the label imagej

Texture elimination from scanned photo

Recently I needed to scan quite old photography that was aimed to be published in one local newspaper. I wanted the best quality with dpi around 300. Unfortunately it had this very old-fashioned texture on the top that makes it difficult to scan it properly. The texture will be still there and ruin the result quality. After some googling about moiré patterns and fast fourier transforms (FFT, it is also used in MRI ) I found this very helpful discussion: http://photo.stackexchange.com/questions/23445/what-is-the-best-way-to-remove-texture-from-a-scanned-textured-photo-paper - especially the point about FFT. Here is the technique with FFT: Download the ImageJ software Select the part of the image with pattern (e.g. somewhere in the corner). The idea is to see just the pattern. Apply FFT on the selected image pattern and notice how does it look like in the frequency space. Apply FFT on the whole image and find the pattern that was present on the selected image after FFT. ...