# 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()
-1