In [5]:
# When we combine the horizontal and vertical edge detector together
sobel = cv2.add(image_X, image_Y)
cv2.imshow("Sobel - L1 norm", sobel)
cv2.waitKey()
Out[5]:
-1