Shadertoy-Shaders/Image-Filtering
Sven Vogel 739a00f466 fixed links 2024-03-02 14:34:46 +01:00
..
Blur-Filter fixed links 2024-03-02 14:34:46 +01:00
Chromatic-Aberration fixed links 2024-03-02 14:34:46 +01:00
Convolution-Filter fixed links 2024-03-02 14:34:46 +01:00
Dilation-Erosion fixed links 2024-03-02 14:34:46 +01:00
Optimized-Bilateral-Filter fixed links 2024-03-02 14:34:46 +01: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