From efbb3ef2eefb6c05e31a8db7a396f43e379053cf Mon Sep 17 00:00:00 2001 From: Sebastian Dietz <151366475+ad33edub@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:42:11 +0100 Subject: [PATCH] Update edgedetection.md --- content/edgedetection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/edgedetection.md b/content/edgedetection.md index 2c13e959..247943ef 100644 --- a/content/edgedetection.md +++ b/content/edgedetection.md @@ -25,7 +25,7 @@ ___ ## 4.1: The Filter-Kernels There are a variety of different Kernels used for edge detection; some of the most common ones are Sobel, Scharr, and Prewitt - Kernels. -
+
When applying these Filter-Kernels to an image through __convolution__, you essentially create the derivative of the image. This is because these Kernels result in higher pixel-values in regions, where the image contains a sharp change in brightness (similar to derivatives in analysis). This "derivation" is performed in X- and Y-direction seperately.