glslSmartDeNoise icon indicating copy to clipboard operation
glslSmartDeNoise copied to clipboard

Fast glsl deNoise spatial filter, with circular gaussian kernel, full configurable

Results 4 glslSmartDeNoise issues
Sort by recently updated
recently updated
newest added

Hi BrutPitt, I just wanted to mention that I'm now using an adoption of your glslSmartDeNoise-algorithm in my project, which is an advanced flame-fractal-generator based on WebGl and Vaadin: https://github.com/thargor6/JWildfireSwan...

I noticed this shader is quite similar to a gaussian blur, which is a separable filter (blurring on just the X axis, and then blurring _that_ image on just the...

enhancement

I'm looking at integrating this denoising shader in [Godot Engine](https://godotengine.org/) and was wondering about denoising an HDR viewport. The engine uses a tonemapping shader to convert the viewport into a...

I converted the shadertoy version of the shader to a shader filter for exeldro's obs-shaderfilter and it works great!