Skip to content

Commit

Permalink
Update edgedetection.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ad33edub authored Jan 15, 2025
1 parent 17ca222 commit efbb3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/edgedetection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<center><img src="../filter.png" width="659" height="333"></center>
<center><img src="../ED_Kernels.png" width="590" height="482"></center>

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.
Expand Down

0 comments on commit efbb3ef

Please sign in to comment.