Understanding a Gaussian blur as a low-pass filter that attenuates high-frequency signal...
And understanding a wavelets operation that removes structures in the, say, 1-4 layers also as a low-pass filter that in this case removes small-scale structures ...
What are, especially in practical terms, the differences from using the wavelets method or the Gaussian blur method?
For example, using the example I mentioned in
the thread about layers, I tried to apply it first using wavelets, then, out of curiosity, I did the same thing using a Gaussian filter instead. Everything else was the same...
Visually, the results were pretty much identical. However, I then took the three images (the original, the processed via wavelets and the one done with a Gaussian filter) and applied an aggressive stretch with an inverted b/w image, trying to make the histogram adjustment to produce images as similar as possible, and this is what I've got:
What I see up there is that the structures I'm interested in (the faint stuff above the arches) is almost identical in the original and multiscale images - which would lead me to think that the multiscale approach didn't invent anything. OTOH, the image processed with the Gaussian blur does present obvious differences.
This is most likely from having applied a Gaussian blur that is not an exact equivalent to the wavelet operation (meaning the high frequencies I suppressed with the Gaussian filter do not match the scales removed with the wavelets), so I cannot come to any conclusion. And that's where the above question comes to be. Any thoughts?