2023-08-07 16:23:14 +00:00
|
|
|
# Dilation / Erosion filter
|
2024-03-02 13:34:46 +00:00
|
|
|
![overview.png](https://git.montehaselino.de/servostar/Shadertoy-Shaders/raw/branch/main/Image-Filtering/Dilation-Erosion/overview.png)
|
2023-08-07 16:23:14 +00:00
|
|
|
|
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
|
2023-08-07 17:22:53 +00:00
|
|
|
[Shadertoy - Demo](https://www.shadertoy.com/embed/dljcRz?gui=true&t=10&paused=true&muted=false)
|