Shadertoy-Shaders/Image-Filtering/Dilation-Erosion/README.md

7 lines
457 B
Markdown
Raw Normal View History

# Dilation / Erosion filter
![overview.png](https://git.teridax.de/teridax/Shadertoy-Shaders/raw/branch/main/Image-Filtering/Dilation-Erosion/overview.png)
2023-08-07 17:20:59 +00:00
Dilation is the process of intesifying the brightessed pixel of a kernel, where as erosion intesifies the darkesed pixel of a kernel.
## Demo
<iframe width="640" height="360" frameborder="0" src="https://www.shadertoy.com/embed/dljcRz?gui=true&t=10&paused=true&muted=false" allowfullscreen></iframe>