GLSL noise removal

Can anybody suggest a good image noise removal algorithm that could be implemented in GLSL?

Gaussian separable blur, edge detection, then use edge detection as mask between original image and blurred one.
For narrow blur, you can even do all that in a single shader.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.