How Does Edge Detection Work?
This week’s edition — edge detection in images. More specifically we’ll be
taking a closer look at the Sobel Edge Detection algorithm.
Let’s start from the beginning.
Grayscale Images
The Sobel algorithm works by measuring the varying pixel intensity in an image.
Naturally, this is easiest to accomplish