diff --git a/Optimized-Bilateral-Filter/README.md b/Optimized-Bilateral-Filter/README.md index a2e84a0..bfd97df 100644 --- a/Optimized-Bilateral-Filter/README.md +++ b/Optimized-Bilateral-Filter/README.md @@ -1,4 +1,8 @@ # Optimized-Bilateral-Filter +![overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Optimized-Bilateral-Filter/overview.png) + +In part 1 you can the example image with noise applied to it. In sector 2 you can see the denoised image and in sector 3 is the original unfiltered image. + A biliteral filter is essentially a gaussian blur filter with an extra weight applied per pixel. This weight is a the luminance range between the target pixel to filter and the sourounding pixels passed into a gaussian weight function.