Sobel filter implementation in Pygame is not detecting vertical edges but only horizontal ones
I wanted to apply the Sobel filter to an image for edge detection with the vectors and tried it on some test images, but it only marked the vertical edges despite seeing the horizonal edges.