Shadertoy-Shaders/Image-Filtering/Dilation-Erosion
Sven Vogel 8ebb7b181a added dilation and erosion to image filter 2023-08-07 18:23:14 +02:00
..
Image.glsl added dilation and erosion to image filter 2023-08-07 18:23:14 +02:00
README.md added dilation and erosion to image filter 2023-08-07 18:23:14 +02:00
overview.png added dilation and erosion to image filter 2023-08-07 18:23:14 +02:00

README.md

Dilation / Erosion filter

overview.png

Dilation is the process of intesifying the brightessed pixel of a kernel, where as erosion intesifies the darkesed pixel of a kernel.