Shadertoy-Shaders/Image-Filtering
Sven Vogel 8ebb7b181a added dilation and erosion to image filter 2023-08-07 18:23:14 +02:00
..
Blur-Filter added files 2023-06-30 13:56:07 +02:00
Chromatic-Aberration updated chromatic aberration shader to general function 2023-06-30 11:58:09 +00:00
Convolution-Filter added various convolution filter 2023-07-03 13:00:56 +02:00
Dilation-Erosion added dilation and erosion to image filter 2023-08-07 18:23:14 +02:00
Optimized-Bilateral-Filter added files 2023-06-30 13:56:07 +02:00
README.md added files 2023-06-30 13:56:07 +02:00

README.md

Image-Filtering

About

This folder contains various filter that can be applied to 2D images. Every shader is written in GLSL and is supposed to deliver a simple handson sample implementation. With some filters even implementing some optimization measures such as quicker blurs or magic numbers instead of constant functions.

Content

  • Bilateral Filter
  • Chromatic Aberration